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.
fckeditor
-
- Forum Members
- Posts: 38
- Joined: Tue Dec 30, 2008 1:09 pm
Re: fckeditor
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.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.
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.