Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Who Was Online Today on forums Details »»
Who Was Online Today on forums
Version: 1.00, by Gary King Gary King is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Version: 3.0.4 Rating:
Released: 01-02-2004 Last Update: 03-16-2004 Installs: 527
 
No support by the author.

PLEASE CLICK THE INSTALL BUTTON IF INSTALLED!

What does this hack do?

It shows the users who visited your forums in the last 24 hours (or today). This hack works similiarly like the one released for vBulletin 2.

NOTE: If you want to show 'Who was online today' on a separate page from forumhome, then download instructions-newpage.txt and onlinetoday.php instead of instructions-regular.txt

Modifications
  • 1 file modification
  • 3 template modifications
  • 0 queries to run

Features
  • supports and uses phrases
  • usernames are formatted properly
  • invisible users only show to people who are supposed to see them (admins and whoever else you allowed)
  • integrated (makes it so that the Who Was Online bar is now collapseable

Screenshots
Look below

Credits: Thanks goes to Mystics, where this hack is based on his

Show Your Support

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

Comments
  #192  
Old 03-12-2004, 10:24 PM
Mr. Brian's Avatar
Mr. Brian Mr. Brian is offline
 
Join Date: Jan 2003
Location: Internet
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey thats great baby,

Looking forward to hear from you soon! :nervous:

Quote:
Originally Posted by Gary W
Guests I guess I could implement this, though, and also another modification which will put the 'Who was online today' info on a separate page but link to it
Reply With Quote
  #193  
Old 03-13-2004, 07:10 PM
Leah's Avatar
Leah Leah is offline
 
Join Date: Aug 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack!
Does anyone know how I can let supermods also se those who has chosen to be invisible?
Reply With Quote
  #194  
Old 03-15-2004, 06:19 PM
Wifey Wifey is offline
 
Join Date: Mar 2004
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack! I just installed it and it's working perfectly ^_^ Thanks!
Reply With Quote
  #195  
Old 03-16-2004, 05:24 PM
joeychgo's Avatar
joeychgo joeychgo is offline
 
Join Date: Mar 2004
Location: Chicago, IL
Posts: 933
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question:

How does one incorporate this into the VBadvanced homepage as well?
Reply With Quote
  #196  
Old 03-16-2004, 06:49 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Matthew Lam
Hey thats great baby,

Looking forward to hear from you soon! :nervous:
Download these instructions, let me know if they work

https://vborg.vbsupport.ru/attachmen...chmentid=17349
Reply With Quote
  #197  
Old 03-16-2004, 07:09 PM
joeychgo's Avatar
joeychgo joeychgo is offline
 
Join Date: Mar 2004
Location: Chicago, IL
Posts: 933
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Gary -- I have this hack installed on my forum page and its great.

What do I need to do to get it on my vb advanced page also? I have a who's online now box there arlready and would like to add this to it.

lincolnvscadillac.com
Reply With Quote
  #198  
Old 03-16-2004, 07:13 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by joeychgo
Gary -- I have this hack installed on my forum page and its great.

What do I need to do to get it on my vb advanced page also? I have a who's online now box there arlready and would like to add this to it.

lincolnvscadillac.com
I don't use vbadvanced, but I'm sure it isn't too complicated. Just add the required code for this hack, into the index.php for vbadvanced and then put the template additions into a custom block in vbadvanced, or wherever you want it to show up.

Also FYI, vbindex supports 'Who was online today on forums'
Reply With Quote
  #199  
Old 03-17-2004, 01:21 AM
pdk2tr pdk2tr is offline
 
Join Date: Mar 2004
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trilOByte
Is there any way to get this to reset to different timezones? My site is for the UK (server is in the US) and this seems to start it's daily calculation at about 5am GMT (which is roughly midnight where my server is). Also, the last activity "mouseover" doesnt reflect the difference in timezones - it's 5hrs out for 99% of my users.

What I would like is the count to reset itself to mkidnight GMT, not midnight server time, and the last activity to reflect GMT not EST.
THANKS Gary W,
ITS A VERY GOOD HACK!

BUT STILL SOME PROBLEMS IN DIFFERENT TIMEZONES!
MY TIMEZONE IS IN GMT+8(SEVER TIME IS ALSO GMT+8)

HOW CAN I FIX IT?
ILL TRY TO FIX.. BUT COULD U DO ME A FAVOR?
THANKS VERY MUCH!
Reply With Quote
  #200  
Old 03-17-2004, 02:42 PM
pdk2tr pdk2tr is offline
 
Join Date: Mar 2004
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I find the way to slove it..

MY TIMEZONE IS +8

find
PHP Code:
(($bbuserinfo['timezoneoffset']-$timeoffset)*3600)) 
increase -8
PHP Code:
(($bbuserinfo['timezoneoffset']-$timeoffset-8)*3600)) 
now

The following members have already visited the forums today:

is correct..
Reply With Quote
  #201  
Old 03-17-2004, 03:19 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pdk2tr
I find the way to slove it..

MY TIMEZONE IS +8

find
PHP Code:
(($bbuserinfo['timezoneoffset']-$timeoffset)*3600)) 
increase -8
PHP Code:
(($bbuserinfo['timezoneoffset']-$timeoffset-8)*3600)) 
now

The following members have already visited the forums today:

is correct..
Thanks! I fixed that in the instructions now. It's a little different from yours but you helped me find that
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 08:32 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.07142 seconds
  • Memory Usage 2,323KB
  • 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
  • (4)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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