Quote:
Originally Posted by Muderman24
anyone?
|
ok something i use alot thanks to vbs greatness is conditionals in templates. and the availability of the user info through the bbuserinfo variable is cool.
So in your Member Info Template [MEMBER_INFO] maybe
something like:
Code:
<if condition="$bbuserinfo[usergroupid]==6">
ADMIN
</if>
You can include other groups by using OR or AND or & | etc or even add an <else /> before the </if> Simple...