The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
is there a way to put vbulletin php on a non vb page and it is in other directorys?
say the tree would look like so Code:
includes public > community(vb in here) media (base files listed such as index and other non vb files) |
#2
|
||||
|
||||
![]()
Yes, you will need to change the directory to "community" (chdir()) before including global.php.
|
#3
|
|||
|
|||
![]()
thats all that needs to be included in all the php file.
Code:
<?php require_once='global.php' (chdir(community)) ?> |
#4
|
||||
|
||||
![]()
I'd suggest you read up on PHP as well.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|