1
I changed these files marked as 2 in the xoops_version.php file under the polls module. As well as creating the xoopspoll_block_poll_2.html file and the xoopspoll_2.php file
$modversion['blocks'][1]['file'] = "xoopspoll.php";
$modversion['blocks'][2]['file'] = "xoopspoll_2.php";
$modversion['blocks'][1]['name'] = _MI_POLLS_BNAME1;
$modversion['blocks'][2]['name'] = _MI_POLLS_BNAME1;
$modversion['blocks'][1]['description'] = "Shows unlimited number of polls/surveys";
$modversion['blocks'][2]['description'] = "Shows unlimited number of polls/surveys too";
$modversion['blocks'][1]['show_func'] = "b_xoopspoll_show";
$modversion['blocks'][2]['show_func'] = "b_xoopspoll_show";
$modversion['blocks'][1]['template'] = 'xoopspoll_block_poll.html';
$modversion['blocks'][2]['template'] = 'xoopspoll_block_poll_2.html';