Quote:
Originally Posted by akvaryumforum
Is there a way do this just for todays and new messages. When this hack installed that forums are all exculded from searchs. 
|
Try this code instead. I haven't tested it but it should work. It would only exclude forums in the New Posts search.
Code:
$foo = $_GET['do'];
if ($foo == 'getnew' OR $foo == 'getdaily') {
$vbulletin->GPC['exclude'] .= ',1,2,3,4';
}