Quote:
Originally Posted by PGAmerica
This is very slick. Is there any way to control which usergroups can use it?
|
Sure, you can modify the codes in each div and wrap it in this:
Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)">The Code Here</if>
Change the #'s 1, 2, or 3 to whatever usergroup numbers they are in or delete the , 2, 3 and just have it w/ usergroup 1 you see?
Now you can do that in the entire sig or you can make this show below/above the normal sig there's all sorts of options if you want to tinker

but look up how to make a child style, make one to do your testing so no interruptions to your live site/style.
S-MAN