The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there a way to show a certain skin for guests, and something else for members?
|
|
#2
|
|||
|
|||
|
Untested, but try the following plugin (how to add a plugin):
Code:
Product: whatever you want
Hook Location: style_fetch
Title: whatever you want
Execution Order: 5 is okay
Plugin PHP Code:
if (!$vbulletin->userinfo['userid'])
{
$styleid = 1; // set this to the style id
$vbulletin->options['styleid'] = $styleid;
}
Plugin is Active: Yes
|
|
#3
|
|||
|
|||
|
You can set the Default Style in your vBulletin Options. This style will be used for all guests and members that ove not choosen a different style in their UserCP options.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|