Page 1 of 1

Custom Content/FEU and Tiny MCE

Posted: Fri Jul 17, 2009 9:18 am
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?

Re: Custom Content/FEU and Tiny MCE

Posted: Fri Jul 17, 2009 2:09 pm
by jmcgin51
uncheck the WYSIWYG box and type your code in