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.

Put filter results in page title?

More
05 Mar 2015 02:17 #5127 by Ray
Hi,

Is there any way that I can create a page title on the sermons list page which includes the filter input? For example, if I search for 'faith', can I put a title before the filter results saying 'Results for 'faith'? Or, if I search by the month of February, can I have a title above the results saying 'Results for February'?

It would be great if someone could point me in the right direction. Is there a native Joomla function I can use for this? I think having a title above those filter results will help users understand exactly what they're looking at. :)

Thanks for your help/time!

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

More
05 Mar 2015 23:05 #5129 by Thomas Hunziker
If you're familiar with PHP, you can do so by reading the filter states and create the titles. However it's not something simple to do.
For example the value of the search is retrieved using
Code:
$this->state->get('filter.search');
.
You can have a look at the actual filter snippet here: github.com/Bakual/SermonSpeaker/blob/mas.../default_filters.php , there you can also find the names of the other states you may want to check.

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

Time to create page: 0.283 seconds
Powered by Kunena Forum