You are right the conflict is with vBa CMPS. Whenever I need to edit my bbcode modules for CMPS I have to disable this hack or the content of the module as well as the editor do not appear when I pull up the module to edit it. I look forward to cutting out the extra step!
Thanks for this great hack!
Quote:
Originally Posted by IrPr
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
|
Quote:
Originally Posted by Princeton
thanks but vBulletin does not have editor in admincp - not a bug (product for vbulletin not vbadvanced)
regardless, I will look into this
|