The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problems with 'who is online'
Hello,
Iam using a cms.php which acts like a content managment system. On top of that file I have: Code:
define('THIS_SCRIPT', 'cms'); http://www.pagodentreff.de/artikel/blaa.html The normal url would be (without mod_rewrite): http://www.pagodentreff.de/diskussio....php?view=blaa Now everytime a user is on one of the cms' sites ?Who's online? tells me ?unknown location?. Here's what I tried in functions_online.php Code:
case 'cms.php': $userinfo['activity'] = 'cms'; break; Code:
case '/artikel': $userinfo['activity'] = 'cms'; break; Please help me The following now works if a user is on the cms' frontpage (http://www.pagodentreff.de/artikel) but it doesn't work if he's on http://www.pagodentreff.de/artikel/blaa.html Code:
case 'artikel': $userinfo['activity'] = 'cms'; break; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|