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.
Set Main Menu Sort Order?
Best Answer
-
Yohn New
In your config.php add the following in whatever order you like
$Configuration['Garden']['Menu']['Sort'] = array('Discussions', 'Conversations', 'User', 'Questions', 'Activity', 'Applicants', 'Dashboard');
you can take some of them out as well if you dont use them..
0
Answers
In your config.php add the following in whatever order you like
you can take some of them out as well if you dont use them..
Thanks Yohn! How does that work with menu's with dropdowns? Is it just assumed that it goes left to right and then when it hits a drop-down it goes down before going to the next right item?
Thanks!