menu items based on login

I'd like to have menu items display only if the  member has logged in.

I see how to do it for an 'admin', but can I do it for groups? what would the syntax be? thanks.

user_groups
by glen / at 06:59 on April 18, 2006
For Siteframe 5.x, you can use the user_groups block:
{user_groups user=$cuser.id}
this will iterate through all of a user's groups, and you
can check to see if a specific one is here, and maybe set a flag
{/user_groups}