- Posts: 2
- 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.
Limit results in sermonspeaker module
05 Mar 2015 01:04 #5126
by Ray
Limit results in sermonspeaker module was created by Ray
Hey, thanks for the great component!
I have the sermonspeaker module enabled, but there is no option to limit the number of results in the module! So for example, if I set the module to show Speakers, and I have 50 speakers, it shows all 50 speakers running down the sidebar. :S Does anybody know how I would need to edit the module template files in order to set a limit (e.g. 8 results) for the sermonspeaker module. I don't need pagination, just the first 8 in the list would be sufficient.
Thanks so much for the help!
I have the sermonspeaker module enabled, but there is no option to limit the number of results in the module! So for example, if I set the module to show Speakers, and I have 50 speakers, it shows all 50 speakers running down the sidebar. :S Does anybody know how I would need to edit the module template files in order to set a limit (e.g. 8 results) for the sermonspeaker module. I don't need pagination, just the first 8 in the list would be sufficient.
Thanks so much for the help!
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Away
- Administrator
-
05 Mar 2015 23:00 #5128
by Thomas Hunziker
Replied by Thomas Hunziker on topic Limit results in sermonspeaker module
That's an interesting feature to add 
If you're familiar with layouts, you can create your own and add
before the line with the foreach. That should do the trick and will work through updates.

If you're familiar with layouts, you can create your own and add
Code:
$list = array_slice($list, 0, 8)
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
- Offline
- Translator
-
05 Mar 2015 23:19 #5130
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Limit results in sermonspeaker module
Speaker slider module would be nice also

Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Away
- Administrator
-
06 Mar 2015 00:10 #5131
by Thomas Hunziker
Replied by Thomas Hunziker on topic Limit results in sermonspeaker module
Hmm, I think Bootstrap has some slider integrated already. So it should be quite simple to build something with a separate layout.
I see, I'm not running out of work
I see, I'm not running out of work

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