Quote:
Originally posted by john.eovie
To make the fader ignore posts from certain forums:
In index.php find:
Code:
$newsfades=$DB_site->query("SELECT threadid, title, postusername FROM thread ORDER BY threadid DESC LIMIT $ammount");
Replace with
Code:
$newsfades=$DB_site->query("SELECT threadid, title, postusername FROM thread WHERE forumid <> [forumid] ORDER BY threadid DESC LIMIT $ammount");
IMPORTANT!!!
Replace [forumid] with the ID number of the forum you want to hide from the fader.
|
How do you hide multiple forums? It came up with an errors when I tried....