View Full Version : Is this feature built into vBulletin or not?
K8TEK
03-19-2008, 08:18 PM
Notice how on this forum, just to the left of the Join date, posts and IM stuff there are icons. How is this done?
http://www.radioreference.com/forums/showthread.php?t=99885&page=2
King Kovifor
03-19-2008, 08:25 PM
That looks like a custom mod where it calls certain groups and adds them right next to the posts. This can be done by editing the postbit template with certain <if> calls. More help could be obtained by searching the mod database and/or requesting coding help within our Programming Discussions Forum.
RobDog888
03-19-2008, 08:27 PM
<font color="darkgreen">Probably just edited the postbit template and added the code to insert the image. All based upon a conditional evaluation of the member being in a custom secondary UserGroup of Premium Subscriber.</font>
K8TEK
04-24-2008, 01:37 AM
I want it to show an icon for everyone with a usergroup of 23. I am using 3.7.0, what do I need to type?
<if condition="is_member_of($userinfo, 23)"><img src="...">
</if>
But, this isn't working
King Kovifor
04-24-2008, 01:55 AM
Your problem would be that $userinfo is not for the poster's ID. It is for the current users ID.
Dismounted
04-24-2008, 06:52 AM
$bbuserinfo is the current user
$userinfo is the profile you are viewing
$post is the poster
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.