Hi,

Does JLex Comment support Joomla's standard template override system?

I tried uploading customized versions of the following files:
  • templates/your_template/html/com_jlexcomment/themes/default_comment.php
  • templates/your_template/html/com_jlexcomment/users/default.php
However, the changes did not take effect.
To verify the logic, I also edited the same files directly inside the component:
  • components/com_jlexcomment/themes/default/default_comment.php
  • components/com_jlexcomment/views/user/tmpl/default.php
In both cases, my changes were reflected as expected.
So I believe the override mechanism is either not supported or handled differently.

Is there a supported way to override the comment templates without modifying the component's core files?

Thanks in advance!