- Posts: 20
- 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.
number of active sermons
14 May 2014 14:09 #4578
by Wijnand
number of active sermons was created by Wijnand
I use sermonspeaker and it works fine.
But there is only one problem. When I make a sermon inactive or delete it (status = 0 or -2) then it is still counting in the code.
I use this in the speakers/tmpl/list.php:
<?php echo $item->sermons . ' ' . JText::_('COM_SERMONSPEAKER_SERMONS'); ?>
Now it shows: 70 sermons. But it should be 60 (example).
How can I change this?
But there is only one problem. When I make a sermon inactive or delete it (status = 0 or -2) then it is still counting in the code.
I use this in the speakers/tmpl/list.php:
<?php echo $item->sermons . ' ' . JText::_('COM_SERMONSPEAKER_SERMONS'); ?>
Now it shows: 70 sermons. But it should be 60 (example).
How can I change this?
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
14 May 2014 15:08 #4579
by Thomas Hunziker
Replied by Thomas Hunziker on topic number of active sermons
That's a bug. I fixed it now in the repo (
github.com/Bakual/SermonSpeaker/commit/0...0b5cccd8ee06bccf7e60
).
You can either apply the fix yourself as well or wait for the next SermonSpeaker release.
You can either apply the fix yourself as well or wait for the next SermonSpeaker release.
The following user(s) said Thank You: Wijnand
Please Log in or Create an account to join the conversation.
14 May 2014 15:53 #4580
by Wijnand
Replied by Wijnand on topic number of active sermons
Great, thank you
It fixed it!

Please Log in or Create an account to join the conversation.
Time to create page: 0.137 seconds