Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
changing the top-menu sorting
Hello,
Is it possible to move around the topmenu sorting? Ive made my own application where i have it add a menulink but it ends up at the end of the menu (right before "Sign Out").
Is it possible to have it list it at the very start of the menu?
Thank you
Is it possible to move around the topmenu sorting? Ive made my own application where i have it add a menulink but it ends up at the end of the menu (right before "Sign Out").
Is it possible to have it list it at the very start of the menu?
Thank you
0
Comments
http://www.gotgame.dk/
the "Home" and "Games" apps are listed at the very ending of the menu.
$Configuration['Garden']['Menu']['Sort'] = array('Dashboard', 'Discussions', 'Questions', 'Activity', 'Conversations', 'User');
Just copy that line into your conf/config.php file, and you can add new items to the array in the order you like, for example:
$Configuration['Garden']['Menu']['Sort'] = array('Home', 'Games', 'Dashboard', 'Discussions', 'Questions', 'Activity', 'Conversations', 'User');