Add-on Multiple Add-on's using Menu Bar

MattW

Well-known member
I've noticed this a few times now on my site.

I've 3 add-ons that have their own menu added to the top of the forum.

menu.webp

When I install / remove a different add-on, the order of Resources, Garage and Directory changes order.

Is there something that can be done to set them into a specific order, or are they just added in a random way when the templates are compiled?
 
The only way to change the order is by enabling debug mode and changing the Callback Execution Order of the Code Event Listener for each add-on.

Even then, it is not always possible to set the order exactly.
 
The only way to change the order is by enabling debug mode and changing the Callback Execution Order of the Code Event Listener for each add-on.

Even then, it is not always possible to set the order exactly.

Is this still the same? Seems like you should be able to control the order of your navigation bar...
 
Yes, you will still need to be in debug mode to modify the order using either the TM or hooks.
 
Top Bottom