By larskhansen on
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
hmmm
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.....
Can you clarify?
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?
RE: Can you clarify?
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...
Ah, well in that case
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?
Re: Ah, well in that case
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.
RE: Ah, well in that case
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?
I've got something similar
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
RE: I've got something similar
Hmm - haven't heard about those modules... I'll check 'em out.
Thanks :o)