 |
 |
 |
 |
 |
| Author |
Message |
Saszoo

Joined: 07 Jun 2006 Posts: 409 Location: Norway |
|
Schedule |
|
Show the headlines of postponed articles on your frontpage...
That would be cool 
_________________ My cute.ru site |
|
| Wed Oct 11, 2006 7:56 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
Oooh! Heck yes that would be. I never thought of that!
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Wed Oct 11, 2006 10:51 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
Open inc/show.news.php and change this:
 |  | $where[] = 'date < '.(time() + $config_date_adjust * 60); |
to this:
 |  | if($schedule){
$where[] = 'date > '.(time() + $config_date_adjust * 60);
}
else{
$where[] = 'date < '.(time() + $config_date_adjust * 60);
}
$schedule = false; |
Add $schedule = true; to your include code.
|
|
| Wed Oct 11, 2006 11:40 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
dude you are the man, that's awesome!
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Thu Oct 12, 2006 3:13 am |
|
 |
Saszoo

Joined: 07 Jun 2006 Posts: 409 Location: Norway |
|
|
| Thu Oct 12, 2006 5:17 pm |
|
 |
clemco
Joined: 23 Jan 2008 Posts: 6
|
|
|
|
I've been running this on my site for months and all of a sudden its started displaying the most recent news first from this category on all three of my websites which use it :S
|
|
| Mon Apr 28, 2008 7:23 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
I'm so behind, I don't have the answer cause I just added that code to my show.news.php today I almost forgot about this.
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Tue Apr 29, 2008 12:35 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|