YJSGframework / yjsg

YJSG Template Framework Plugin
GNU General Public License v2.0
17 stars 14 forks source link

bug in YJSG framework #52

Open mirekernst opened 3 years ago

mirekernst commented 3 years ago

The YJSG framework overrides the renderModule () function in the JModuleHelper class, see the file "plugins/system /yjsg/includes/yjsgcore/classes/extend/38/module/helper.php"

in the original (Joomla) class (libraries/src/Helper/ModuleHelper.php) on line 245 is this: app-> triggerEvent ('onRenderModule', array (&$module, &$attribs));

I then added this line to that template file on line 127. Please also do this in core YJSG, because the template does not work properly with some extensions. This bug causes the YJSG framework to not work properly with the mobile menu ck (https://www.joomlack.fr/en/joomla-ex...mobile-menu-ck)