Custom Content/FEU and Tiny MCE

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
sletts02
Forum Members
Forum Members
Posts: 19
Joined: Sun Sep 21, 2008 9:13 pm

Custom Content/FEU and Tiny MCE

Post by sletts02 »

Tiny MCE in my WYSIWYG turns my code from:

Code: Select all

{if $ccuser->loggedin() && $ccuser->memberof('TrustedLeaders')}
A snippet from the Blogetin

{CGBlog summarytemplate="Snippet-View" number="1"}


{else}

* Some message to guests

{/if}
to this:

Code: Select all

<p>{if $ccuse[b]r->[/b]loggedin()[b] && [/b]$ccuser->memberof('TrustedLeaders')} A snippet from the Blogetin  {CGBlog summarytemplate="Snippet-View" number="1"}   {else}  * Some message to guests  {/if}</p>
How can I fix this?
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Custom Content/FEU and Tiny MCE

Post by jmcgin51 »

uncheck the WYSIWYG box and type your code in
Post Reply

Return to “Modules/Add-Ons”