Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Members who have visited (Sideblock) Details »»
Members who have visited (Sideblock)
Version: 4.2.0.0, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: vBulletin Forum Sideblocks - Version: 4.2.x Rating:
Released: 01-24-2010 Last Update: 05-23-2012 Installs: 241
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.

This modification is no longer available or supported.

This modification adds the members who have visited display to the forum sideblocks.

As per the main modification, this cannot count guests, it is members only.

Note: This is untested on vBulletin 4.0.0, but I think it should be fine.

The main features are as follows ;

1. It displays in the Forum Sideblocks (Default Display Order = 1).
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. An option to record and display the Most Ever Members can be enabled.
6. The switch between Visited Today and Rolling 24 Hours is an ACP option.
7. The list view is collapsable, so you just see the number .
8. The display can be set as always collapsed on initial page load (however, this can have odd results as the display is cached).

(Options are in vBulletin Options > Who Has Visited Today Block)

Please note this sideblock uses the block cache system, so it will always be slightly behind realtime in its display - the cache ttl is set to 5 minutes.

To install just unzip the XML and import into vB using the ACP Product Manager.


History:

v4.0.1 : 24-Jan-2010 : Initial release for vb 4.0.1.
v4.0.2 : 26-Jan-2010 : Minor code update, no visual change.
v4.0.3 : 28-Jan-2010 : Fix template caching bug.
v4.0.4 : 02-Feb-2010 : Install code updated.
v4.0.5 : 03-Mar-2010 : Block control code updated.
v4.0.6 : 12-Apr-2010 : Fixed to work in vb 4.0.3
v4.0.7 : 20-Jun-2010 : Fixed to work in vb 4.0.4
v4.0.8 : 21-Jun-2010 : Fixed the update code and added cache purge on update.

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.7.1 : 16-Oct-2011 : Fix typo in install code.
v4.1.8.0 : 18-Nov-2011 : Updated for vBulletin 4.1.8 onwards (only).
v4.1.8.1 : 20-Nov-2011 : Fix caching for renamed template.
v4.1.11.0 : 03-Mar-2012 : Updated for vBulletin 4.1.11 image changes.

v4.2.0.0 : 24-May-2012 : Updated for vBulletin 4.2.0.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
goxy63

Comments
  #42  
Old 06-20-2010, 04:26 AM
CybaGirl CybaGirl is offline
 
Join Date: Jun 2010
Location: Sydney Australia
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much!

Installed and working perfectly!
Reply With Quote
  #43  
Old 06-20-2010, 05:49 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<u>4.0.7 Released</u>

This should work correctly with the caching changes in vb 4.0.4 - however on first upgrading you will need to clear the existing cache (or just wait 5 minutes for it to expire). The latest version should still work ok in older versions of vb 4.0.x
Reply With Quote
  #44  
Old 06-20-2010, 07:04 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What caching changes are in 4.0.4? I didn't see that anywhere.
Reply With Quote
  #45  
Old 06-21-2010, 02:23 AM
War.Frog's Avatar
War.Frog War.Frog is offline
 
Join Date: Aug 2009
Location: Ontario, Canada
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Grr. Hmm...I just installed the update and now I'm getting a blank box again. It has been half an hour now.

What cache do I need to clear? Is it the Purge Cache under the Forum Blocks manager? If so, I did that and it has had no effect.

Any thoughts?
Reply With Quote
  #46  
Old 06-21-2010, 11:38 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
What caching changes are in 4.0.4? I didn't see that anywhere.
The way that html/php blocks are cached has changed in 4.0.4.


Quote:
Originally Posted by War.Frog View Post
What cache do I need to clear? Is it the Purge Cache under the Forum Blocks manager? If so, I did that and it has had no effect.

Any thoughts?
Yes, Ive forgotten to change the product update code to 4.0.7, so its not updating the blocks php code when you upgrade from 4.0.6 (it will actually work if you upgrade from an older version).

I wilI fix the upgrade tonight (uk time), until then you will need to uninstall it, and then install it again.
Reply With Quote
  #47  
Old 06-21-2010, 01:18 PM
War.Frog's Avatar
War.Frog War.Frog is offline
 
Join Date: Aug 2009
Location: Ontario, Canada
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Yes, Ive forgotten to change the product update code to 4.0.7, so its not updating the blocks php code when you upgrade from 4.0.6 (it will actually work if you upgrade from an older version).

I wilI fix the upgrade tonight (uk time), until then you will need to uninstall it, and then install it again.
Thanks Paul!
Reply With Quote
  #48  
Old 06-21-2010, 01:42 PM
pant pant is offline
 
Join Date: Mar 2010
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have uninstalled for now.

Cheers Paul.
Reply With Quote
  #49  
Old 06-21-2010, 05:35 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<u>4.0.8</u>

* Fixed the product update so that v4.0.6 will upgrade correctly.
* Added code to auto clear the blocks cache on upgrade, so that doesnt need to be done manually.
Reply With Quote
  #50  
Old 06-21-2010, 06:14 PM
War.Frog's Avatar
War.Frog War.Frog is offline
 
Join Date: Aug 2009
Location: Ontario, Canada
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic - update 4.08 works like a charm.
Reply With Quote
  #51  
Old 06-22-2010, 08:45 PM
pant pant is offline
 
Join Date: Mar 2010
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweet, can confirm that this appears to be working but did have to clear the forum block cache to get it working.

Thanks.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05212 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete