vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Members who have visited today (with last 24 hours option). (https://vborg.vbsupport.ru/showthread.php?t=71533)

Paul M 06-24-2005 12:26 PM

Quote:

Originally Posted by paul41598
of course now its 6:15am, and it finally reset. Weird.

What timezone do you have set in your profile ?

Edit: Actually, try the version I have just uploaded - it uses a slightly different TZ calculation.

dansgts 06-24-2005 02:27 PM

ok yea, mine seams to go to 0 around 10 pm, any way to change this?

Paul M 06-24-2005 02:31 PM

Quote:

Originally Posted by dansgts
ok yea, mine seams to go to 0 around 10 pm, any way to change this?

See the post above yours, does the latest version do this ?

dansgts 06-24-2005 04:24 PM

ill let you know tonight when i find out ;)

Paul M 06-24-2005 10:26 PM

Quote:

Originally Posted by dansgts
ill let you know tonight when i find out ;)

Make sure it's v2.20 you test, the previous one earlier today (2.15) had a flaw.

LEAD_WEIGHT 06-26-2005 05:06 AM

Quote:

Originally Posted by Paul M
Make sure it's v2.20 you test, the previous one earlier today (2.15) had a flaw.

When user name with colour loggin or not displays like this @ forum
*edit* yep it looks like if I have glow colour usernames it makes it look like the below part here.
_____________________
member1
,
member2
,
member3
------------------------
instead of looking like this
_______________________
member1, member2, member3
________________________

Paul M 06-26-2005 11:59 AM

What's a glow colour username ?

Bacon Butty 06-26-2005 05:32 PM

Is there be a way to change this so users who have visited the site in the last 48 hours are displayed?

LEAD_WEIGHT 06-27-2005 05:23 AM

Quote:

Originally Posted by Paul M
What's a glow colour username ?

This code I know it makes a space & only works in IE.
Code:

<div style="filter:progid:DXImageTransform.Microsoft.Glow(Color=blue,Strength=3);width: 100%;">username</div>
Code:

<table style="filter:glow(color=red, strength=4)">username</table>
I went back to this but I do not like but does not matter.
Code:

<span color="Red">username</span>

Paul M 06-27-2005 11:48 AM

Quote:

Originally Posted by LEAD_WEIGHT
This code I know it makes a space & only works in IE.
Code:

<div style="filter:progid:DXImageTransform.Microsoft.Glow(Color=blue,Strength=3);width: 100%;">username</div>
Code:

<table style="filter:glow(color=red, strength=4)">username</table>

Whatever you are doing for glowing usernames is breaking the "title" in the link html. Nothing I can do about that.


Quote:

Originally Posted by Bacon Butty
Is there be a way to change this so users who have visited the site in the last 48 hours are displayed?

replace this ;
PHP Code:

//$cutoff = $now - 86400 ;  // ## Uncomment this line if you want a rolling 24 hours display ## // 

With this ;
PHP Code:

$cutoff $now 172800;  // ## Rolling 48 hours display ## // 



All times are GMT. The time now is 04:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02064 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete