MyBB Community Forums

Full Version: Main site shows as UNKNOW LOCATION
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, i used the guide at http://community.mybboard.net/showthread...8#pid71448 to make a login form for my site, but now the people of the main site show up as unknown location and the link gives a url in the forum directry, you can see an example of this at http://forum.backstageneopets.com/online.php, how would i fix this????
Add the following line at the top of your script (before including your forum's global.php) so that the page won't show up in the list:
define("NO_ONLINE", "1");
cool, thanks, is it possable to make it show up as "main site" with a working link on the who is online list.

edit: never mind i did not realise that golbal.php was messing up my layout, so i had to remove it.