Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Øystein Thune Friend
    #130055

    I know how it’s done in standard joomla, but I wonder how I can make the horizontal topmenu different than the mainmenu choices to the left.

    Sherlock Friend
    #255707

    Hi thune !
    What joomla version do you use ? What menu type do you use ?

    Øystein Thune Friend
    #255748

    Joomla 1.5 and Split menu

    Sherlock Friend
    #255763

    Hi thune !
    You open ja_vars.php file in templates/ja_larix folder , find following code line at about line 22 :


    $japarams->set( 'menutype', 'mainmenu' );

    you can change value of red text, that is menu name.example :


    $japarams->set( 'menutype', 'topmenu' );

    Øystein Thune Friend
    #255930

    Then I get the following error message:

    Warning: Invalid argument supplied for foreach() in /home/test/public_html/templates/test/ja_menus/Base.class.php on line 143

    Øystein Thune Friend
    #255933

    Which was solved when I added a menu item. Thanks 🙂

    David Porré Friend
    #280520

    Hello,
    I was interested by this topic, because I would like to put the VM produtc categories menu in the place of the top horizontal menu, and use the moo option to make it drop down.

    Is it possible ?

    I tried as explained above :
    from $japarams->set( ‘menutype’, ‘mainmenu’ );

    I changed to $japarams->set( ‘menutype’, ‘mod_product_categories’ );

    Is it right ? Or am I completly wrong ?

    Doing that, I have now the following message :
    Warning: Invalid argument supplied for foreach() in /home/test/public_html/templates/test/ja_menus/Base.class.php on line 143

    It would be really great if someone could help me here.

    Thanks,
    Best regards
    David

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

This topic contains 7 replies, has 3 voices, and was last updated by  David Porré 15 years, 10 months ago.

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