/EDIT IF you need this pluggin send me a private message.
Ive not found any result in google or here for it.
its about the same search box like you have in header. is it possible also to exclude forums from search?
this is how to include
Code:
<option value='21,22,23,126,63,62,24'>Internet</option>
/ But if the User is currently in one of the excluded forum > use normal search without exclude (we can work here easy with vb condition i think) and also the other dropdown is seleted while the user is in the excluded forum.
(i cant make exclude this forums new post from indexing because the forums which are excluded need to be indexed for search box drop down menu choice like here in vb)
maybe small modification is needed?
vb3.8
/EDIT
maybe this helps:
Code:
<form action="search.php?do=process&exclude=66,69,39" method="post" id="searchfrm">
but like this (in dropdown choice the forums excluded tooo)
i can also provice full search box code if needed.