The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Back again with a question regarding this code:
Code:
if ($vbulletin->userinfo['styleid'] == '15') { include(DIR . '/home/osorg/public_html/include/head.inc.php'); } Code:
if ($vbulletin->userinfo['styleid'] == '15,17') { include(DIR . '/home/osorg/public_html/include/head.inc.php'); } |
#12
|
|||
|
|||
if (condition1 OR condition2)
that means: if (styleid == 15 OR styleid == 17 |
#13
|
||||
|
||||
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|