Log in

View Full Version : Icons in postbit for certain usergroup?


TRR
12-23-2006, 01:59 PM
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.

TRR
12-24-2006, 01:20 AM
CC Phantom - thanks! I appreciate it.