I have CMS:MS set up with a member area.
It all works fine...until client goes to edit pages.
I have this on top for the member-check
{if !$ccuser->loggedin()}{redirect_page page='login'} {else} Welcome
{$customcontent_loginname}
Future Site of Meeting Minutes
Add stuff here
{/if}
which works here
http://www.kofc7677.org/members/index.p ... st-meeting
Anyway= when client edits...and saves... the -> gets saved as > and the whole thing
breaks.
Is there some thing I should be doing to prevent this?
thanks
DonnaNJ
code stripped on saving page
Re: code stripped on saving page
Don't let them use TinyMCE to edit the pages.
Nullig
Nullig
Re: code stripped on saving page
or put the CustomContent code in a page template instead of in the page itself.Nullig wrote: Don't let them use TinyMCE to edit the pages.
Nullig
Also, the CC syntax you're using is deprecated and should be replaced by the more current syntax: {$ccuser->username}