First, escuse me for my bad English, I'm a French newbie of drupal ...
So, I've already test it, and I've decided to use this great cms for my new website... (i'm not a newb in web programming etc.)
I want to developp a cooperative website to share program sources.
So I want that members creates topic and upload sources to this topic (like with fileshare module : http://jamieruderman.com/?q=node/9).
But my problem is for the navigation ...
I want three way to find sources, the search engine, by tag like (key words) on http://www.drupalsites.net/ and the last way by the left menu.
So I want that when a member create a topic, if the section doesn't exist in the menu, the member can create it (subsection, subsubsection too)
For example :
Actual menu :
section /subsection
C++
----graphic interface
----network
Php
----databases
----administration
If a member want to add a new langage like Java, he add a topic and create a new section "java" and a new subsection "graphic interface" and the menu changes and became :
C++
----graphic interface
----network
Java
----graphic interface
Php
----databases
----administration
And I want that the owner of the topic and other membres can add keywords for this post.
How can I do that ? (I don't know if it's clear or not ... but ask me if you have any question).
Please help me ...