Popularity ScoreReferrals to Site/Downloads
0
1+
250+
1000+
10000+
Magento Connect 1.0 change
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
Follow us
Developer page: http://www.magentoxp.com
Magento Connect 1.0 change
Magento Connect 1.0 change
Magento Connect 1.0 change
Magento Connect 1.0 change
Magento Connect 1.0 change
This extension was developed by and is supported by OlivertAr
The best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.
If you need support for a Magento platform, there are different options for support depending on which Magento platform you are using. Below are links for specific platforms.
We built Magento Connect using the latest techniques and technologies.
This makes Magento Connect faster and easier to use.
Unfortunately, your browser doesn't support those technologies.
Use the links below to download a new browser or upgrade your existing browser.
Internet Explorer Version 8+ Mozilla Firefox Version 7+ Google Chrome Version 14+ Apple Safari Version 5+