Nope, how exactly would I do that? I want $poll to equal the generic vBulletin poll, the same way it's currently being called in the showthread template. So it would probably look something like this, but I'm not sure what to put in the 'X'
PHP Code:
//ob_start();
$poll = 'X'
vB_Template::preRegister('postbit1', array('poll' => $poll));
//ob_end_clean();
To give you an idea what I'm trying to do, here's a link to a thread on my site with a poll:
http://www.wonderfulwaterloo.com/sho...219&styleid=56
I want to make the poll part of that first post, on the right hand side, where it currently says 'testing this'. You can see a concept idea on the attached image, although I realize it still has styling work to do.