The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
functions_online question...
Ok, so I've added the global.php a require once on all of my pages to allow all of my users to log in to my full website as well as the forums. Because of that functions_online recognizes where they are at all times, however I can't get it to display correctly in the "Whos Online" section.
For instance, my website is www.hdclan.org. Now if a logged in users is at www.hdclan.org/bots.php, who's online shows "Unknown Location, /bots.php" So I tried using the following in my functions_online: Code:
case 'bots': $userinfo['where'] = "<a href=\"http://www.hdclan.org/bots.php\">Viewing Bots Download</a>"; break; case '/bots.php': $userinfo['activity'] = 'bots'; break; Code:
case 'bots.php': Code:
case './bots.php': Code:
case '../bots.php': |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|