I would like to build a site that has the following 2 types of stuff:
- Static pages that will be edited with a WYSIWYG editor
- I suppose Drupal has something built-in? What is it?
- Will I be able to structure these pages in a hierarchy (a simple tree)? How?
- Can I apply a different theme according to that hierarchy?
- Can I have different editing capabilities by different users?
- These pages are billingual. Actually the whole site is in 2 languages. Will I be able to switch between languages? Is there a recommende way to have multilingual Drupal sites?
- Dynamic pages of different arrangement (like course page, person page, school page etc.)
- I'm thinking of building a module for every different kind of page and a specific form for adding every specific type of page, eg. a form to ass a course page and associate it with a peson page. Is this the "drupal way" of doing things?
- Will I be able to apply a different theme to every module (from the above)?
- Since these pages are billingual also, will I be able to switch between languages?
A lame :) example of a structure follows:
read more