Is it possible to have more than one "New posts"-search?
What I mean is, can I have two different search-links that will show new posts in different parts of the forum? I.e. one search will show new posts from Category 1, another search will show new posts from Category 2.
Create two links based on the existing one and at the end of each link use "exclude= ..." to exclude forums by forum id.
Code:
<li><a href="search.php?do=getnew&contenttype=vBForum_Post&exclude=1,2,3,4,5">Group A New Posts</a></li>
<li><a href="search.php?do=getnew&contenttype=vBForum_Post&exclude=6,7,8,9,10">Group B New Posts</a></li>