Page 1 of 1

Change FCKeditor toolbar to the "professional" ver

Posted: Tue 8. Aug 2006, 08:07
by Oliver Georgi
Do you want to have back the professional toolbar in FCKeditor? Hehe :P

OK edit include/inc_lib/wysiwyg.editor.inc.php in line 50 and change it to this:

Code: Select all

$oFCKeditor->ToolbarSet = 'phpwcms_default';
// phpwcms_basic   = the small one
// phpwcms_default = pro toolbar
// Default         = FCKeditor Default
// Basic           = FCKeditor Basic
phpwcms_default
Image

phpwcms_basic
Image

Coming releases will have an option to switch it in the backend.

Oliver