I'm trying to figure out which template or PHP page performs the query for "recent threads" and "new threads since your last visit". I would like to limit the query so it doesn't include posts from this particular forum in both of those areas.
I figured I would add something to the query like this so that the query doesn't look for new threads in the forum with an ID of 100:
Code:
and !forum_id='100'
Is this possible?
Thanks!