Magento extension Navigation Bar administrator by OlivertAr

MageCloud partnered with OlivertAr to offer Navigation Bar administrator in your MageCloud panel for our simple 1-click installation option. To install this extension - create your account with MageCloud and launch a new Magento store. It takes only 3 minutes.

OlivertAr always provides support for customers who have installed Navigation Bar administrator Magento module. Feel free to leave a review for the company and the extension so we can offer you better products and services in the future.

You may want to check other OlivertAr Magento extensions available at MageCloud and even get extensions from hundreds of other Magento developers using our marketplace.

Navigation Bar administrator

Compatible with Magento 1.x

Navigation Bar administrator

Frontend Navigation Bar administrator - Multiples languages and menu levels

New commercial version: http://www.magentoxp.com/magento-extensions/menu-admin.html

With this extension you can manage the navigation bar on your site.

Features:

Multiple store views

Multi-level menu Sort menu items

Set link target Enable/Disable items

Use:
In admin panel, under the menu cms now has a new menu "navigation bar"

Implementation:
1- Install magento extension
2- Show in Frontend Edit: /app/design/frontend/default/THEME/layout/catalog.xml
<default>
<reference name="top.menu">
<block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
</reference>

ADD
<reference name="top.navadmin">
<block type="navadmin/navadmin" name="navadmin" template="navadmin/top.phtml"/>

Edit: /app/design/frontend/default/THEME/layout/page.xml
<default>....
<block type="page/html_header" name="header" as="header">
<block type="page/template_links" name="top.links" as="topLinks"/>
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
<block type="core/text_list" name="top.menu" as="topMenu"/>

ADD THIS
<block type="core/text_list" name="top.navadmin" as="topNavadmin"/>

Edit: /app/design/frontend/default/THEME/template/page/html/header.phtml
<div class="nav"> <ul id="nav"> <?php echo getChildHtml('topNavadmin') ?> </ul> </div>

Extra: Comment this <?php echo getChildHtml('topMenu') ?>

3- If you need change your css