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

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
  #1122  
Old 06-27-2008, 12:54 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

As far as I can see from a quick look, you have changed the correct line, just put the wrong thing, use style="padding: 10px;" not padding-left: 5em
Reply With Quote
  #1123  
Old 06-27-2008, 07:51 PM
callumbush callumbush is offline
 
Join Date: May 2008
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cheers!!
Reply With Quote
  #1124  
Old 06-28-2008, 11:26 AM
callumbush callumbush is offline
 
Join Date: May 2008
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Paul,

I've checked my site using http://validator.w3.org/ , and there are quite a lot of errors coming back (see below).
Most of them seem to relate to the members showing in my 'members who visited today' box - Has the theme designer missed something else out?

Many thanks

Callum



Validation Output: 17 Errors

# Error Line 569, Column 81: end tag for element "a" which is not open.

…members/aruskotik/">Aruskotik</a> </a>, <a href="http://www.PhoneDevil.com/me



The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.
# Error Line 569, Column 154: end tag for element "a" which is not open.

…m/members/buppycor/">BuppyCor</a> </a>, <a href="http://www.PhoneDevil.com/me



The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.
# Error Line 569, Column 231: end tag for element "a" which is not open.

…mbers/phonedevil/">PhoneDevil</a> </a>, <a href="http://www.PhoneDevil.com/me



The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.
# Error Line 569, Column 304: end tag for element "a" which is not open.

…m/members/poephems/">poephems</a> </a></div>



The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.
# Error Line 679, Column 5: end tag for element "div" which is not open.

</div>



The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.
# Error Line 569, Column > 80: XML Parsing Error: Opening and ending tag mismatch: div line 569 and a.

…/members/aruskotik/">Aruskotik</a> </a>, <a href="http://www.PhoneDevil.com/m…


# Error Line 569, Column > 80: XML Parsing Error: Opening and ending tag mismatch: div line 567 and a.

…/members/aruskotik/">Aruskotik</a> </a>, <a href="http://www.PhoneDevil.com/m…


# Error Line 569, Column > 80: XML Parsing Error: Opening and ending tag mismatch: td line 566 and a.

…/members/aruskotik/">Aruskotik</a> </a>, <a href="http://www.PhoneDevil.com/m…


# Error Line 569, Column > 80: XML Parsing Error: Opening and ending tag mismatch: tr line 564 and a.

…/members/aruskotik/">Aruskotik</a> </a>, <a href="http://www.PhoneDevil.com/m…


# Error Line 569, Column > 80: XML Parsing Error: Opening and ending tag mismatch: tbody line 563 and div.

…/members/aruskotik/">Aruskotik</a> </a>, <a href="http://www.PhoneDevil.com/m…


# Error Line 570, Column 9: XML Parsing Error: Opening and ending tag mismatch: table line 545 and div.

</div>


# Error Line 571, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 135 and td.

</td>


# Error Line 572, Column 6: XML Parsing Error: Opening and ending tag mismatch: div line 134 and tr.

</tr>


# Error Line 573, Column 8: XML Parsing Error: Opening and ending tag mismatch: div line 133 and tbody.

</tbody>


# Error Line 619, Column 8: XML Parsing Error: Opening and ending tag mismatch: body line 50 and table.

</table>


# Error Line 650, Column 8: XML Parsing Error: Opening and ending tag mismatch: html line 2 and div.

</div>


# Error Line 651, Column 1: XML Parsing Error: Extra content at the end of the document.

</div>
Reply With Quote
  #1125  
Old 06-28-2008, 11:48 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

Those errors are coming from your Currently Active Users list, not this mods display.
Reply With Quote
  #1126  
Old 06-28-2008, 05:47 PM
Charmedfan Charmedfan is offline
 
Join Date: Jan 2006
Location: Cologne, Germany
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey,
I have a problem in firefox. When I use it and the addon is active it cuts the page after the "Who is online" block. The IE has not the problem. Please, have a look at the screenshot!

What can I do now?
Reply With Quote
  #1127  
Old 06-28-2008, 07:22 PM
callumbush callumbush is offline
 
Join Date: May 2008
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Those errors are coming from your Currently Active Users list, not this mods display.
Ah sorry about that. Can you advise what I need to look at/edit to fix this?
- I realise e.g. there are duplicate '</a>' that need to be deleted, but I don't know where the 'source' of these problems are.....as I guess its going to happen for every member who comes online?

p.s. Would you like me to delete these messages? I realise i'm kinda getting off topic here..
Reply With Quote
  #1128  
Old 07-01-2008, 02:24 PM
usmansabir's Avatar
usmansabir usmansabir is offline
 
Join Date: Jun 2008
Location: UK
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thankx.. perfectly worked with 3.6.8
Reply With Quote
  #1129  
Old 07-07-2008, 09:52 AM
Charmedfan Charmedfan is offline
 
Join Date: Jan 2006
Location: Cologne, Germany
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any solutions for my problem?
Reply With Quote
  #1130  
Old 07-07-2008, 06:24 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

Sorry, I dont even really understand your problem.
Reply With Quote
  #1131  
Old 07-07-2008, 06:32 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Charmedfan, try reverting your FORUMHOME template (copy&pasting a backup of it)
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 12:51 AM.


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.05290 seconds
  • Memory Usage 2,320KB
  • 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
  • (1)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