I need to show two polls on my site [not at the same time, but on specific pages].

How can I have make two poll blocks, one for each poll?

Nodeblock module almost did the job but it tries to stick the poll question into the block title and it doesn't display the poll question in the content of the block... just the options.


Thank you!

Comments

3lite’s picture

Anyone? Help? =[

___________________
Washington Pages
Blank My Blank - Promote your _____!

j_shb’s picture

Wouldn't mind some help with this, either.

versuvan’s picture

Have you tried using CCK, Views or Panels? Basically, a poll is saved as node with a node ID and title.
Any method to display nodes, teasers, titles, etc in a block or as multiple block in a page can be used.

You can use Views (http://drupal.org/project/panels) to create pages and blocks which from views by specifying the node ID or node title.

Panels (http://drupal.org/project/panels) allow you to display a page in 2 or 3 column formats. The panel content can be based on the node ID.

You can also use CCK (http://drupal.org/project/cck) to add nodefields to a particular content type and use CCK blocks to display them as blocks on those content pages.

kostajh’s picture