vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Today's Posts on forumhome (number). (https://vborg.vbsupport.ru/showthread.php?t=79465)

Deaths 04-28-2005 06:43 PM

Hehe, no problem :).

Tell me when its open to all, and Ill join :p

Allan 04-28-2005 07:51 PM

thanks, click install ;)

iceytdot 05-05-2005 01:45 PM

thanks installed! is there a hack that shows Threads today? might as well kill 2 birds with 1 stone lol

Deaths 05-05-2005 02:11 PM

Be warned, this will add an extra query to index.php!

Replace
PHP Code:

// START POSTS TODAY ON FORUMHOME HACK
$starttime mktime(000date('m'), date('d'), date('Y'));
$newposts $DB_site->query_first("SELECT COUNT(*) AS count FROM " TABLE_PREFIX "post WHERE dateline >= $starttime");
$poststoday vb_number_format($newposts['count']);
// END POSTS TODAY ON FORUMHOME HACK 

With

PHP Code:

// START POSTS TODAY ON FORUMHOME HACK
$starttime mktime(000date('m'), date('d'), date('Y'));
$newposts $DB_site->query_first("SELECT COUNT(*) AS count FROM " TABLE_PREFIX "post WHERE dateline >= $starttime");
$countthreadstoday $DB_site->query_first("SELECT COUNT(*) AS count FROM " TABLE_PREFIX "thread WHERE dateline >= $starttime");
$threadstoday vb_number_format($countthreadstoday['count']);
$poststoday vb_number_format($newposts['count']);
// END POSTS TODAY ON FORUMHOME HACK 

Untested, but should work.

got1-2 05-07-2005 12:17 PM

very easy..thanks! I just changed the order a little so it reads like this


[
PHP Code:

<div>$vbphrase[threads]:=$totalthreads$vbphrase[posts] = $totalposts: (<a href="search.php?do=getdaily">$vbphrase[today]</a>)= ($poststoday): $vbphrase[members]:=$numbermembers</div


ptlink 05-16-2005 01:34 AM

thanks installed

mcyates 08-03-2005 10:04 PM

My server is 5 hours behind as its in the us and my site is uk based. So at midnight i'd expect the posts to be reset to 0 but this happens at 5am in the morning. Is there anyway to sort this out.

mcyates 08-12-2005 10:58 PM

*bump*

Deaths 08-18-2005 11:43 AM

Try looking up the function "mktime" (without quota) on php.net, that'll explain how I used the function and how you can adjust your time to it.


All times are GMT. The time now is 01:16 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.01122 seconds
  • Memory Usage 1,743KB
  • 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
  • (3)bbcode_php_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
  • (9)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