Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.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 5.x and Joomla 3.x, which is better anyway.

Joomla 2.5 SEF/SEO -> series/sermons

More
16 Feb 2012 16:20 #1496 by Wijnand
I have a problem, but I don't know if it is bug or just a setting that is wrong. Maybe in the .htaccess-file (because I am using the Rewrite Engine.

If you go to: www.preekindex.nam.am/

You see 1 speaker. If you click on series or on sermons, you still are going to the same page, which I think is the 'preachers-page'. How can I fix this?

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

More
16 Feb 2012 16:38 #1497 by Thomas Hunziker
Looks like a bug to me. I can even reproduce it and am now wondering why I missed such an obvious one... Shame on me.

Basically it seems to ignore the layout parameter.

I have to track it down a bit to get to the source.

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

More
16 Feb 2012 17:12 #1498 by Thomas Hunziker
Can you try this file:

File Attachment:

File Name: controller.zip
File Size:2 KB


extract it and overwrite the file found in /components/com_sermonspeaker/controller.php with it.

Seems like something changed in Joomla 2.5 or 2.5.1 which broke my controller :)
Attachments:

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

More
17 Feb 2012 08:42 #1506 by Wijnand
Jeah, that worked! Nice one... :-)

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

More
17 Feb 2012 08:49 #1507 by Wijnand
O, one other question...

www.preekindex.nam.am/speaker/1-willem-de-tweede/series

You see with series that there is an download (Because of the settings I made in 'options' that at every series-list I want a download button.

Is that same (with the same look & feel) possible for sermons?

www.preekindex.nam.am/speaker/1-willem-de-tweede/sermons

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

More
17 Feb 2012 09:59 #1510 by Thomas Hunziker
I agree that this is a very good idea. You can edit it into your layout quite easy yourself, if all your sermons aren't stored on an external server.
Code:
<td class="ss-col ss-dl"> <a href="<?php echo JRoute::_('index.php?task=download&id='.$item->slug); ?>" target="_new" title="<?php echo JText::_('COM_SERMONSPEAKER_DOWNLOADBUTTON_AUDIO'); ?>"> <img src="media/com_sermonspeaker/images/download.png" alt="<?php echo JText::_('COM_SERMONSPEAKER_DOWNLOADBUTTON_AUDIO'); ?>" /> </a> </td>

For the sermons table layout, the file to edit would be /components/com_sermonspeaker/views/sermons/tmpl/table.php. Look around line #205 for the end of the table row (</tr>) and add it before that.

I will add this to the next release with some additional logic behind it.

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

Time to create page: 0.108 seconds
Powered by Kunena Forum