Ok, online status is fixed. But now I have another problem. I usually log in to my forum and then go from a forum link to
http://www.sandraboards.com/forum/sbcgalleries/ and I am logged in. But when I go directly to
http://www.sandraboards.com/forum/sbcgalleries/ although I am logged in at the boards I am not logged in and when I type in my username and password I am re-directed and still not logged in. Any idea what might be wrong?
I used the latest version of this mod and went through all the steps a few times to check if I did something wrong but didn't find anything
Nevermind, fixed the login thing, had a few path set wrong, although changing the path fixed the login problem I have a problem with the Show Online thingy again now lol, it says Unknow location although I fixed this part here to look like this
PHP Code:
// Album user location
else if (strpos($token, "/forum/sbcgalleries/") !== false)
{
{
$userinfo['activity'] = 'sbcgalleries';
}
return $userinfo;
}