The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Currently Active Users on other pages
This idea was taken from IPB.
Showing only users that are currently viewing a specific page, not showing all active members, like the memberlist, groups and etc. |
#2
|
||||
|
||||
Some screenshot please?
|
#3
|
|||
|
|||
|
#4
|
||||
|
||||
This is tutorial for you: https://vborg.vbsupport.ru/showthread.php?t=187388
|
#5
|
||||
|
||||
Without going into too much detail, query the session table's location field. If your forum is in your web root...
Code:
SELECT user.userid, user.username /* , etc */ FROM session LEFT JOIN user USING (userid) WHERE session.location = '/memberlist.php%' |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|