Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Members who have visited Today (or in the last 24 hours). Details »»
Members who have visited Today (or in the last 24 hours).
Version: 4.43, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.x Rating:
Released: 07-22-2006 Last Update: 10-06-2007 Installs: 3153
Uses Plugins Auto-Templates
Translations  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #452  
Old 02-04-2007, 06:49 PM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
I suggest you view the page source to see what's adding the space.
I have, the space isn't in the source...

Code:
<!-- BEGIN TEMPLATE: Display_Visitors_User -->
<a rel="nofollow" href="member.php?u=40" title="07:00 PM">Aaron</a>
<!-- END TEMPLATE: Display_Visitors_User -->,<!-- BEGIN TEMPLATE: Display_Visitors_User -->
<a rel="nofollow" href="member.php?u=269" title="08:44 PM">AdminTest</a>
<!-- END TEMPLATE: Display_Visitors_User -->
But, the way the page LOOKS, the space in the source should be here (Asteriks = space) :

Code:
<!-- BEGIN TEMPLATE: Display_Visitors_User -->
<a rel="nofollow" href="member.php?u=40" title="07:00 PM">Aaron</a>
<!-- END TEMPLATE: Display_Visitors_User -->*,*<!-- BEGIN TEMPLATE: Display_Visitors_User -->
<a rel="nofollow" href="member.php?u=269" title="08:44 PM">AdminTest</a>
<!-- END TEMPLATE: Display_Visitors_User -->
I looked in the code and couldn't find anything, nor in the phrases.
Reply With Quote
  #453  
Old 02-04-2007, 07:33 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

You have template comments enabled, that's why.

They should never be enabled on a live forum, turn them off in your vboptions.
Reply With Quote
  #454  
Old 02-08-2007, 12:29 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really like this hack! Is it possible to have a template version?
Our forums are quite large and we try to do all we can to avoid extra queries.
Reply With Quote
  #455  
Old 02-08-2007, 09:50 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

I have no idea what you mean by a "template" version.

Trying to avoid queries just for the sake of it is a pointless excercise.
Reply With Quote
  #456  
Old 02-08-2007, 10:19 AM
TrIn@dOr TrIn@dOr is offline
 
Join Date: Nov 2006
Location: South Bend, IN
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[IDEA MODE ON]
Can u put at the right of each member, the last time??
[IDEA MODE OFF]
Reply With Quote
  #457  
Old 02-08-2007, 01:55 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

No, move your mouse over the name to see that.
Reply With Quote
  #458  
Old 02-15-2007, 02:59 AM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i think i installed it when i was 3.5 and forgot I had it and reinstalled
now it show up 2 times at the botom. I tried to uninstall and reinstall but it still shows it twice.
any advice on how to fix?
Reply With Quote
  #459  
Old 02-15-2007, 08:26 AM
SwissPegasus SwissPegasus is offline
 
Join Date: Jan 2006
Location: Switzerland
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the version for vb 3.5 you show also the count of user was online. in the newst version i miss this count of users. Is there a easy way to include the count of users again?

cu
SwissPegasus

Edit: after comparing the old and the new version i found the way to show this again.
Reply With Quote
  #460  
Old 02-16-2007, 11:28 PM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djjeffa View Post
i think i installed it when i was 3.5 and forgot I had it and reinstalled
now it show up 2 times at the botom. I tried to uninstall and reinstall but it still shows it twice.
any advice on how to fix?
bump?????????????
Reply With Quote
  #461  
Old 02-17-2007, 12:08 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

Remove the old template code from forumhome.
Reply With Quote
Reply

Thread Tools

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 07:22 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.06070 seconds
  • Memory Usage 2,308KB
  • 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
  • (2)bbcode_code
  • (2)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
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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