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 ...

Thank you very much

Emeric

Comments

shishira’s picture

You will have to select the checkboxes in the Access Control of the site so that the authenticated users can creat/administrate the menu. go to /admin/user/access and come down for
menu module
administer menu

select the 2 check boxes and you should be through

hope this does what you have in mind

Emeric’s picture

Oki thanks and for keywords, to add tags to the topic and allowing other membres to do the same thing ??
And how can I modify the interface to put for example "Language" in the place of parent Item and an other box for the subcategory ?

Thanks

shishira’s picture

while creating the menu items like php make it expanded and the things like Database will come under it ...

shishira’s picture

Hi again i think i have misled you on this. excuse. you will need to use the Tagadelic module to acheive what you have in mind.

Emeric’s picture

Thanks a lot... you'r a very nice guy.

;)

An last question (sorry :p, you'r so nice with me ...) How can I do if I want that owner of the post or other member can add keywords for the Tagadelic module (imagine a box with all keywords listed, and personnal tags for each members)

Thanks