Hi, I am using drupal 7 to create a new site. I know that that isn't recommended, but the site wont be live for a month or too, and since drupal 7 will be released soon, I thought that I should build the site with drupal 7 now so I wont have to go through the trouble of upgrading and such.
This site it going to be a way to schedule events. It uses two custom content types: events and comments. The comments type is one field: a body. No title.
Which brings me to my first question: it there a way to make a custom content type without a title?
The second content type, events, is the same as the comments custom content type, except that it has one more field: a date field.
This is how the system works: is someone wants to schedule an event but they don't know what date it should be on, they post a "comment" saying something like "when are we going to have a meeting to discuss _____". Then someone can post an "event" and say "how about on friday?", with a date attached. Then someone could post another "event", saying "wont work for me, how about tuesday", with a date attached.
Don't worry, this is going to be used on a small scale, so the thing wont be flooded with different dates and times.