Log in

View Full Version : Where is the $forumpath variable??


Virtualshiner
11-12-2007, 11:12 AM
Well, my site is switching servers right now. It says i need to change the $forumpath variable. Were would i be able to find it?

LittleB@
11-12-2007, 12:04 PM
I guess it is the following lines of code found in your /forum root/includes/config.php but I am not sure since I have limited experience ^_^

hope it helps though =)

// ******** FULL PATH TO FORUMS DIRECTORY ******
// On a few systems it may be necessary to input the full path to your forums directory
// for vBulletin to function normally. You can ignore this setting unless vBulletin
// tells you to fill this in. Do not include a trailing slash!
// Example Unix:
// $config['Misc']['forumpath'] = '/home/users/public_html/forums';
// Example Win32:
// $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
$config['Misc']['forumpath'] = '';