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');
}
|
this fix works well for vbcms, but it doesnt works for photopost pro and classified. I've tried to add this, but without success
Code:
if (THIS_SCRIPT != 'vbcms')
{
require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}
if (THIS_SCRIPT != 'pp_pro')
{
require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}