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)

Viks 02-08-2005 08:48 PM

Oh GREAT!! this is cool, I've been looking for this.
thanks Ericgtr.
I've installed it.. however i have some minor issue. I've attached a pic...whats happenning is that
1. the FONT size of members is bigger compared to other locations..

2. On click on "membername" the url takes me to root/members instead of root/forums/member.

any suggestions how i can fix this!?

thanks

Viks 02-09-2005 04:17 AM

Quote:

Originally Posted by Viks
any suggestions how i can fix this!?

thanks

ok I fixed the problem. It was just a temeplate edit to match my font.

But Eric i got another issue! The Module shows online visitors "today" starting at midnight but Paul's original mod shows users in last 24 hours on my fourmshome.

:ermm:

I thought, it wud show the number of users on cmps page as forumshomepage which is users visited in last 24 hrs.??!?!

isnt that right??

Paul M 02-09-2005 07:31 AM

Quote:

Originally Posted by Viks
But Eric i got another issue! The Module shows online visitors "today" starting at midnight but Paul's original mod shows users in last 24 hours on my fourmshome.

Uncomment this line to switch to the rolling 24 hr's ;

PHP Code:

//$cutoff = $now - 86400 ;  // Uncomment this line if you don't have vB 3.0.3 and all users are showing. 

:)

Viks 02-09-2005 08:37 AM

thanks Paul.

Pamela 02-10-2005 05:03 AM

Easy installation and great instructions. Thanks! :)

havefun 02-10-2005 10:46 AM

works fine, thx paul :)

Paul M 02-15-2005 03:47 PM

I have uploaded v1.35 today which has a very minor bugfix - this will not affect anyone who already has this working - but I think it may cure the odd case (in vb versions prior to 3.0.3) where the vbdate function would not work (and hence people switched to the rolling 24 hours display).

Trekkie 02-15-2005 03:48 PM

nice

hankster 02-22-2005 02:21 PM

Quote:

Originally Posted by noppid
You may want to consider adding a conditional to your phpinclude_start template to only run that query when the page selected is forum home or your new WWOL page. As it is that code runs on every page loaded whether it's used or not. Just a little optimization suggestion. :)

Does anyone know how this conditional could be added?

MickDoneDee 02-23-2005 12:07 AM

Try:

<if condition="THIS_SCRIPT=='index'>
ob_start();
include('whos.online.today.php');
ob_end_clean();
</if>

In case people are wondering where your quote came from it was:
https://vborg.vbsupport.ru/showpost....&postcount=110


All times are GMT. The time now is 08:37 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.01478 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_php_printable
  • (3)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