Quote:
Originally Posted by ozzy47
Richie, why not just add something like this to your template.
Code:
<vb:if condition="is_member_of($post, X)"><img src="PATH/TO/IMAGE.EXT" alt="$post[username] is VIP member" /></vb:if>
X is the usergroup and PATH/TO/IMAGE.EXT is where you would set the image
|
Would it not be:
Code:
<vb:if condition="is_member_of($bbuserinfo, X)"><img src="PATH/TO/IMAGE.EXT" alt="$post[username] is VIP member" /></vb:if>
As "$post" is to find out if the poster is in a certain usergroup.
But, if you use either of them, will it not only be the person browsing the forum that will see/not see the badge because if someone is in the VIP group, and someone not VIP is browsing their page, they will not see the badge....