I have always hated TinyMCE but it has really been getting better and since FCKEditor is close to dead with CMSMS, it has been growing with us quite a bit. However, I am starting to notice some really annoying code rewriting it does and in one case, it ALWAYS rewrite the "-->" or ">" in the commonly used CC tags. Is there anyway to bypass this. I don't want Tiny editing ANYTHING. I would rather the editor not know how to display then to rewrite it and I am sure you all agree.
Anything possible here or should I just keep these in Global Content Blocks like I am now?
This is the correct script:
Code: Select all
{if $ccuser->loggedin() && $ccuser->memberof('TestGroup')}
This is what TinyMCE rewrites it to everytime I open a page for editing:
Code: Select all
{if $ccuser->loggedin() && $ccuser->memberof('TestGroup')}
Thanks,
-J