help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Back Button on Details Page

Back Button on Details Page

7 months 3 weeks ago
#31593
Hi there,

I would like to add a back button ton the details page.

1) What is the file to use for that
2) What is the path to create an override for that page.

Thanks!

Please Log in or Create an account to join the conversation.

Re: Back Button on Details Page

7 months 2 weeks ago
#31605
create an override file for com_jem / event.
The files created are:
Code:
/templates/cassiopeia/html/com_jem/event/default.php /templates/cassiopeia/html/com_jem/event/responsive/default.php
In the place of your coice you insert the code for the button e.g.
Code:
<a href="#" onclick="window.history.back(); return false;" class="btn btn-primary">go back</a>

Please Log in or Create an account to join the conversation.

Re: Back Button on Details Page

7 months 2 weeks ago
#31614
It worked. Thank you!

Please Log in or Create an account to join the conversation.

Time to create page: 0.394 seconds