Access problem....help me!

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
vireden

Access problem....help me!

Post 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}
-----------------------------------------------------------------------------------------------
Locked

Return to “CMSMS Core”