I downloaded the Drupal 6 beta 1 package and tried to use polls in the forum. Therefore I did the following:

  1. install drupal 6 beta 1
  2. enable forum and poll module
  3. create a forum
  4. allow poll content type in forums (admin/content/taxonomy/edit/vocabulary)
  5. create a poll in the forum

On the front-page everything is displayed correctly, but in the forums you won't see anything without the question you put in.

CommentFileSizeAuthor
#2 forum-poll-01.patch699 bytesdesbeers
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gábor Hojtsy’s picture

Confirmed. Poll are not showing their content when

- categorized into a forum term and
- viewed on the regular node/$nid page

When viewed with a teaser list, the poll is properly shown.

desbeers’s picture

FileSize
699 bytes

A one line patch for this issue. Forum_nodeapi('view') is calling node_prepare again. This is already done by function node_build_content() who's calling the nodeapi('view') after that.

desbeers’s picture

Status: Active » Needs review

Oops, proper status....

bloomaniac’s picture

Status: Needs review » Reviewed & tested by the community

Works great for me.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Great, thanks. Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)