- Posts: 92
- Thank you received: 0
Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
Content slider for sermons
01 Apr 2016 10:00 #6006
by antt7
Replied by antt7 on topic Content slider for sermons
In horizontal mode all links for me does not work.
I replaced them
I replaced them
Code:
<a href="<?php echo JRoute::_('index.php?option=com_sermonspeaker&view=sermon&id=' . $row->slug . '&Itemid=' . $itemid); ?>">
Code:
<a href="<?php echo JRoute::_('index.php?option=com_sermonspeaker&view=sermon&id=' . $row->slug . '&Itemid=' . $itemid); ?>">
Code:
<a href="<?php echo JRoute::_('index.php?option=com_sermonspeaker&view=serie&id=' . $row->series_slug . '&Itemid=' . $itemid); ?>">
Code:
<a href="<?php echo JRoute::_('index.php?option=com_sermonspeaker&view=speaker&id=' . $row->speaker_slug . '&Itemid=' . $itemid); ?>">
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
01 Apr 2016 10:09 #6008
by Thomas Hunziker
Replied by Thomas Hunziker on topic Content slider for sermons
They work fine for me. What issue did you get?
Please Log in or Create an account to join the conversation.
01 Apr 2016 10:28 #6009
by antt7
Replied by antt7 on topic Content slider for sermons
I replaced
to
to
to
to
Code:
<a href="<?php echo JRoute::_(SermonspeakerHelperRoute::getSermonRoute($row->slug, $row->catid, $row->language)); ?>">
Code:
<a href="<?php echo JRoute::_('index.php?option=com_sermonspeaker&view=sermon&id=' . $row->slug . '&Itemid=' . $itemid); ?>">
Code:
<a href="<?php echo JRoute::_(SermonspeakerHelperRoute::getSermonRoute($row->slug, $row->catid, $row->language)); ?>">
Code:
<a href="<?php echo JRoute::_('index.php?option=com_sermonspeaker&view=sermon&id=' . $row->slug . '&Itemid=' . $itemid); ?>">
Code:
<a href="<?php echo JRoute::_(SermonspeakerHelperRoute::getSerieRoute($row->series_slug, $row->series_catid, $row->series_language)); ?>">
Code:
<a href="<?php echo JRoute::_('index.php?option=com_sermonspeaker&view=serie&id=' . $row->series_slug . '&Itemid=' . $itemid); ?>">
Code:
<a href="<?php echo JRoute::_(SermonspeakerHelperRoute::getSpeakerRoute($row->speaker_slug, $row->speaker_catid, $row->speaker_language)); ?>">
Code:
<a href="<?php echo JRoute::_('index.php?option=com_sermonspeaker&view=speaker&id=' . $row->speaker_slug . '&Itemid=' . $itemid); ?>">
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
01 Apr 2016 10:47 #6011
by Thomas Hunziker
Replied by Thomas Hunziker on topic Content slider for sermons
Why did you change that?
Please Log in or Create an account to join the conversation.
01 Apr 2016 10:51 #6012
by antt7
Replied by antt7 on topic Content slider for sermons
because links open another articles.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
01 Apr 2016 11:05 #6013
by Thomas Hunziker
Replied by Thomas Hunziker on topic Content slider for sermons
Can you be more specific?
It sounds more like an issue with your setup. The helper route class should not open a wrong sermon, and of course not articles. It could open a wrong menu item though, there is some intelligence in the class which could fail.
It sounds more like an issue with your setup. The helper route class should not open a wrong sermon, and of course not articles. It could open a wrong menu item though, there is some intelligence in the class which could fail.
Please Log in or Create an account to join the conversation.
Time to create page: 0.301 seconds