Remove forum from $newposts search.
In the welcomeback module on my CMPS page I want to exclude my RSS forums from the "$newposts" next to the "New posts:"
I am using:
Code:
$vbulletin->GPC['exclude'] .= '78,79,81,83,84,85';
and the hook: search_getnew_start
This seems to work great to remove the forums from the actual search. But doesn't help in changing the value next to the "New posts:"
Any ideas?
Thanks dreck