The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Members who have visited Today (or in the last 24 hours). Details »» | |||||||||||||||||||||||||||
Members who have visited Today (or in the last 24 hours).
Developer Last Online: Nov 2023
This modification is no longer available or supported. This adds a simple display of all members who have visited the forum - either today (i.e. since the users midnight) or in the last 24 hours. Note: it is not possible for this hack to count guests - however, see this thread to track guests. The main features of the 3.6 version are basically the same as previous versions ; 1. It displays the list on the Forum Home. 2. The list view is collapsable, so you just see the number. 3. Invisible users are only displayed to those allowed to see them (with a "*") 4. Users who should display as coloured or bold etc will be displayed correctly (based on the display usergroup). 5. If you 'hover' over a username it will show the time they were last active. 6. The list is in member name order. 7. The mod is phrased. 8. The ability to turn it on/off is in the ACP Options. 9. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups). 10. The switch between Visited Today and Rolling 24 Hours is an ACP option. 11. The listing of members can now be suppressed (a simple message is displayed instead). 12. The list of names can be set to be always collapsed on initial view. 13. The option to record and display the Most Ever visitors has been added (v4.43+). (Options are in vBulletin Options > Who has visited today) Unzip the XML and import into vB using the ACP Product Manager. To upgrade from the 3.5 version just re-import the product with the overwrite option set to yes. EvilHawk has also updated his WVT on a seperate page, see this post. History: v4.30 : First version for 3.6, a number of bits have been re-written. v4.31 : Dependancies updated for 3.6.0 Gold. v4.32 : Updated for Version Checking. v4.33 : Added options to disable/change auto template insert (not released). v4.34 : Internal code changes (not released). v4.35 : More Internal code changes. v4.36 : Minor phrasing changes. v4.37 : SQL Changes to use slave. v4.38 : Added new template for username display code, modified always collapsed code. v4.39 : Fix uncached template. v4.40 : Fixed table index issues. v4.41 : Moved auto-template options to mods main settings group. v4.42 : Usergroup display and other options added. Updated to prevent loading user data when name display is disabled. v4.43 : Most Ever visitors (members) option added. Show Your Support
|
Comments |
#342
|
||||
|
||||
Thanks ! cool mod :lick: :banana: :bunny: :up: :bunny: :bunny: :bunny: :banana: :banana: :banana:
:bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: :bunny: |
#343
|
||||
|
||||
Nice feature this. Looks a bit sad with that single user which is me, but still.
Installed ofcourse! |
#344
|
|||
|
|||
This is nice . Installing the latest version.
|
#345
|
|||
|
|||
Hello all,
Hello Paul, I'd like to know if it is possible to display users in chronological order of visiting time instead of alphabetical order? Thank you. |
#346
|
|||
|
|||
Sorry, I didn't see this answer before posting my question just above.
But in which way should we "alter the sql in the plugin"? |
#347
|
||||
|
||||
Chage the order by from username to dateline.
|
#348
|
|||
|
|||
Well, well, well... and could you just explain to me how to do that
I'm really not a coder and it's a bit strange for me |
#349
|
|||
|
|||
Quote:
Go into the file with a text editor, and you should see a SQL statement that has an order statement in it. It will say something like "ORDER BY USERNAME" as the last clause of the SQL statement. Change the text USERNAME to DATELINE or WHOREAD.DATELINE, and resave the file, perhaps under a new name. Then when you upload the product via the vBulletin product manager, point to your new edited file. |
#350
|
|||
|
|||
I tried to change username by dateline and I had the following
Code:
Database error in vBulletin 3.6.4: Invalid SQL: SELECT * FROM user WHERE lastactivity > 1168297200 ORDER BY dateline; MySQL Error : Unknown column 'dateline' in 'order clause' Error Number : 1054 |
#351
|
|||
|
|||
I have the same with WHOREAD.DATELINE
Code:
Database error in vBulletin 3.6.4: Invalid SQL: SELECT * FROM user WHERE lastactivity > 1168297200 ORDER BY WHOREAD.DATELINE; MySQL Error : Unknown column 'WHOREAD.DATELINE' in 'order clause' |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|