I've searched around and can't really find out how to do this.
How can i show the SSI recent poll function for only a specified board? There is no board=null or w/e like with boardnews.
$boardsAllowed = array_intersect(boardsAllowedTo('poll_view'), boardsAllowedTo('poll_vote'));
if (empty($boardsAllowed))
I found this but i am really not sure where i can insert an ID for a board.