Main Menu display in apigee Development portal(drupal)

Hello I have a set of menu links that needs to be displayed for an anonymous user and authenticated user.

The scenario is this. I have a home page and user is not logged in yet. I want to display set of links in the main menus which can be accessed to any one.

when the user logs in , i want to display other set of links that should be visible only to the logged in user(such as my apps, log out) etc. I tried to create using user menus but i cannot achieve this.

Can you please suggest.

Thanks,

Venkat

0 1 165
1 REPLY 1

Hello

I am able to solve this by importing custom module "menu_item_visibility" . This will let you to select the roles that you want to show or hide.

Thanks,

Venkat