The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have some pages outside of vB that use vB's functions via an unmodified index.php file (the only modification is eval()'ing different templates). What I am interested in doing to forcing a different styleid to be used on some of these pages. For instance my forum only has 1 available styleid (1) and users cannot change this, I want this to remain. However on these other pages I want to create a new style and force those pages to use it. I don't see anything in the index.php file that looks for the styleid (guessing it's in global) but was wondering if anyone knew of a way to go about this....easily.
|
|
#2
|
|||
|
|||
|
$vbulletin->userinfo['styleid']
|
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
So put in those scripts a:
PHP Code:
|
|
#5
|
|||
|
|||
|
Quote:
|
![]() |
|
|