Quote:
Originally Posted by Lynne
Can't you just set the default style for registered users and then make a plugin using the style_fetch location for unregistered users?
PHP Code:
if (is_member_of($vbulletin->userinfo, 1)) $styleid = x;
|
Thank you for replying to my thread.
Since you know way more than me when it comes to vBulletin, I assume that would work. My next question would be, where do I put that code? Headerinclude?