Joomline / JlContentFieldsFilter

Модуль фильтрации материалов Joomla по дополнительным полям
https://joomline.ru/rasshirenija/moduli/jlcontentfieldsfilter.html
GNU General Public License v3.0
24 stars 11 forks source link

Layout overrides don't work in child templates #82

Open crystalenka opened 1 year ago

crystalenka commented 1 year ago

I followed the documentation here to create a layout override, but it's not working. After stepping through the code I realized that the template is hardcoded so it's not checking a "parent" template.

I think there's a clue in the Joomla module helper:

https://github.com/joomla/joomla-cms/blob/6e57d757c86e81fdb099995ce98a95c1af35e81d/libraries/src/Helper/ModuleHelper.php#LL324C9-L345C10

Is it possible to make the module compatible with child templates by implementing something similar in your helper?

mariantanase commented 1 year ago

I would like too

Sulpher commented 1 year ago

Actual question