osCmax v2.5 User Manual
Results 1 to 7 of 7

Update your admin suckerfish menu to superfish

This is a discussion on Update your admin suckerfish menu to superfish within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; STEP 1: Download the superfish - Superfish - Suckerfish on 'roids STEP 2: create a superfish menu in your admin ...

      
  1. #1
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Update your admin suckerfish menu to superfish

    STEP 1:
    Download the superfish - Superfish - Suckerfish on 'roids

    STEP 2:
    create a superfish menu in your admin directory like this...
    catalog/admin/includes/mymenu

    STEP 3:
    load the new superfish and jquery files into the mymenu folder...
    arrows-ffffff.png
    shadow.png
    hoverIntent.js
    jquery-1.3.2.js
    jquery.bgiframe.min.js
    superfish.js
    supersubs.js
    superfish-navbar.css
    superfish-vertical.css
    superfish.css

    STEP 4:
    hide or remove all sf- styles from admin/includes/stylesheet.css

    STEP 5:
    adjust the <head> links of admin/index.php to this...

    Code:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
    <title><?php echo TITLE; ?></title>
    <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/javascript/jquery-ui-1.8.2.custom.css">
    <script type="text/javascript" src="includes/general.js"></script>	
    
    <?php //my custom superfish menu ?>
    <script type="text/javascript" src="includes/mymenu/jquery-1.3.2.js"></script>
    <script type="text/javascript" src="includes/mymenu/hoverIntent.js"></script>
    <script type="text/javascript" src="includes/mymenu/superfish.js"></script>
    <link rel="stylesheet" type="text/css" href="includes/mymenu/superfish.css">
    </head>
    STEP 6:
    Save and reload your admin/index.php page and you now have the superfish menu!

    STEP 7:
    Repeat step 5 for any file in admin/ directory that loads in the admin.

    If you have a gap in your menu rollover - read my thread here to fix.

    Enjoy!
    bh
    Last edited by blackhawk; 12-04-2010 at 08:07 PM.

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: Update your admin suckerfish menu to superfish

    Eeek! Blackhawk,

    The menu in Admin is ALREADY a superfish one!

    Take a look at catalog/admin/includes/header - you will see it being loaded in there. Only the construction of the menu occurs in menu.php.

    If you want the Superfish styled one then simply change the .css

    Regards,
    pgmarshall
    _______________________________

  3. #3
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: Update your admin suckerfish menu to superfish

    A little knowledge is a dangerous thing?...


    [Surprised that Michael didn't spot the lack of CDN in 'includes/mymenu/jquery-1.3.2.js']
    Last edited by ridexbuilder; 12-05-2010 at 01:27 AM.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  4. #4
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Re: Update your admin suckerfish menu to superfish

    Thanks for the heads up and the wonderful job you got going PM! I just downloaded a new version of oscmax 2.5 and now it has it. The version I downloaded a couple weeks ago was different - didn't load superfish initially like the one I see now. Even fixed the gap issues too I see. Nice work.

    bh

  5. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Update your admin suckerfish menu to superfish

    Blackhawk, there have been no changes to the 2.5 beta 1 download since it was posted. If it wasn't working for you, that was not due to the package but your installation.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  6. #6
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Re: Update your admin suckerfish menu to superfish

    I can't reproduce the issue now either. I guess I did something wrong with the initial install ...So I am sorry for all the posts I have claimed in the past 2 days. I bet I accidently moved or deleted something initially.

    Regardless, this is a great job you guys have done with the admin. Not sure how much you guys know of the admin template called the mindsparx but it reminds me of it, but this is much better in my opinion.

    bh
    Last edited by blackhawk; 12-05-2010 at 06:42 PM.

  7. #7
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: Update your admin suckerfish menu to superfish

    bh,

    I looked at MindSparx's admin interface initially when I was working on the admin design but it has evolved quite a bit since then.

    We used to have buttons across the top for the short cuts like MindSparks but then I wrote the quicklinks bit to give the admin user more control over what they want to have as the shortcuts.

    (Don't miss the little things like the help icon in the header - links directly to the relevant page in the wiki)

    Regards,
    pgmarshall
    _______________________________

Similar Threads

  1. Potential css adjustment for admin suckerfish menu in safari or chrome
    By blackhawk in forum osCmax v2 Customization/Mods
    Replies: 5
    Last Post: 12-09-2010, 02:26 PM
  2. Installing and customizing Superfish
    By fbmondia in forum osCmax v2 Customization/Mods
    Replies: 9
    Last Post: 09-11-2010, 12:27 AM
  3. Superfish Horizontal Category Menu, Jquery and/or CSS
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-06-2010, 04:03 PM
  4. Superfish Horizontal Category Menu, Jquery and/or CSS
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-06-2010, 04:03 PM
  5. making the catalog menu same style as admin menu
    By starchild in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-01-2003, 04:42 AM

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
  •