Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Can the navigation menu items be reordered?

mattmatt
edited June 2012 in Questions

Can the navigation menu items be reordered or rearranged?

Either through the admin interface, or through a method exposed to a plugin?

Tagged:

Best Answer

  • peregrineperegrine MVP
    edited June 2012 Answer ✓

    you can put something like this in config.

    $Configuration['Garden']['Menu']['Sort'] = array('Discussions', 'Conversations', 'User', 'Questions', 'Activity', 'Applicants', 'Dashboard');

    you can reorder in plugin as well, I suppose by setting config


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    UnderDog

Answers

Sign In or Register to comment.