View previous topic :: View next topic |
Author |
Message |
vickster
Joined: 10 Jun 2004 Posts: 2
|
Posted: Thu Jun 10, 2004 2:31 pm Post subject: future date |
|
|
is it possible to see post with 'future dates' as well? I installed B2, and everything works fine. my intention is to use b2 as an eventcalendar...so i edited the post date, i was exceptes, only...nothing appears...so my guess is that it will only show up on the day i inserted... can this be changed? |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 153
|
Posted: Thu Jun 10, 2004 6:21 pm Post subject: |
|
|
In blog.header.php look for
Code: | if ($pagenow != 'b2edit.php') {
if ((empty($poststart)) || (empty($postend)) || !($postend > $poststart)) {
$where .= ' AND post_date <= \''.$now.'\''; |
Then comment out the last line so it looks like this
Code: | // $where .= ' AND post_date <= \''.$now.'\''; |
|
|
Back to top |
|
 |
vickster
Joined: 10 Jun 2004 Posts: 2
|
Posted: Fri Jun 11, 2004 10:03 am Post subject: |
|
|
that's it !!!
thank you so much! |
|
Back to top |
|
 |
|