View Full Version : Icons in postbit for certain usergroup?
If I want to add an icon into the postbit for a certain usergroup (like giving subscribers an icon for others to view), what is the code? :cry:
Dominic
12-23-2006, 07:11 PM
<if condition="in_array($bbuserinfo[usergroupid], array(USER_ID))">ICONS / CONTENT HERE.</if>
Replace USER_ID with the usergroup id, to add more then one usergroup just add a comma "," after each one.
CC Phantom - thanks! I appreciate it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.