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}
by mabzy
(Marlene Baerg)
April 16, 2006 16:47
in Q&A
{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}