Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jasonbr Friend
    #119416

    Can I replace the mainmenu with say usermenu across the top just under the logo?

    itguy Friend
    #216744

    Yes, just did it here and this works…

    Open the template index.php file.

    Change the following code:

    Line 63

    $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Script Dropline Menu;

    Line 89

    if ($ja_menutype == 1) {

    require($ja_template_absolute_path."/ja_splitmenu.php");

    $topnav = ja_topNav('usermenu', array('default'));

    $subnav = ja_subNav('mainmenu');

    } else if ($ja_menutype == 4) {

    If you are not using the splitmenu (option 1) then the changes will be in other areas. This should get you on the right track though.

    jasonbr Friend
    #216745

    😀 Awesome,

    Worked like a charm and very simple to do. So the quickest plan-o-action that i went with after itguy’s expert advice was to install a second template and assign it to a members page that I created and then did the menu customization to get my desired result;

    Guests see one template and a standard mainmenu and then when registered and log in see a different template with a NEW mainmenu pertinent to what a registered user would care about!

    I would like to have two installations of the same template, however, just for consistancy. So, my next project is to figure out how to change the folder name and link everything up for my “main” template so I can install another folder of that template to be my registered users template.

    Hope this helps someone other than me :p

    Jason

    itguy Friend
    #216749

    I’m glad to hear it work for you!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  itguy 17 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum