FEU/CC problems
Posted: Wed Dec 13, 2006 8:38 am
Im using CMSMS version 1.0.2, FEU 1.1.1 and CC 1.4.3. I have some problems with both FEU and CC. Firstly, I can't change the language of FEU with tag {cms_module module="FrontEndUsers" lang=xx_XX}. Secondly I can't get how the CC smarty syntax should be applied. I use this code on one of my pages:
{cms_module module="CustomContent"}
{if $customcontent_loggedin}
{if $customcontent_memberof_user}
Blah Blah Blah.
{else}
Please log in.
{/if}
{/if}
It shows no content. No matter if logged in or not. The problem is quite simple I think, even though I could solve by my self. And no wonder, could not find anyone else asking this in the forums
.
{cms_module module="CustomContent"}
{if $customcontent_loggedin}
{if $customcontent_memberof_user}
Blah Blah Blah.
{else}
Please log in.
{/if}
{/if}
It shows no content. No matter if logged in or not. The problem is quite simple I think, even though I could solve by my self. And no wonder, could not find anyone else asking this in the forums