
04-05-2011, 05:22 PM
|
|
|
Join Date: Aug 2009
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by spikedrokecer
We've found that this mod breaks the CMS portion of the Suite. It breaks the New Article creation's WYSIWYG Editor.
|
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');
}
|
Thanks
|