2014-08-12, 19:36:34
I don't have that patched 3.2.3 version (and cannot find it for download), so I don't know what the issue may be.
The plugin works with the normal 3.2.3, but not with 3.3.0 onwards. I've started to work on adapting the plugin to 3.3.x
In the meantime I suggest you disable the source code button for all users, and disable the wysiwyg editor for your admin user (or disable js temporarily when you need to edit the source code).
'basic' toolbar without source code button:
'advanced' toolbar without source code button:
The plugin works with the normal 3.2.3, but not with 3.3.0 onwards. I've started to work on adapting the plugin to 3.3.x
In the meantime I suggest you disable the source code button for all users, and disable the wysiwyg editor for your admin user (or disable js temporarily when you need to edit the source code).
'basic' toolbar without source code button:
Code:
define('GSEDITORTOOL',"
['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Link', 'Unlink', 'Image', 'RemoveFormat']
");
'advanced' toolbar without source code button:
Code:
define('GSEDITORTOOL',"
['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'Image', 'RemoveFormat'],
'/',
['Styles','Format','Font','FontSize']
");