Hello !!
I use the following structure :
1. creation of x new content, each content used for a site section. A content use some CCK fields, like "content" field for the description. Each content is not published and added to moderation queue.
2. creation of x multiple hierarchy vocabularies, contains terms. Each term is a sub-menu. Each vocabulary is specified for a distinct site section, and linked on the correct content (blog section linked to blog ticket content, etc...)
3. creation of x views with filters on Taxonomy : term of [vocabulary] is one of (all selected) used as home page of each section
4. creation of primary links menus pointing on views created in 3
5. creation of a "submenus" block with php script to display correct section terms switch displayed page. Submenus links use taxonomy/term/$tid path
a. I would like to display my tickets on listing pages like the "story" content, with just a part of teaser. With cck module, drupal display all the content with label. I think if I add some other fields, drupal will display all fields with all labels... Is there any possibility to display cck content like story content ? for example choose the field used as "teaser" ?
b. I would like to add real moderation on my fields. My site will be used by some users,.. "anonymous", "authenticated", "contributor" and "contributor Ok".