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 |
#42
|
||||
|
||||
It's certainly planned as part of the 3.6 upgrade, but no, it doesn't work yet.
I'd like to get it in before then (ASAP really). We need to add a new field to hacks for it, as you need the productid for it to work. |
#43
|
||||
|
||||
Cool, that'll be great.
|
#44
|
||||
|
||||
Thanks
Installd |
#45
|
|||
|
|||
I have all my STAT stuff showing at the top of my forum. Is there a way to put this hacks info at the bottom of my main forum sep from the other STAT info?
|
#46
|
||||
|
||||
Paul,
Great stuff, just wondering if i can change the days of post, from 24 hrs to in past week? Thanks Newbie |
#47
|
||||
|
||||
Awesome work, love it.
|
#48
|
|||
|
|||
haha, your the man, I was looking for something like this every where, they had it for the old version and here it is the new 3.6.0 installed sir, and working perfectley on there... one question, how would I change the image of it tho?... because it's the same as the Currently Active Users one, and I want to change the image on your hack to something else... thank you kindley...
-Alex |
#49
|
||||
|
||||
Edit the Display_Visitors template with the image of your choice.
|
#50
|
|||
|
|||
Getting error on 3.6
Code:
Database error in vBulletin 3.5.4: Invalid SQL: ### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO poesia17_plugin (`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`) VALUES ('1', '5', 'Members who have visited (1)', 'cache_templates', 'if ($vbulletin->options[\'wvt\'])\r\n{\r\n $groups = explode(\',\',$vbulletin->options[\'wvtgrps\']); \r\n if (is_member_of($vbulletin->userinfo,$groups) OR $groups[0] == 0) \r\n {\r\n $show[\'wvt\'] = true;\r\n $globaltemplates[] = \'Display_Visitors\' ;\r\n }\r\n else \r\n {\r\n $show[\'wvt\']= false;\r\n }\r\n}\r\nelse\r\n{\r\n $show[\'wvt\']= false;\r\n}', 'paulm_20050610'); MySQL Error : Unknown column 'executionorder' in 'field list' Error Number : 1054 Date : Tuesday, August 15th 2006 @ 05:45:18 PM Script : http://www.mundopoesia.com/foros/admincp/plugin.php Referrer : http://www.mundopoesia.com/foros/adm...?do=productadd IP Address : 72.50.32.170 Username : Peter A. Rosado Classname : vb_database |
#51
|
||||
|
||||
I got a ton of those when I was upgrading, and if you notice the top says 3.5.4, so it's not from your 3.6.0 version. run through those and I doubt you'll get any more of them.
OR you could just be running the wrong version. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|