Hi. I'm trying to create a website that will do the following in a single post:

I want to create posts that has an image and a poll beneath the image.

Sample Layout would be:

Title
Image (full or resized depending on what i want)
Description
Poll (with ability to choose multiple answers)
Comments

I'm having trouble figuring out what modules would work best for the image and poll features i want. Can anyone recommend me what modules would be best? Thanks.

Comments

gbrussel’s picture

CCK - creates the custom content type with the image, description, etc.
Image Field, File Field, Image API and Image Cache for the full size or resized image.
Core comment module - for enabling commenting on the custom content type.

Not sure about the poll though. You may be able to use the Block Reference module in combination with inserting a poll into a block (somehow?) to achieve your result.

minesota’s picture

Well ... its almost if not fully already built in drupal.
The core POLL module itself allows to have Image if you have these modules: image, upload and inline enabled.
Thus you can have

Title
Image (full or resized --> image cache may be for this if inline does not meet your need )
Description --> the poll question can be a descriptive note
Poll (with ability to choose multiple answers)
Comments

You will need to enable proper permissions and thats it ... you are ready to go.

[ If this solves your problem, edit the title of this post by prefixing [Solved] ]

dinah02’s picture

thanks for the reponses. ill check what youve said out and edit the title if everything works out :)

adam_b’s picture

dinah02’s picture

thank you for your help everyone !