Hello everybody,

For a new website I'm looking for a unusual way of displaying events:

I'm looking for a way to make a new content type, based on event + webform + image.

So when I'm adding a node I should have following fields:

------------

- coming from event module:

Title
Body
Begin date (date + time)
End date (date + time)

- coming form image module:

Image (Drupal resizes the input to the right format)

- coming form webform:

Possibility to add a webform

------------

Taxonomy should be able to work with this content type and with views I want to define a list of previous/upcoming events around the current date (displaying title, image, ...).

Does anyone have an idea?

Thanks,

Comments

zahor’s picture

Well we here on drupal.org are mean and greedy. We won't give it to you. If you want it, you're going to have to create it yourself...but we're nice enough to give you the modules you need to do it:
http://drupal.org/project/cck
http://drupal.org/project/imagecache
http://drupal.org/project/imagefield
http://drupal.org/project/views
http://drupal.org/project/contemplate

and a WHOLE LOT here: http://drupal.org/project/MODULES/category/88

maverick14’s picture

That's very kind of you.