I found the coding
Code:
<if condition="is_member_of($bbuserinfo, 6) or is_member_of($bbuserinfo, 5)">
show this</if>
which sets if the viewer (the person logged in viewing the page) is 1 of the usergroups (6 is admin default and 5 is super mod default) to see something if its wrapped in the <if></if> tags.
What I'm looking for is code that is similar, but sets conditions on a member info page so that the person's profile you are viewing will have restrictions if that person is part of that usergroup.
So instead of showing info only to the specific usergroups, I want info to display info on a member profile page (member.php?u=#) that will display only if the person's profile is part of the set usergroup.
If you don't understand what im trying to get at, then heres an example:
<if condition="usergroupsettingisthis">
then display this
</if>
<if condition="usergroupsettingisadminonly">
then display admin only
</if>
hopefully ive described this enough that someone here can help me. I'm currently working on a few things that may result in a userful mod