Find:
PHP Code:
AND forumid NOT IN (".iif(is_numeric($vbindex[newsfid]), "$vbindex[newsfid],").implode(',', $limitfids).")
And replace with:
PHP Code:
AND forumid NOT IN ($vbindex[pollsforumid],".iif(is_numeric($vbindex[newsfid]), "$vbindex[newsfid],").implode(',', $limitfids).")
That should do the trick. Note this will only work if you don't have the folls forumid set to 'ALL'.