The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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;
|
|
#2
|
|||
|
|||
|
Hello,
I guess it's the wrong forum. Can anyone please move it to https://vborg.vbsupport.ru/forumdisplay.php?f=10? Thanks
|
|
#3
|
||||
|
||||
|
Dein wille geschehe ^^
|
|
#4
|
||||
|
||||
|
Quote:
What does table session show in field location when a user just visited http://www.pagodentreff.de/artikel/blaa.html? |
|
#5
|
|||
|
|||
|
I'd also like to be able to modify the functions_online.php to include the pages on the front of my site so they appear properly in "Who's Online" - can someone give a few pointers?
|
|
#6
|
|||
|
|||
|
Unser tägliches Brot gib uns heute.. ^^
It shows: Aufenthaltsort unbekannt /artikel/kaufberatung280sl.html |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|