The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Who's on 'PAGE X'
ok, i've searched for this without result..
Lets say have several external pages.. I have all these pages integrated into the Location colum of the Who's online list.. for example, if 'MEMBER A' is on 'asteroids.php', it says on the Who's online page that MEMBER A is Playing Asteroids. Also have all these pages with the vb security in place so people have to be logged in to access them.. What i'd like is to be able to have a list on another (any) page of the people that are currently on one of these external pages. sort of a stricter 'who's online' like USERS PLAYING ASTEROIDS: MEMBER A, MEMBER B, and so on.. any thoughts? has this been discussed before? any results? Thanks a ton. |
#2
|
||||
|
||||
This is neither tested nor complete but it can inspire you:
First you need to add "include("./global.php");" (with correct path) at the begining of all your external php files. Then you need to set $userinfo[activity] variable for external page visits and finally you need to edit online.php and create relevant "CASE"s in "function show" for your activities you set. This is basically how you should handle it, but it would require at least moderate knowledge of PHP. Hope this helps.. Regards, Logician Ps. Remember that this practise will increase the load in your server.. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|