sorry again... how can i exclude threads from some forums wich i don`t want to show? I mean without forum permissions.
For example:
1. Forum1 is tech forum (open for all) and post from it can be shown in Last Posts box.
2. Forum2 is flood/flame forum (open for all as well) BUT i don`t want to show post from it to anybody in Last Posts box!
i was trying to change forumid here, but it doesn`t work:
PHP Code:
AND forumid NOT IN (0$limitfids)
Thanks!
added
to show closed threads i guess you should change:
PHP Code:
WHERE open = '1'
to:
PHP Code:
WHERE open = '0'
or delete that line at all.