Nice mod Joe
i just wanna report a bug and post its fix
somewhere editor/toolbar disappears, in example in vBAdvanced AdminCP -> Edit BBCode Modules or some another modification which includes editor
In
Replace Templates - editor_smiliebox & editor_toolbar_on plugin
Find:
Code:
if ($toolbartype AND ($vbulletin->options['smtotal'] > 0 OR $vbulletin->options['wysiwyg_smtotal'] > 0))
Replace with:
Code:
if ($toolbartype AND ($vbulletin->options['smtotal'] > 0 OR $vbulletin->options['wysiwyg_smtotal'] > 0) AND VB_AREA!=='AdminCP')
PS: similar mods such as GTPosting Rules has same issue