Quote:
Originally Posted by Tigga
eclectica - I tried taking a look at your site to test the problem you're describing, but I didn't see any current posts from forum 5 on your homepage. I would almost bet money though that something else in the news query had to be changed... Specifically, the statement in there that says "WHERE isnews = 'Y'". If that is there, or if it's not there and you're unsure of how to add it back, please post the entire news query here so I can have a look at it. Unless I'm missing something though, there's no way it should be able to display a reply to a thread since only the first post in a thread will have a 'Y' in the isnews column.
|
At the time you checked I had set it back to just displaying the news from just one forum, forum #7, so when you checked that's why you didn't see it. Right now I just tried to restore it back for you, and instead it showed the content of forums 2 and 7, even when I had it set as 5 & 7 or 7 & 9 in the index.php. I can't even reproduce the former error, but I have a new one instead (showing threads from forum #2). So I restored it back to just 7 in the admin control panel rather than leaving it that way. Here is how my line looks now in the index.php:
Quote:
WHERE forumid='$newsforum' AND isnews='Y' AND open<>10
|