Unfornately, I wasn't able to get this to work. As the problem seems to be that the conditional I am using:
Code:
<if condition="$forumid == x"></if>
It's accurate, however the search results page will not recognize this due to the fact that it does not actually display forums, but rather only posts/threads. So it ignores this conditional altogether.
There probably is a compromise to your problem though. Such as creating a unique "New Posts" link which shows posts from only specific forums, namely the one you want, while leaving anything else out.
Effectively you can setup either 2 links, one that will pull new posts from the entire board exclude the forum you want, and the second link showing only the posts from the desired forum.
Or Option B) When you enter the desired board, the new posts link will change to that which will only show the new posts in that particular board, rather than the entire forum.