Re: [vBulletin] Forum Path
What's the error you get?
Re: [vBulletin] Forum Path
Code:
$forumpath = '/home/public_html/runescapeproject/forums/';
Tried that?
Re: [vBulletin] Forum Path
The error is when I try to load my web, it says:
Quote:
Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.
Yes I have Elite.
Re: [vBulletin] Forum Path
Tried to leave out /forum/ too?
Re: [vBulletin] Forum Path
Why would I do that? It asks for the direct link to the forum. But I'll try it.
Edit: Still doesn't work.
Re: [vBulletin] Forum Path
Despite it doesn't work, maybe they'd ask you where the main map of the forum was located.
Where is the file located that they ask you the $forumpath?
Re: [vBulletin] Forum Path
In my FTP it shows...
/public_html/runescapeproject/forums
(The file that needs it is called index.php)
Re: [vBulletin] Forum Path
so in /public_html/runescapeproject/forums there's a file with $forumpath=""; ?
Sorry didn't get u 100%
Re: [vBulletin] Forum Path
Sorry to bump this, but it goes like this:
PHP Code:
// $config['Misc']['forumpath'] = '/home/cPANEL USERNAME/public_html/FORUM DIRECTORY';
* If your forum does not have a directory, e.g. /forum/, and is placed directly inside the public_html folder, then delete /FORUM DIRECTORY from the code. Oh, and, you don't include the index page, because if the forum directory is required, it will look inside the /forum.php 'folder' for the images.
Re: [vBulletin] Forum Path
go to ur forum directory.
create an empty php file.. called something like test.php
PHP Code:
<?PHP
echo '<pre>';
print_r($_SERVER);
?>
it will give all ur server variables and the right forum path...
forum paths are necessary since most cms will need to read the config.php in vbulletin.
Re: [vBulletin] Forum Path
are you trying to install vbadvanced_cmps?
and make it look like http://nkgames.net/forum/ ?
---------------------------------------------------------
If so.... upload from the extras folder which i'm sure you got...
the forumpath.php file.
Put the forumpath.php file into your folder with vbulletin files... usually /forum/
then go to your browser and go to www.yoursite.com/forum/forumpath.php
and it will show you the correct forum path.