The reliance on "cForumToggle" is causing issues when on non forum pages. Add our own version of "cForumToggle" into a messages css file.
Temporary Work Around
Open applications/gms/hooks/gmsJSHook.php
Find:
\IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'app.js', 'gms', 'front' ) );
Add BELOW:
\IPS\Output::i()->cssFiles = array_merge( \IPS\Output::i()->cssFiles, \IPS\Theme::i()->css( 'forums.css', 'forums', 'front' ) );
Save.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.