Quote:
Originally Posted by Sfab
Hi There
I help run a script selling company where members have to be verified before access to support forums. What i would like to do is create a image belowreputation icons and also only show on that specific usergroup once verified similar to this
http://www.dnforum.com/f324/rules-su...ad-291692.html
If anyone can help it would be greatly appreciated
thanks
Sfab
|
Add to your postbit_legacy template:
FIND:
Code:
$template_hook[postbit_userinfo_right]
ADD ABOVE:
Code:
<if condition="is_member_of($vbulletin->userinfo, X)"><div>
<img src="PATH_TO_IMAGE" alt="Vertified" /></div></if>
Replace X with the usergroup ids.
Replace PATH_TO_IMAGE with your path to the image.