hi,i have a question that should be easy to answer...
this is where my forum located ...
http://www.huhbrah.com/vbulletin
i downloaded the vbindex3 from the core forum....
how do i write the path to my forum directory like step one is telling me..
Step One:
+--------------------------------------------------------------------+
Edit vbindex.php and change the line:
chdir('/path/to/forums');
to the path to your forums directory,
or comment it out if you use
vBindex in the same directory, eg:
chdir('/var/www/html');
or
//chdir('/path/to/forums');