Quote:
Originally Posted by Brad
The easy way to do this is just a simple modification to the new post link.
You can pass a list of forumids you want excluded from the new post search by using a link like this one;
Code:
http://www.forum.com/search.php?do=getnew&exclude=1
The above link would return all new posts except for posts listed in the forum that is forumid number 1.
You can also pass multiple forumids like so;
Code:
http://www.forum.com/search.php?do=getnew&exclude=1,2,3,4,5
|
A user could simply remove "&exclude", and view results from all forums...