Hi All

I am new to drupal.
I need dropdown menu for my project..

On a new drupal installation
I install Nice menu module for drop down menus
I enabled the module from odules section & I configure the module source to primary links on block section.
Also I enable the block to contents section.

I can't able to view anything on the user end..

Could anyone help me to do this or provide an alternative solution for dropdown menus.

Comments

I am learning’s picture

First of all why do you want menu in the content area? it should be ideally placed in header, right side bar or left side bar.

Anyways thats your choice.

To enable, configure this block and scroll down to "Role specific visibility settings". Below this you will see
Show block for specific roles:
and two check boxes

anonymous user
authenticated user

check these boxes, save your settings.

and don't forget to show on the specified pages, the first and the default option will display it on all the pages.

Thats it.

HTH

darla85’s picture

rajoo,
sometimes, on choosing the block to have the drop down menus appear in the header section, takes the link on the top of the banner...but if we want to have the menus below the header...something directly below the header banner...how do we go...

I am learning’s picture

You need to change in your tpl file.

I assume you are comfortable with layouts (not Drupal specifically), just place this below your header banner:
print $header

Inside a Div if its a CSS layout or in a

if its a Table layout.

HTH