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.

Limit results in sermonspeaker module

More
05 Mar 2015 01:04 #5126 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!

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

More
05 Mar 2015 23:00 #5128 by Thomas Hunziker
That's an interesting feature to add :)

If you're familiar with layouts, you can create your own and add
Code:
$list = array_slice($list, 0, 8)
before the line with the foreach. That should do the trick and will work through updates.

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

More
05 Mar 2015 23:19 #5130 by Andrei Chernyshev
Speaker slider module would be nice also :)

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

More
06 Mar 2015 00:10 #5131 by Thomas Hunziker
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 :)

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

Time to create page: 0.166 seconds
Powered by Kunena Forum