vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Most Ever Users / Members / Guests / Chatters etc (https://vborg.vbsupport.ru/showthread.php?t=81167)

oz_moses 05-27-2005 12:11 PM

Hi Paul, thanks for another great hack.
I'm wondering if there is any way to show both members and guest on consecutive lines?

Paul M 05-27-2005 02:41 PM

Quote:

Originally Posted by oz_moses
Hi Paul, thanks for another great hack.
I'm wondering if there is any way to show both members and guest on consecutive lines?

There are always ways - I'm just not quite sure what you mean.

oz_moses 06-08-2005 01:09 PM

Quote:

Originally Posted by Paul M
To avoid cluttering the display it only displays one of the counts at a time - changing which one is displayed every 10 seconds. The existing 'most ever users' count [and timestamp] remain untouched, but obviously the new members and guests counts will only start from when you install the hack.

Sorry, what I mean is I like cluttered! What's involved in showing most users and most guests all the time?

Paul M 06-08-2005 03:09 PM

Quote:

Originally Posted by oz_moses
Sorry, what I mean is I like cluttered! What's involved in showing most users and most guests all the time?

Do you actually mean users or members (or both, meaning three lines in total with the guests ?).

oz_moses 06-08-2005 03:28 PM

Sorry for been so unclear! I guess I would like to see:
Currently Active Users: 6 (2 members and 4 guests)
Moses , Ellie+ , yahoo! slurp(2) , msnbot
The most ever members online was 4 (Today at 11:50 AM)
The most ever guests online was 20 (05-31-2005 at 01:33 AM)

Paul M 06-08-2005 05:45 PM

So you want them after the list of names.

Replace ;

PHP Code:

    switch(substr(date(s),0,1)) 
    {
        case 
0:
        case 
3:
            
$activeusers $maxonlinetext."<br />".$activeusers
            break;
        case 
1:
        case 
4:
            
$activeusers $maxgueststext."<br />".$activeusers
            break;
        case 
2:
        case 
5:
            
$activeusers $maxmemberstext."<br />".$activeusers
            break;
    } 

With ;

PHP Code:

            $activeusers $activeusers."<br />".$maxmemberstext."<br />".$maxgueststext 


microzott 10-12-2005 10:50 AM

perfect paul :)
when (or where) for vb 3.5.0 gold ?

Paul M 10-12-2005 05:06 PM

Up to now no one has shown an interest in the 3.5 version - so I've not released it.

I'll see if I can package it up for posting this weekend. :)

microzott 10-13-2005 05:23 AM

thanks paul
:)

microzott 10-20-2005 06:25 AM

no news paul?


All times are GMT. The time now is 05:24 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.01044 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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