![]() |
|
Mod Options |
![]() |
|||||||||||
Members who have visited today.
![]() Developer Last Online: Jan 2018 ![]() ![]() ![]() This thread is in the Modification Graveyard.
-------------------------------------------------------------------------------- This modification has been withdrawn. vBulletin 4.0.x and 4.1.x are no longer supported. The feature is already built into the core vBulletin 4.2.x code. -------------------------------------------------------------------------------- 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. This modification cannot count guests, it is members only. Note that installing this will automatically remove the "Member Tracking" modification. The main features of the vB4 version are as follows ; 1. It displays the list on the Forum Home. 2. Invisible users are only displayed to those allowed to see them (with a "*") 3. Users who should display as coloured or bold etc will be displayed correctly (based on the display usergroup). 4. If you 'hover' over a username it will show the time they were last active. 5. The list is in member name order. 6. The ability to turn it on/off is in the ACP Options. 7. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups). 8. An option to record and display the Most Ever Members can be enabled. 9. The switch between Visited Today and Rolling 24 Hours is an ACP option. 10. The listing of members can be suppressed (a simple message is displayed instead). 11. The list view is collapsable, so you just see the number . 12. The display can be set as always collapsed on initial page load. (Options are in vBulletin Options > Who has visited today) To install just download the XML and import into vB using the ACP Product Manager. History: v4.0.1 : 21-Dec-2009 : Initial release for vb 4.0.0 Gold. v4.0.2 : 22-Dec-2009 : Minor display changes (Icon). v4.0.3 : 24-Dec-2009 : Install code updates. v4.0.4 : 16-Jan-2010 : Added always collapsed option. v4.0.5 : 26-Jan-2010 : Various updates. v4.0.6 : 18-Feb-2010 : Installer update. v4.0.7 : 29-May-2010 : Fix error in upgrade section of install code. v4.0.8 : 22-Oct-2010 : Fixed for WGO style changes in vB 4.0.8. v4.0.9 : 06-Nov-2010 : Install code updated. v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1. v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7. v4.1.8.0 : 18-Nov-2011 : Updated for vBulletin 4.1.8 onwards (only). v4.1.11.0 : 03-Mar-2012 : Updated for vBulletin 4.1.11 image changes. Download Now Only licensed members can download files, Click Here for more information. Screenshots Show Your Support
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
Forum Home Enhancements Members who have visited today. | Paul M | Modification Graveyard | 307 | 10 Sep 2016 02:53 |
Forum Home Enhancements Members who have visited today. | Paul M | Modification Graveyard | 354 | 24 Apr 2010 14:33 |
Comments |
#2
|
|||
|
|||
Fantastic! Going to install and test it now.
No members have liked this post.
|
#3
|
||||
|
||||
JFYI, you may want to note the bug in the Forumhome template that affects the display of this atm.
http://www.vbulletin.com/forum/proje...?issueid=28904
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#4
|
||||
|
||||
Installed and fixed the bug, works like a charm
![]()
__________________
Please note that there will be no further updates to my addons, especially they will not be upgraded for vB5. I'm leaving vB, since IB choose to go the banana-way yet again. http://www.roma-antiqua.de No members have liked this post.
|
#5
|
||||
|
||||
Glad this one's done already Paul!
![]()
__________________
![]() No members have liked this post.
|
#6
|
||||
|
||||
Does not work with Memcache as Datastore Cache.
No members have liked this post.
|
#7
|
||||
|
||||
I have no way of testing that since I dont use memcache, but could you be a little more specific than "does not work"
![]() JFYI, I use xcache for the datastore normally, but xcache support appears completely broken in vb4 atm so I cant even test that.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#8
|
||||
|
||||
May I know please, how do we determine/test that a mod is working with various cache systems?
No members have liked this post.
|
#9
|
||||
|
||||
You cant, unless you have them installed.
BTW, Just to be clear about something, the only part that uses the datastore is the "Most ever" display, not the main display.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#10
|
||||
|
||||
Obviously, so like I have XCache installed. How do I test now?
No members have liked this post.
|
#11
|
||||
|
||||
Originally Posted by Paul M
Hehe, sure ![]()
![]() (In fact I didn't test it, I just looked at the code): You are calling do_fetch(), which does work just fine for connectionless caches like APC, XCache, eAccelerator. Memcache however does need a connection, and do_fetch() does not check if there is one - so you end up with an error (or a segfault in worst case). No members have liked this post.
|
#12
|
||||
|
||||
So this is a bug in vbulletin, the memcache class should check/create a connection when do_fetch() is used.
![]() As it happens, that code only runs if maxloggedin does not exist, which should never be the case on the forumhome, it was a backup in case the code was run on other pages (which used to be an option, but got removed in the 3.8 version). So even if you run memcache, this should actually always work. In fact, I think I can take out the datastore fetch, as the reason for it being there no longer exists.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#13
|
||||
|
||||
Sorry, I dont really understand what you are asking.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#14
|
||||
|
||||
Nope, as do_fetch() is a "private" method that really only gets called from within the class - you are abusing it by calling it from the outside
![]() No members have liked this post.
|
#15
|
|||
|
|||
Then it should be set as private so it can't be used from outside the class.
__________________
Marco van Herwaarden Ex vBulletin.org Coordinator No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 04:33.