Just to note, no vB2 hacks will work with vB3. Also, if you want to show text for a certain usergroup, you would use in your template:
Code:
<if condition="$bbuserinfo[usergroupid]==xx">
some text
<else />
text for noone in that usergroup
</if>
Hmm, I guess that doesn't work for "additional usergroups." I've added on called "Donating Members," but this code isn't making the text appear for users that have this checked as an additional usergroup.
Hmm, I guess that doesn't work for "additional usergroups." I've added on called "Donating Members," but this code isn't making the text appear for users that have this checked as an additional usergroup.
yes it does. i told you how to check for that over at vb.com