views:

47

answers:

3

I am building a website www.etutornetwork.com, in top menu I have included a link to a new content type [services]. I want to add a link in dropdown menu as soon as I publish new content in services.

Please Help, Thanks in advance.

and one more question, I dont want to give any name to one of the menu in the site. I tried using or leaving it blank, but it does'nt like this.

A: 

You can attach it in node creation time (see Menu fieldset), or use module like this: http://drupal.org/project/automenu

Nikit
Why was this dug down?
Kevin
what do you mean?
Nikit
A: 

You can take away the permission from users dealing with menus. Then when you are publishing submitted content from them, you can assign them a menu entry and control the title.

Other than that, you could use Views (since Services is a content type) to create a block that lists all Services with links directly to the node.

Either way, someone will have to title the nodes/menu items. It's easier administrative wise to remove menu permissions from users submitting content.

Kevin
A: 

I use Taxonomy Menu, to create my secondary menu. It is very flexible to use. http://drupal.org/project/taxonomy_menu

related questions