Hello everybody,

I recently discovered Drupal and fell I love with it. I am a php noobie, but know html/css well. However, know I am stuck with a setup for a content type and it's driving me crazy.
I am doing a pro bono job for a vocational school and want to set up their site with Drupal. They offer several programs and on their current site, they list the whole outline. I started creating a content type with cck and tons of fields, so in the future they can update it themselves, but know I realized that there must be an easier way for the template.

Following idea, just don't know how to do it:

Title of Program
Duration

Program has 25 classes; they list the name of the class and then description

Name of class
Description

Now is there a way to automatically repeat the class (title) description part without setting up 25 fields and what if another program has 31 classes?

I really would appreciate any help and suggestions. Even if it means so, make a custom template (php).

Thanks

Comments

erika’s picture

Hello anomis,
I also require the same.post it if you are successful

Anonymous’s picture

It sounds to me like you need a view. You would create 25 nodes each having a class name (Title) and description (body) as well as some way of identifying its type for filtering. You create a view that displays the teaser list, filtering on your type.

I know there is a module that allows you to embed a view into a node (forget what it is though). That way you can have all the other info as CCK fields or whatever.