Quote:
Originally Posted by Lynne
You can disallow this for the usergroup - Usergroups > Unregistered Users > Can View Member Info > No
|
Hi Lynne,
Thanks for the reply. I already have that setting set to "no" and indeed, those user's can't get at the actual member information (a signon form appears) but the item is still on the navbar. The question is how to drop it off the navbar altogether. I can change it to:
PHP Code:
<if condition="$show['member']">
instead of
PHP Code:
<if condition="$vboptions['enablememberlist']">
but I was hoping to work out how some of these codes actually resolve. Have I missed the documentation somewhere?