By chillz on
Is there a way to prevent the Poll Module from displaying voting results within the module block? I would like to hide the results and instead have a "Results" link placed alongside the "Older polls" link which when clicked, would display the poll results in the content area of the site.
Any help offered to implement this will be really appreciated.
Regards
Comments
You can create
You can create node-poll.tpl.php in your theme directory and manipulate output inside this template.
Use $node variable. To see all accessible options use print_r($node) inside tpl.
UPD: oops, its all about poll node not a block.
Sorry m8 but it all a bit
Sorry m8 but its all a bit obscure to me :). I will be thankful if you can clarify a little.