Custom Content/FEU and Tiny MCE
Posted: Fri Jul 17, 2009 9:18 am
Tiny MCE in my WYSIWYG turns my code from:
to this:
How can I fix this?
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}
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>