XF 2.3 Reorder ACP top level menu items

Solution
My mistake, this is about ACP nav

You need to activate development mode:

Go to your files on the server, in the /src/ folder you update config.php to true

$config['development']['enabled'] = true;

Then go to Development > Admin Navigation

dev.webp

Click on the item and reorder with the display order number:

sortacp.webp

EDIT: This ability is really handy, I have created menu items to commonly accessed templates etc.
Is there any way to reorder the ACP top level menu items, Setup, Add-ons, Content, Forums, etc.?
Click on the sort button at top right, you can then drag individual main or sub nav items.

Note that the sub nav items will move with the main nav (level 1) items. Alternatively each item has a number which you see when clicking into the item,
 
Last edited:
My mistake, this is about ACP nav

You need to activate development mode:

Go to your files on the server, in the /src/ folder you update config.php to true

$config['development']['enabled'] = true;

Then go to Development > Admin Navigation

dev.webp

Click on the item and reorder with the display order number:

sortacp.webp

EDIT: This ability is really handy, I have created menu items to commonly accessed templates etc.
 
Solution
Back
Top Bottom