Quote:
Originally Posted by mattcaswell
Paul,
I love the mod and use it with my RSS feeds. Is there some code I can change in the NavBar for "New Posts" that will point it to the same seach as the Unread Posts code? I blocked the RSS forums in your mod and it works great.. but when the users click on "new posts" in the navbar, they see all the RSS posts also.
I've searched all over this thread for this answer and if I missed it.. I apologize.
Thanks
matt
|
You can do this with a 1-line plugin:
add it to the search_getnew_start hook:
PHP Code:
$vbulletin->GPC['exclude'] .= ',22';
Change the 22 to the ID of whichever forum you want excluded from the new posts search. Add more with commas if you need more than one excluded.