Many Thanks to Deceptor for this mod "Stunning"
Quote:
Originally Posted by Mystics
Try this "fix" for the CMS problem - this just disables the plugin inside the CMS.
Edit Plugin "vB Post Templates: Integrate Into vB Editor" and change it to:
Code:
if (THIS_SCRIPT != 'vbcms')
{
require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}
|
And thanks to Mystics for the above fix :up: