The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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.. Attachment 107683 any ideas what i forgot to do ? : p the pages work, and everything is just fine.. just the online list looks weird.. |
|
#2
|
||||
|
||||
|
Quote:
Code:
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>";
}
|
|
#3
|
||||
|
||||
|
Abselutely not..
but getting right on it.. hahaThanks. |
|
#4
|
||||
|
||||
|
|
|
#5
|
|||
|
|||
|
Bookmarked for gold if needed
|
|
#6
|
||||
|
||||
|
Curious i have this same issue where did you put that code??
--------------- Added [DATE]1274658312[/DATE] at [TIME]1274658312[/TIME] --------------- 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? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|