Use exclude in search process related query string
This modification is in the archives.
So you can set Usergroup permissions to prevent access to certain forums, and when you setup a forum, you can set 'Index New Posts in Search Engine' to the 'No' option. Furthermore, another way to exclude forums from search results is to append exclude in the query string like so:
Code:
<a href="search.php?$session[sessionurl]do=getnew&exclude=1,2,3" accesskey="2">New Posts</a> <a href="search.php?$session[sessionurl]do=getdaily&days=X&exclude=1,2,3" accesskey="2">X Day(s) Ago</a> Code:
<a href="search.php?$session[sessionurl]do=process&replyless=1&replylimit=0&exclude=1,2,3" accesskey="2">Unanswered Threads</a> While I searched around for an exisitng hack that allowed the use of both process and exclude in the same query string, I did not find such a hack although one may exist. So anyway there are two edits in one file necessary for this mini hack. Support is only offered on an if/as time is available basis. If you use this mini hack, then click install. Download This modification is archived and cannot be downloaded. |