PDA

View Full Version : Custom Pages


Kyojii
02-17-2011, 08:55 PM
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?
<?php
// ######################### REQUIRE BACK-END ###########################
require_once('./forums/global.php');
require_once('./forums/includes/functions_bigthree.php');
require_once('./forums/includes/functions_forumlist.php');
?>

Lynne
02-17-2011, 09:14 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=228112" target="_blank">[HOW TO - vB4] Create your own vBulletin page </a>

Kyojii
02-18-2011, 01:08 AM
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.

chdir ('/path/to/your/forums');