fckeditor

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
shaneg55
New Member
New Member
Posts: 3
Joined: Sat Feb 19, 2011 8:55 pm

fckeditor

Post by shaneg55 »

I have put this code into a page {if $ccuser->loggedin()} but fckeditor is changing it to {if $ccuser->loggedin()} which is causing errors. How can i get around this?

Thanks in advance.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: fckeditor

Post by Dr.CSS »

Turn it off...
backwoodsman
Forum Members
Forum Members
Posts: 38
Joined: Tue Dec 30, 2008 1:09 pm

Re: fckeditor

Post by backwoodsman »

shaneg55 wrote:I have put this code into a page {if $ccuser->loggedin()} but fckeditor is changing it to {if $ccuser->loggedin()} which is causing errors. How can i get around this?

Thanks in advance.
In my testing, the only wywiwyg editor that does not destroy smarty tags etc is tinyMCE. That has its own weaknesses, but you can work in it for convenience and just tidy everything up after turning the editor off.

CMSMS would really benefit from a non-wysiwyg editor which added a toolbar to insert headings, bold, italic, ordered and unordered lists, tables and other basic markup. It would need to know to ignore tags in curly braces. It would be even better if it had a button to pretty-print the code to help in editing templates.
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm

Re: fckeditor

Post by Jos »

TinyMCE will destroy {if $ccuser->loggedin()} also
Post Reply

Return to “Modules/Add-Ons”