PDA

View Full Version : what template controls "recent threads"


ATVTorture
02-13-2009, 12:12 AM
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 a particular board in both of those areas.

I figured I would do something in the query like:
and !board_id='xxx'

Is this possible?

Thanks!

Lynne
02-13-2009, 02:46 AM
To exclude forums in the New Posts button, you may add "&exclude=xx" or "&exclude=xx,yy,zz" (separate the forumids by commas) to the end of the New Posts url... ie. "/forums/search.php?do=getnew&exclude=xx" This would normally be in the navbar. I think it occurs in a couple of places there, so you will need to edit each of those urls.