The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom Pages
I'm trying to make a custom index and use vBulletin to authenticate users there and such. However including the following code it seems global.php is returning "file not found" errors when it looks for it's includes. How would I do this correctly?
Code:
<?php // ######################### REQUIRE BACK-END ########################### require_once('./forums/global.php'); require_once('./forums/includes/functions_bigthree.php'); require_once('./forums/includes/functions_forumlist.php'); ?> |
#2
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=228112" target="_blank">[HOW TO - vB4] Create your own vBulletin page </a>
|
#3
|
|||
|
|||
That is using the vbulletin template engine though. I don't want to use the vB template engine. However I think I found the answer there anyway, thank you.
Code:
chdir ('/path/to/your/forums'); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|