Hey FI-DD,
I was wondering if you could provide me with some insight on this problem. I followed the instructions and made all of the changes in show.news.php , even with
- Code: Select all
$where[] = 'date > '.(time() + $config_date_adjust * 60 - 86400);
}
else{
$where[] = 'date < '.(time() + $config_date_adjust * 60);
}
$schedule = false;
My problem is now all the includes will show the same articles regardless of the specified category number but only if the date is set a more than a day in the 'future.' So if I added an article for April 23rd and it's the 22nd today, all includes would show that article regardless of category specified and schedule=true or false. If I add an article for April 22nd at 9pm and its April 22nd 1pm now, then only it'll just show in the specified category in an include, not all of the includes.
Do you have any idea whats going on? I've been trying to figure it out but I really have no idea.
As always, thanks for any help
-HIM