Hi,
First things first: I know there are a lot of posts about this subject. I've searched in the forum for hours, but couldn't find a thing - since I'm not a programmer this kind of things are pretty complex for me :-\
Right now I'm developing a website, using Drupal for the first time. I have some newspages (news, articles and blog), and some static pages (webdesign, graphic design, digital presentations, about, contact).
Each page needs a different layout. My main headaches are:
- sometimes I want to use image x (eg for al the webdesignpages), sometimes I want to use image y (eg for all the graphic design pages).
- sometimes I need one or more basic drupal menus (eg "recent blog publications" and "recent comments" for blogpages), sometimes I need one or more custom menus (eg with the items "design" and "realisation" for webdesignpages).
- sometimes I need the menus in a division called subnavigation (eg the more important menus like "recent blog publications" and "realisation"), sometimes I need the menus in a division called content (eg the less important menus like "extras" and "links").
There are a lot of posts about "multiple templates", but I can't figure out how to do this. Can anyone tell me how to assign different templates to different contentpages - or vice versa?
I also read lots of posts about a section module. Does anyone know if this is a better solution?