The product is great, but:
If anybody have vbadvanced and this plugin installed, and you have problems with the vbadvanced multipage feature you need to add the bold text to "Replace Templates - editor_smiliebox & editor_toolbar_on"
Quote:
if ($toolbartype AND ($vbulletin->options['smtotal'] > 0 OR $vbulletin->options['wysiwyg_smtotal'] > 0) AND !defined('VBA_SCRIPT'))
{
// replace templates
$vbulletin->templatecache['editor_smiliebox'] = $vbulletin->templatecache['editor_smiliebox_GTSMILIEBOX_3700'];
$vbulletin->templatecache['editor_toolbar_on'] = $vbulletin->templatecache['editor_toolbar_on_GTSMILIEBOX_3700'];
}
|
This is to disable this hack into vbadvanced, until somebody find a real fix.
Thanks Brian (vbadvanced) for your support.