Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-21-2004, 03:41 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Posts in last 24 hours

I would like to show the Posts in last 24 hours on my forum in the header, is this possible and how complicated will it be to create?
Reply With Quote
  #2  
Old 11-21-2004, 05:20 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mcyates
I would like to show the Posts in last 24 hours on my forum in the header, is this possible and how complicated will it be to create?
you mean a list of them or just a link to show them?

if the latter
search.php?do=getdaily
Reply With Quote
  #3  
Old 11-21-2004, 05:23 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, I mean i if you look at my site (link in sig) in the top right it says:

There are 62 Users Online Now

What i would like under their is

There have been "x" post(s) in the last 24hrs.

I'm just wondering if its possible

Thanks for the reply though Zachery
Reply With Quote
  #4  
Old 11-21-2004, 07:09 PM
traderx's Avatar
traderx traderx is offline
 
Join Date: Jul 2003
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want to have number of new posts since last visit to FORUMHOME try this thread...
http://www.vbulletin.com/forum/showthread.php?t=101600

You might be able to mod it a bit to do what you want.... just a thought

coll
Reply With Quote
  #5  
Old 11-22-2004, 08:51 AM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by traderx
If you want to have number of new posts since last visit to FORUMHOME try this thread...
http://www.vbulletin.com/forum/showthread.php?t=101600

You might be able to mod it a bit to do what you want.... just a thought

coll
I can't code (mod) anything i'm useless. I'll let the pro's do that!!

I just want it to say: There have been "x" post(s) in the last 24hrs.

Not "since your last visit there have been x posts"
Reply With Quote
  #6  
Old 11-25-2004, 12:53 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This must be possible t do, i will pay anyone who can do it for me. If you can get the number of users on the forum shown on the header then surely you can show the number of pasts made in the last 23 hrs.
Reply With Quote
  #7  
Old 11-25-2004, 01:02 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In global.php FIND
PHP Code:
// parse headinclude, header & footer 
ABOVE that ADD
PHP Code:
$lastposts $DB_site->query_first("SELECT COUNT(*) AS twentyfourhours FROM " .  TABLE_PREFIX "post WHERE dateline > " .  (TIMENOW 86400));
$lastposts['twentyfourhours'] = vb_number_format($lastposts['twentyfourhours']); 
Then in template header place $lastposts[twentyfourhours] whereever you want this number.

Feel free to contact me for PayPal details if this does what you want
Reply With Quote
  #8  
Old 11-26-2004, 05:24 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get the following error below when i add
Code:
$lastposts[24hours]
to the header template!!

The following error occurred when attempting to evaluate the template 'header':

Parse error: parse error, unexpected T_STRING, expecting ']' in /usr/home/yates238/public_html/includes/adminfunctions_template.php(3055) : eval()'d code on line 67

This is likely caused by a malformed conditional statement.
Reply With Quote
  #9  
Old 11-26-2004, 10:40 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm ... should not be a problem.
Can you attach your header template that is causing this error?
Reply With Quote
  #10  
Old 11-26-2004, 10:53 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
Hmm ... should not be a problem.
Can you attach your header template that is causing this error?
i'll pm it to you. The header is fine i think, but as soon as i add the code it breaks and i get the error.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:38 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04122 seconds
  • Memory Usage 2,264KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete