joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.69k stars 3.63k forks source link

[4.4] Override issue in child template #42931

Closed vtheod closed 3 months ago

vtheod commented 4 months ago

Steps to reproduce the issue

If I make some overrides in child template's html/layouts folder, the overrides are not working.

Expected result

Overrides should work

Actual result

Overrides doesn't work

System information (as much as possible)

PHP version: 8.2.16 Web Server: Apache Joomla version: ‎4.4.3

Additional comments

chmst commented 4 months ago

In general, layout overrides work very well. Could you please describe your problem in detail? Or ask in forum.joomla.org, this is a better place for this kind of issues.

dgrammatiko commented 4 months ago

@chmst I guess it’s all about https://github.com/joomla/joomla-cms/pull/39308 and the parent issue https://github.com/joomla/joomla-cms/issues/39306

Quy commented 4 months ago

@dgrammatiko OK to close this one as it is a duplicate of #39306?

dgrammatiko commented 4 months ago

@Quy dont ask me ask @vtheod

vtheod commented 4 months ago

Hello all,

To be more specific. The override I tested and doesn't work is for the module JL Content Fields Filter. I created a child template and I made an override in child template's html/layouts/mod_jlcontentfieldsfilter. It just doesn't work. Before this, I've made the same process in the parent template and everything worked fine.

alikon commented 3 months ago

if I understand correctly not a core issue