Support for SermonSpeaker 3.x is canceled as it is for Joomla 1.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 4.x, which is better anyway.

Back button on the detail page

More
05 Feb 2011 04:43 #235 by Ruben Ryapolov
I'd like to add a "Back" button on the detail page.

I could add this javascript:
Code:
<input type="button" value="Go Back From Whence You Came!" onclick="history.back(-1)" />

But I want to make sure they go back to the list page of that certain category, series, etc... Because you never really know where they came from if you use that javascript code, you know? :whistle:

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

More
05 Feb 2011 08:18 #239 by Thomas Hunziker
The problem is probably that you don't know from which list they came to a specific sermon. It could be the sermons list, an archive list, the series list or the latest sermons from a speaker list. The sermon detailpage is always the same and you don't really know where they came from.

This is the same problem I face with the breadcrumbs. There I try to build them based on the active menu entry, but it's also not failproof.

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

More
06 Feb 2011 23:48 - 06 Feb 2011 23:55 #241 by Ruben Ryapolov
Well, I'll put it there anyways... At least it's there! :lol:

It's a cool, and efficient code:
Code:
<br><input type="button" value="Go Back" onclick="history.back(-1)" />

BTW if anybody wants to use it I put the code in my template file on line 15 (I use the Extended New Line template)

The file is in <ROOT>/components/com_sermonspeaker/views/sermon/tmpl/
Last edit: 06 Feb 2011 23:55 by Ruben Ryapolov.

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

Time to create page: 0.163 seconds
Powered by Kunena Forum