PDA

View Full Version : Help with linking Vbadvanced to vbullitin


rob
05-18-2005, 01:04 PM
index for vbadvanced in the root of my site instead of /fourm folder, how do I edit the path in the php. :confused:

mholtum
05-18-2005, 01:15 PM
if your forums are in a drictory called "forum"

chdir('./forum');

Our Sponsors
 

rob
05-18-2005, 01:38 PM
My vbulletin files are in /forum but i want to pu the index file for vbadvanced in the root of my website

mholtum
05-18-2005, 03:08 PM
My vbulletin files are in /forum but i want to pu the index file for vbadvanced in the root of my website
That is exactly what I did.

Just use this chdir('./forum'); as the path in your cmps_index.php file.

Our Sponsors
 

rob
05-18-2005, 03:09 PM
thanx it fine now