vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Most ever Members & Guests (https://vborg.vbsupport.ru/showthread.php?t=98885)

Brandon Sheley 11-20-2005 08:43 AM

[high]* Brandon Sheley installs
[/high]
nice work, thx :)

firstrebel 12-30-2005 03:34 PM

How can the two stats be on two separate lines instead of the one, it would look tidier I think.

*clicks install*

Bob

Paul M 12-30-2005 06:32 PM

Quote:

Originally Posted by firstrebel
How can the two stats be on two separate lines instead of the one, it would look tidier I think.

I disagree, but if you want to do it, edit the plugin code.

Change ;

PHP Code:

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

To ;

PHP Code:

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


vietkieu_cz 12-31-2005 05:24 PM

Hi Paul, your mod is very good
but how can i move the text "The most Members ... and Guest" to another place
look at this picture

Paul M 12-31-2005 11:38 PM

There is a seperate hack for that.

https://vborg.vbsupport.ru/showthrea...threadid=98887

djlotus 01-01-2006 02:43 PM

I love this little hack. Thanks Paul.

Brandon Sheley 03-10-2006 02:29 AM

how can i change this from
The most ever members online was 1, Today at 10:26 PM. The most ever guests online was 3, Today at 10:26 PM.

to

The most ever members online was 1, Today at 10:26 PM.
The most ever guests online was 3, Today at 10:26 PM.

where do i look to edit ?
thx

Paul M 03-10-2006 03:55 AM

You will need to edit the plugin ;

Change;

PHP Code:

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

to

PHP Code:

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


Brandon Sheley 03-10-2006 03:57 AM

perfect, and a quick reply :)


thank you very much

AndyP 05-30-2006 01:33 AM

Thanks for the mod, Paul M.

For me the most users online stat was a bit useless and I'd much prefer to know the most members online. Is there no way to backdate it?


All times are GMT. The time now is 02:50 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.01207 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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