Forum permissions
There is an option in the admin Forum Manager section to set a forum as active or not (the one that says "Will not appear if set to no, but remains accessible if the forum's URL is known").
On my front-page I take a list of the most recent posts but I don't want to show posts that are in a forum that is set to not active. So what is the field on which table that I have to check? Also, usually it seams that the permissions are bitwise permissions and so what is the permission I have to check against, like "WHERE permissions != SOME_NUMBER"?
Thanks.
|