It looks like the javascript functions may have changed...
Manual Patch:
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' ) );
Replace With:
\IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'front_message.js', 'gms', '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.