Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in YJSG framework #52

Open
mirekernst opened this issue Dec 19, 2020 · 0 comments
Open

bug in YJSG framework #52

mirekernst opened this issue Dec 19, 2020 · 0 comments

Comments

@mirekernst
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant