The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
|||
|
|||
![]()
You could try a plugin using hook style_fetch and code like this:
Code:
if (is_member_of($vbulletin->userinfo, 1, 2, 3)) { $styleid = ID1; } else if (is_member_of($vbulletin->userinfo, 4, 5)) { $styleid = ID2; } // etc and of course replace ID1 and ID2 with actual style ids. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|