The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom page question
How can I create a custom page on sub directory...
example: vBulletin installation directory http://www.domain.com I want to create a custom vbulletin page on: http://www.domain.com/folder/custompagehere.php |
#2
|
|||
|
|||
Well, you could just create a 'folder' directory and put your script in it, but for that to work your script has to change the current directory to your vbulletin before including vbulletin files, like:
Code:
chdir('..'); require_once('./global.php'); |
#3
|
|||
|
|||
great! Its working! Thank you!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|