No selection of editors

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
larmann
Posts: 311
Joined: Thu 23. Jun 2005, 10:51
Location: Hamburg
Contact:

No selection of editors

Post by larmann »

Hi,
Next week I've to hand out a website to its future administers. I don't wand the future administers to change the editors in their profiles. Right now I use CKEditor 3.5 and CKEditor phpwcms_basic. Is there a way to omit the selection of the editor? Do I have to delete the folders on the server or do I just have to delete something in the conf.inc.php?
Thank you
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: No selection of editors

Post by flip-flop »

Hi,

It seems that you have written your own toolbar named "phpwcms_basic" for CKEditor. In this case, you've already edited the conf.inc.php in the right place.

To make the FCKEditor useless, simply insert a name for a nonexistent Toolbar.

e.g.

Code: Select all

$phpwcms['wysiwyg_template']  = array( 'FCKeditor' => 'Not available', 'CKEditor' => 'phpwcms_basic' );
An other way is a hack in the file /include/inc_tmpl/profile.account.tmpl.php
Search for "FCKEditor" and you will see.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply