The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|
|
#2
|
|||
|
|||
|
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(USER_ID))">ICONS / CONTENT HERE.</if> |
|
#3
|
|||
|
|||
|
CC Phantom - thanks! I appreciate it.
|
![]() |
|
|