Hi, I installed this hack and had a small problem.
The NEW POSTS option from the navbar shows a long list with the posts from my RSS forum. I do not want this cause I only want message from users and not from RSS bots there.
I asked Andreas (KirbyDE) if he has an idea and he had (as always

).
I want to share his solution with you.
@Zero Tolerance, maybe you can place this in the install description or the first post
Open your Plugin Manager and add a new Plugin (NOT Product)
Entry point is:
search_getnew_start
Code is:
PHP Code:
$vbulletin->GPC['exclude'] .= (($vbulletin->GPC['exclude']) ? ',X' : 'X');
where X is the forumid from the forum you want to exclude from the NEW POSTS search.
If you want to thank someone please thank Andreas.
He is my new vB guru