The Arcive of vBulletin Modifications Site. |
|
WOL - Threads Details »»
|
|||||||||||||||||||||||||||
This add-on will show you what threads users are looking at in a specific forum rather than every user on your site when you visit the 'Who's Online' page.
Once install go to a forum, scroll down and if enabled via the vBulletin Options will be text that reads "Currently Active Users". Click on the text I have quoted on your forum to take you to the "Who's Online" list. How to Install Download the product XML. Go into to your ACP --> Plugins & Products --> Manage Products click "[Add/Import Product]". Browse to the product you have just downloaded and click "Import". Template Edits Open: FORUMDISPLAY Find: PHP Code:
Replace With PHP Code:
Open: WHOSONLINE Find: PHP Code:
PHP Code:
Updates 1.0.0 - First Release 1.0.1 - optimized query, fixed reloading, fixed reload link. Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I'm sorry if you do not understand how this mod works. I only work on a development forum and cannot link you to it so you can see how it works.
If someone could be kind enough to supply a demo I would appreciate it. |
|
#3
|
|||
|
|||
|
Don't use ' around the number (it implies a string). This could result in a slow query because MySQL has to do a type conversion on the inforum column (SMALLINT to VARCHAR). If this weren't a full table scan already (which it is), the conversion would cause one, so make it a little easier on the server.
Also recommend having the product add inforum as a session table index to avoid the full scan. |
|
#4
|
|||
|
|||
|
Quote:
PHP Code:
|
|
#5
|
|||
|
|||
|
PHP Code:
|
|
#6
|
|||
|
|||
|
Go into a forum and scroll to the bottom. Click on "Currently Active Users".
|
|
#7
|
|||
|
|||
|
Yes, same result with and without plugin. IMHO the template-edit is enough
![]() Thanks *installed*
|
|
#8
|
|||
|
|||
|
Updated the add-on.
|
|
#9
|
||||
|
||||
|
Great, thanks!
|
|
#10
|
||||
|
||||
|
Any screen shots ?
|
![]() |
|
|