Sulaiti - Open your myvbindex and find:
thread.forumid=$newsforum
Replace that with:
thread.forumid=XX OR thread.forumid=YY
(obviously replace the XX and YY there with your forumids)
arracing - Try replacing your polls query with the one here. I tried it on my site and it seemed to work perfectly.
$pollinfo=$DB_site->query_first("SELECT thread.pollid, thread.open, thread.threadid, thread.replycount, poll.pollid, poll.question, poll.dateline, poll.options, poll.votes, poll.active, poll.numberoptions, poll.timeout, poll.multiple, poll.voters FROM thread LEFT JOIN poll ON (thread.pollid=poll.pollid) WHERE thread.pollid!='0' AND thread.forumid!=XX ORDER BY RAND()");
And of course change the XX there to the fourmid you don't want it to pull polls from.
|