
07-08-2003, 03:59 PM
|
 |
|
|
Join Date: Jan 2003
Location: The City
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
05-13-02 at 04:37 PM Logician said this in Post #15
@inetd: To exclude private forums edit this line in data.php:
$sql_query = "SELECT threadid, thread.forumid, thread.title, thread.replycount, thread.lastposter, postuserid, postusername, forum.title AS forumname FROM thread,forum where forum.forumid=thread.forumid ORDER BY thread.lastpost DESC LIMIT $maxcount";
before ORDER BY, ADD:
AND (thread.forumid!=X OR thread.forumid!=Y)
Replace X and Y with your private forum's ids..
|
Private forums are still showing up in the ticker.
|