Jump to content

Turning off the Fckeditor


Guest Million68

Recommended Posts

Guest Million68

Is it possible to turn off the Fckeditor. I tried to rename the rte folder but it dont worked. Is there a way to turn it off easily.

Thanks in Advance

Million68

Link to comment
Share on other sites

And use what instead?

I think there's a mod for that at cubecart.org. Maybe establishing a permission for non super-admins to use the FCKeditor.

Otherwise, you can globally search for the word FCKeditor and comment out the PHP block wherever you find it.

For example, /admin/products/index.php, look for:

<?php

		$oFCKeditor = new FCKeditor('FCKeditor');

and wrap /* */ around everything between the start/end php tags.

Haven't tried this myself - backup your store first.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...