View Full Version : Guest viewing "Unknown location" but its known.
Vaupell
12-17-2009, 08:00 PM
Seeing alot of these after ive made some costum vb pages on my own..
basicly when a user is viewing them, its says unknown location..
107683
any ideas what i forgot to do ? : p
the pages work, and everything is just fine.. just the online list looks weird..
BBR-APBT
12-17-2009, 08:12 PM
Seeing alot of these after ive made some costum vb pages on my own..
basicly when a user is viewing them, its says unknown location..
107683
any ideas what i forgot to do ? : p
the pages work, and everything is just fine.. just the online list looks weird..
Have you added the following plugins?
hook: online_location_proccess
if ($filename == 'Conversion.php')
{
$userinfo['activity'] = 'conversion';
}
hook: online_location_unknown
if ($userinfo['activity'] == 'conversion')
{
$handled = true;
$userinfo['action'] = "This user is on the conversion page";
$userinfo['where'] = "<a href=\"Conversion.php" . $vbulletin->session->vars['sessionurl_q'] . "\">Conversion Page</a>";
}
Vaupell
12-17-2009, 08:14 PM
Abselutely not..
but getting right on it.. :p haha
Thanks.
BBR-APBT
12-17-2009, 08:15 PM
Abselutely not..
but getting right on it.. :p haha
Thanks.
:D ;)
Charlie98902
12-17-2009, 10:08 PM
Bookmarked for gold if needed
dianna
05-23-2010, 10:38 PM
Curious i have this same issue where did you put that code??
--------------- Added 1274658312 at 1274658312 ---------------
Nevermind I figured it out, I do still have a question tho I have just recently edited the template (via stylevars) just to give my site a new look and now in the who's online I get nothing for some members like if they are idle I guess not sure any idea's how to fix that?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.