vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Number of online users in header / footer! (https://vborg.vbsupport.ru/showthread.php?t=33048)

Lucky 02-09-2002 03:20 PM

So did you get it going.

Still no over here.

TECK 02-09-2002 03:40 PM

[QUOTE]Originally posted by Lucky
Firefly,
If I may, I would ask what you did on this board here so that the online #'s show up. The link works, but the variable to show the amount of users is not....

James Cridland 02-09-2002 04:02 PM

As an addition to this hack...

If you add this into the php_include code
PHP Code:

$headertotal=$DB_site->query_first("SELECT COUNT(DISTINCT(userid)) AS count FROM user WHERE lastactivity > " mktime(0,0,0,date("m"),date("d"),date("Y")) . " ORDER BY username");
$headertotal=$headertotal[count]; 

...you now have a total for how many users you've had so far today.

Use it in your header template like:
Quote:

$headeronline users online now
$headertotal so far today
Idea from https://vborg.vbsupport.ru/showthrea...threadid=34014 which is rather OTT for what I wanted.

Lucky 02-10-2002 08:04 PM

Still don't work.

I add the php include and then add the headeronline to the p_themeheader and it still doesn't work.

I am at a standstill with this and this is just about my favorite hack. Any help would be great.
Thanks.

Admin 02-11-2002 08:55 AM

Where is the p_themeheader template eval()ed? It must be called after the phpinclude template so it can use the info from there.

Lucky 02-11-2002 09:43 PM

Thanks for taking the time buddy,

I have attached what both of my templates (p_themeheader, php include) look like.

I am not sure where it is eval()ed.

I believe it would be called upon by my root/index.php (not forums/index.php or forums/admin/index.php either)

I would really love to include this to my site.

If you need anything else, just let me know.

Thanks.

Admin 02-12-2002 09:58 AM

And is the code in the phpinclude you showed me before or after my code for this hack? Also what's with vbp_includes.php?

KuraFire 02-12-2002 11:50 AM

I just like to say that if you use a script like PluhNews, that works a bit like vBPortal but is far less complex and more easy to use, you can simply add $headeronline on such pages as well, without any additional hacking.

www.kurafire.com - look below the second line of buttons. :up:

Lucky 02-12-2002 06:21 PM

I added your phpinclude stuff before instead of after this:
--------------------------------------------------------
if (!isset($mainfile)){
include("../vbp_includes.php");
}
--------------------------------------------------------
then I added $headeronlineusers in my p_themeheader.

Now it works in my forum perfectly. Thanks.

Now I just need it to work on my non vb index.php page.
Any ideas?

Destee 02-26-2002 06:44 PM

another nice one FireFly ... thanks :)


All times are GMT. The time now is 03:30 AM.

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.01146 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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