Hello Everyone,

I have an assignment to achieve the following:

The site is about different events, and articles about this event

We have a very simple navigation with

- Music
- Out door events
- Other
- Featured Events

Every article which is about an event has:

- Short teaser text describing the event
- Genre (Multiple)
- images
- Article body

And so far very simple I was thinking using CCK to create the different article types and taxomoni to handle genre although we have a specialty in the requirement.

EVERY Article which is about a musical event can have

1..n Location information attached to it -> Country, City, Zip,
and on each location several date and time information when this band will play there.

My question is there a simple way to achieve that, do I have to write a MODULE ?

Also we need to sumply a search page where you can search by either DATE or LOCATION

e.g. what happends in London on the 15th of April
or who will play in the Red Eagle Pub in April

I appreciate any help or suggestion what to read , how to implement this also please bear with me as I am completely newbie to Drupal. I just bought the book and that is all my experience.

Istvan