Sorry... I missed this.
It requires you to change the execution order of the navigation tabs code event listeners.
Generally speaking these are the steps:
That should make the Media tab appear first. Follow the same instructions for the other add-ons. The other add-ons will need to have a higher execution order than Xen Media Gallery if you want the Media tab to appear first. As an alternative to lowering the execution order of the Media tab, you could just make the others higher than 10.
- Enable Debug mode in your XenForo config.php file
- Log in to your Admin CP
- Go to the Development tab
- Click Code Event Listeners
- Scroll down until you find the add-on you wish to change, e.g. Xen Media Gallery
- Below that the Code Event Listeners are listed. Look for navigation_tabs, click on it.
- Change the Execution Order from its default of 10 to something lower, e.g. 5
- Disable Debug mode.
Sweet thanks!
What about changing the "Media" dropdown content from the navigation bar?
Also how do I change the dropdown contents for just Media? I've done this for Forum already but that was simple because in the "Navigation" template there was a section specific for "Forum" but for "Media", "Wiki" and "Feedback" they all seem to be using the <!-- extra tabs: middle --> code.