Nov 19th, 2012
Theming polls is not that hard when you know what to do:
First, you can use templates to theme everything except the radios:
- poll-vote.tpl.php
- poll-vote-block.tpl.php (must also copy over poll-vote.tpl.php)
- poll-results.tpl.php
- poll-results-block.tpl.php (must also copy over poll-results.tpl.php)
- poll-bar.tpl.php
- poll-bar-block.tpl.php (must also copy over poll-bar.tpl.php)
Then, use theme_radio() and theme_radios() to theme the rest.