- Posts: 20
- Thank you received: 0
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.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Joomla 2.5 SEF/SEO -> series/sermons
16 Feb 2012 16:20 #1496
by Wijnand
Joomla 2.5 SEF/SEO -> series/sermons was created 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?
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.
- Thomas Hunziker
- Offline
- Administrator
16 Feb 2012 16:38 #1497
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Joomla 2.5 SEF/SEO -> series/sermons
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.
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.
- Thomas Hunziker
- Offline
- Administrator
16 Feb 2012 17:12 #1498
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Joomla 2.5 SEF/SEO -> series/sermons
Can you try this file:
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
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
Please Log in or Create an account to join the conversation.
17 Feb 2012 08:42 #1506
by Wijnand
Replied by Wijnand on topic Re: Joomla 2.5 SEF/SEO -> series/sermons
Jeah, that worked! Nice one...
Please Log in or Create an account to join the conversation.
17 Feb 2012 08:49 #1507
by Wijnand
Replied by Wijnand on topic Re: Joomla 2.5 SEF/SEO -> series/sermons
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
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.
- Thomas Hunziker
- Offline
- Administrator
17 Feb 2012 09:59 #1510
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Joomla 2.5 SEF/SEO -> series/sermons
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.
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.
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