help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[SOLVED]Override for Simplelist
[SOLVED]Override for Simplelist
2 months 2 weeks ago
Hello,
I have created a menu item “Simplelist”. I would like to edit the template. I have created an override for this: /html/com_jem/eventslist/responsive/
However, the event table is controlled via a template: echo $this->loadTemplate('events_table');
Where can I find this template and how can I customize it?
I have created a menu item “Simplelist”. I would like to edit the template. I have created an override for this: /html/com_jem/eventslist/responsive/
However, the event table is controlled via a template: echo $this->loadTemplate('events_table');
Where can I find this template and how can I customize it?
Please Log in or Create an account to join the conversation.
Re: [SOLVED]Override for Simplelist
2 months 2 weeks ago
Hi,
simplelist is a bit a special way:
the default_events_table.php is in com_jem/common/views/tmpl/
and it leads you or to default_jem_eventslist_small.php or default_jem_eventslist.php. This depends on which template you use the tablelike or the more modern template of simplelist (see JEM>help >JEM responsive.
There are other posts which leads you how to create an override for this.
simplelist is a bit a special way:
the default_events_table.php is in com_jem/common/views/tmpl/
and it leads you or to default_jem_eventslist_small.php or default_jem_eventslist.php. This depends on which template you use the tablelike or the more modern template of simplelist (see JEM>help >JEM responsive.
There are other posts which leads you how to create an override for this.
Please Log in or Create an account to join the conversation.
Re: [SOLVED]Override for Simplelist
2 months 2 weeks ago
Thank you. With the help of an other post, I created the override "/html/com_jem/common/responsive/default_jem_eventslist_" and this works
Please Log in or Create an account to join the conversation.
Time to create page: 0.747 seconds