Quote:
Originally Posted by Lynne
Sorry, yes this would be in the navbar template. You find the search link (in several places):
<a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBFor um_Post">
And then add "&exclude=xx" or "&exclude=xx,yy,zz" (separate the forumids by commas) to the end of the url.
|
Thanks Lynne! This is great! To confirm, it should look like this (for one forum):
<a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBFor um_Post&exclude=xx">
Edit:
It worked, thanks!