Page 1 of 1

Menus not found under Content tab in Admin site

Posted: Mon Jan 04, 2016 4:36 am
by gracie0709
There is a "Menus" option under the Content tab in the Admin site when I view it on the Private Demo Site. However, my local copy is not displaying it. I would like to customize the Header Nav to show more categories but can't find a way to do it since there's no way to access the Menus option. Am I missing anything that is causing the Menus option to not display? Or is there any other way to customize the Header Nav?

This is what I can see on the admin view:

The Content tab on my local machine showing:
Pages, Content Items, Media Assets and URL Redirects

The Content tab on the Private Demo Site:
Pages, Content Items, Content Targeters, Menus, Media Assets, URL Redirects and etc

Re: Menus not found under Content tab in Admin site

Posted: Mon Feb 08, 2016 10:59 am
by madhunaidu2468
Fire these below queries in your database to see menu in content tab of Admin site

INSERT INTO BLC_ADMIN_MODULE (ADMIN_MODULE_ID, NAME, MODULE_KEY, ICON, DISPLAY_ORDER) VALUES (-2,'Content','BLCContentManagement', 'icon-file', 200);

INSERT INTO BLC_ADMIN_SECTION (ADMIN_SECTION_ID, DISPLAY_ORDER, ADMIN_MODULE_ID, NAME, SECTION_KEY, URL, CEILING_ENTITY) VALUES (-27000, 2500, -2, 'Menus', 'Menus', '/menu', 'org.broadleafcommerce.menu.domain.Menu');

INSERT INTO BLC_ADMIN_SEC_PERM_XREF (ADMIN_SECTION_ID, ADMIN_PERMISSION_ID) VALUES (-27000,-27002);
INSERT INTO BLC_ADMIN_SEC_PERM_XREF (ADMIN_SECTION_ID, ADMIN_PERMISSION_ID) VALUES (-27000,-27003);