Page 1 of 1

Access problem....help me!

Posted: Tue Feb 27, 2007 2:31 pm
by vireden
this is my program and i have a big problem for groups
i connect and i look if i am with a group.
---------------------------------------------------------------------------------------------
DET CHEF
{cms_module module= FrontEndUsers form='silent'}
{cms_module module=CustomContent}

{if $customcontent_loggedin}
                    {if $customcontent_group=='ChefDTE'}  //ChefDTE is a group
                                Hello Miss and Misters
                    {else}                   
                                Hello   
                    {/if}
{else}
{/if}
-----------------------------------------------------------------------------------------------