Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Location
    Northern Indiana
    Posts
    41
    Plugin Contributions
    0

    Default How Can I Disable Alternative Navigation?

    I would like to disable the alternative navigation in the Admin. All of our admin users will have javascript enabled and I am getting complaints about the 'jumbled mess of links'.

    Anyone done this already? I am not afraid of PHP.

    Thanks in advance!
    Michael (Zen Greenhorn)
    Remember: Every expert started out as a beginner!

  2. #2
    Join Date
    Jan 2012
    Location
    Northern Indiana
    Posts
    41
    Plugin Contributions
    0

    Default Re: How Can I Disable Alternative Navigation?

    112 looks and nuthin?
    Michael (Zen Greenhorn)
    Remember: Every expert started out as a beginner!

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,886
    Plugin Contributions
    6

    Default Re: How Can I Disable Alternative Navigation?

    You would need to customize the:
    /admin/includes/header_navigation.php

    Comment out the original line and customize it for the code in RED:
    Code:
    <!--      <a class="top" href="<?php echo zen_href_link(FILENAME_ALT_NAV) ?>"><?php echo $menuTitles[$menuKey] ?></a> -->
          <?php echo $menuTitles[$menuKey] ?>
    
    Now you cannot click on the menu header links to get the alternate navigation links ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  4. #4
    Join Date
    Jan 2012
    Location
    Northern Indiana
    Posts
    41
    Plugin Contributions
    0

    Default Re: How Can I Disable Alternative Navigation?

    Thats the ticket!!

    Thanks Linda!
    Michael (Zen Greenhorn)
    Remember: Every expert started out as a beginner!

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,886
    Plugin Contributions
    6

    Default Re: How Can I Disable Alternative Navigation?

    Thanks for the update that this is working for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

Similar Threads

  1. product detail page - how to disable navigation buttons?
    By tparvaiz in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jul 2011, 08:15 AM
  2. Disable Ground when offering Free Shipping and alternative shipping options
    By gabe8496 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 8 Aug 2010, 06:41 PM
  3. easiest way to change the default category navigation into a table navigation
    By signify in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Oct 2008, 09:55 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •