While trying to convert a 3.x template to J5, I encounter a problem with custom modules, whose styles are declared via jdoc. The original J3.x code follows correctly the Applying custom module chrome principle, works fine in J3.x, but in J5 (but also in J4) all the lines are simply ignored as if they do not exists – i.e. the target /html/modules.php code function seems to be never called, as the intended style does not apply and I even enqueued a message in that modules code in order to find if the code execution just passes there (and nothing).
Has this jdoc being changed somehow J4 and/or J5 ? The docs stated above make no mention about deprecation or change, it is written as it is (still) generally applicable.
Code:
<jdoc:include type="modules" etc.>
Has this jdoc being changed somehow J4 and/or J5 ? The docs stated above make no mention about deprecation or change, it is written as it is (still) generally applicable.
Statistics: Posted by secarica — Mon Jul 08, 2024 10:02 am