code stripped on saving page
Posted: Thu Mar 04, 2010 3:27 pm
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
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