MyBB Community Forums

Full Version: Showing links in WOS with external pages.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've got a site which is using the login box and global.php from MyBB.

$curdir = getcwd ();
	chdir('forums'); // path to MyBB
	define("IN_MYBB", 1);
	require './global.php';
	chdir ($curdir);

This is working fine, however when I look into the WOS I see that people who are looking to the external pages show up as Unknow Location, but the link to it is correct.

Can this be changed ?
This is because the login page is not using the WOL location script. You've to add that then you'll be able to view user's locations.
Can you tell me how to do this ?
Thanks, will give it a try Smile