I want to hide a part of my menu for users, that are not logged in. I found the post of calguy1000 (see http://forum.cmsmadesimple.org/index.ph ... 114.0.html ) very useful. But somehow it doesn't seem to work for me.
I named the pages (page alias), that I want to hide with prefix 'priv1_'. In my template I use the following code:
Code: Select all
{cms_module module='CustomContent'}
{if $customcontent_loggedin > 0}
{menu template='simple_navigation.tpl' start_level='2' collapse='1'}
{else}
{menu excludeprefix='priv1_' template='simple_navigation.tpl' start_level='2' collapse='1'}
{/if}I use FrontEndUsers 1.1.2 and MenuManager 1.3 in CMSMS 1.0.5.
Thanks a lot in advance.
Greetings from Vienna,
Philip

