MyBB Community Forums

Full Version: HELP PLS!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed a new mybb forums and its in a folder called forums in the public-html, when i click on most buttons it does not work EX... if i click admin cp it takes me to www.example.com/admin But i need it to take me to www.example.com/forums/admin    any ideas? thanks
You need to change your board URL.

Open ./inc/settings.php and find the line:
$settings['bburl'] = "http://www.example.com";
Replace with:
$settings['bburl'] = "http://www.example.com/forums";

Then change the setting permanently in the Admin CP:
Admin CP -> Configuration & Settings -> General Settings -> Board URL
yes, thats already done but it still does not work try it for your self www.banananetwork.xyz/forums

and click the register or login

nvm i had to manually changed it