Hi guys,

I'm running on D6.4 and havecreated my own content type.

I've also created my own menu.

When an authenticated user add new content in my own content type it must! be added in the menu I've created with a menu title equaling the content title.

How do I do that?

Comments

larskhansen’s picture

Can't nobody help me with this one?

It's sounds so simple.

When a user creates a specific type of content the "page" must be inserted into a specific menu.....

harrisben’s picture

What do you mean by 'inserted into a specific menu'?

Do you mean that a new menu item should be added automatically (without user intervention), or do you mean that the created node should be amongst those displayed when a menu item is selected?

larskhansen’s picture

I mean that a new menu item should be added automatically (without user intervention)...
The system will generate a menu item automatically without the user knowing it...

harrisben’s picture

Ah, well in that case perhaps you should do some research into some of the modules that are available because there's probably one that does that. Having said that, won't your menus becoming unwieldy after just a dozen or so items being added?

larskhansen’s picture

I'll search the modules site then.

There'll only be around 12-15 items in that menu, so it wouldn't be a problem.

larskhansen’s picture

hmm - I can't locate any modules that does the trick and Views doesn't seems to be the answer (Or I'm just not understanding views correctly)...

Has anybody had this issue before?

WorldFallz’s picture

I've got something similar using the http://drupal.org/project/taxonomy_menu module you might be able to get what you're looking for with a combination of that plus http://drupal.org/project/nat

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

larskhansen’s picture

Hmm - haven't heard about those modules... I'll check 'em out.

Thanks :o)