[SOLVED] - Disable FCKEditor - TL 1.9.3

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
PMat
TestLink user
Posts: 8
Joined: Thu Sep 27, 2012 9:56 pm

[SOLVED] - Disable FCKEditor - TL 1.9.3

Post by PMat »

Hello members,

I'm doing a proof of concept TestLink 1.9.3.

I note the TL have FCKEditor. With that, is inserted into the BD values ​​in HTML instead of plain text (but with special characters of language, in database the field is UTF8) of CT.

I would like to disable FKeditor on TestLink 1.9.3. I've been searching and could not find good solution. Is it possible?

The only approach I got was with Firefox Aurora, because this browser (thankfully) doesn't activate this module HTML editing.

Any idea?

Br
Paulo Matos
Portugal
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Disable FCKEditor - TL 1.9.3

Post by fman »

just read carefully config.inc.php and you will find all info you need
PMat
TestLink user
Posts: 8
Joined: Thu Sep 27, 2012 9:56 pm

Re: Disable FCKEditor - TL 1.9.3

Post by PMat »

Yes you are right. In my case line 500, I change

$tlCfg->gui->text_editor['all'] = array('type' => 'fckeditor',

To

$tlCfg->gui->text_editor['all'] = array('type' => 'none'.

Thanks
BR, from PT
GunnarD

Re: [SOLVED] - Disable FCKEditor - TL 1.9.3

Post by GunnarD »

And remember, don't modify config.inc.php, put your changes in custom_config.inc.php.

This preserve your changes when you upgrade testlink.
Post Reply