• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Front End List link to Details Page

Front End List link to Details Page 10 years 9 months ago #28407

Hey Guys

I currently have a module setup on the homepage of my site (Frontend List) which is currently displaying a list of submissions I've received. What I'd like to achieve, is upon clicking on a submission title, it should direct the user to the "details" page of that submission.

What code could I use to do this?

Many thanks!

Tom
The administrator has disabled public write access.

Front End List link to Details Page 10 years 9 months ago #28410

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
You can use the {details}some_text{/details} to create a link to the details layout. You can even use {detailspdf}Download PDF{/detailspdf} for a link to the PDF view of the submission. More information can be found here:
http://www.rsjoomla.com/support/documentation/view-article/500-submissions-view-menu-item.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

Front End List link to Details Page 10 years 9 months ago #28411

Thanks a lot.

Currently upon clicking the title, it displays the details layout within the same module.
I'd actually like it to redirect to a new page, where it will display the detail layout page in it's own separate page. What code would I need to include to do this?

Many thanks
Tom
The administrator has disabled public write access.

Front End List link to Details Page 10 years 8 months ago #28417

Can anyone help me with this? Thanks guys :)
The administrator has disabled public write access.

Front End List link to Details Page 10 years 8 months ago #28418

Okay, so I figured perhaps I could have been clearer on explaining what i'm trying to achieve.

So currently, on my homepage of my site, I have the RSForm Front End List module which displays just the titles of all the submissions I've received, it looks like this:



Upon clicking the title, currently it will display the details of the submission inside the module itself.

On a separate page, I have my directory list which shows all my recent submissions.



Upon clicking the "view" button here, you are directed to the "Details" page of that submission:



What I'm trying to achieve, is when clicking on the submission title on the front end module (homepage) - the user should be re-directed to the details page which is on a separate page (not within the module). As so:




Hope that helps to clear up what I need - can anyone help?

Many thanks!
Tom
Last Edit: 10 years 8 months ago by thomasbastock.
The administrator has disabled public write access.

Front End List link to Details Page 10 years 8 months ago #28419

Anyone?? xD
The administrator has disabled public write access.

Front End List link to Details Page 10 years 8 months ago #28436

Hey again guys - I'm still stuck with this so if anyone can assist, that would be fantastic.

Thanks

Tom
The administrator has disabled public write access.

Front End List link to Details Page 10 years 8 months ago #28449

Still need help with this if anyone can :(
The administrator has disabled public write access.

Front End List link to Details Page 10 years 8 months ago #28469

Hey guys, Yup, Me again, Yup... same problem... :)

Help?


:D
The administrator has disabled public write access.

Front End List link to Details Page 10 years 8 months ago #28474

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Head over to Extensions > Module manager > Select RSForm!Pro Module Frontend List and edit the Row layout as the example below:
<tr><td><a href="index.php?option=com_rsform&view=directory&layout=view&id={global:submission_id}&Itemid=insert_item_id_here">{Name:value}</a></td><td>{Email:value}</td></tr>

The specific Itemid can be grabbed from here:



Later edit: Our developer team made an update for the module to include this functionality. Please download the latest version of the module and instead of that huge url use the {details_link} placeholder.

More information on this topic can be found here:
http://www.rsjoomla.com/support/documentation/view-article/144-modrsformlist-display-submissions-in-a-module-position.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 10 years 8 months ago by cosmin.cristea.
The administrator has disabled public write access.

Front End List link to Details Page 10 years 8 months ago #28486

Thank you so much, this worked perfectly :)
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!