Is there a way to Re-Order the Admin Menu Listing?
Thanks
Larry
Is there a way to Re-Order the Admin Menu Listing?
Thanks
Larry
Does anybody know how the listing are generated and from where?
There's no GUI interface for it, but if you're good with PHP you could customize things by going into YOUR_ADMIN_FOLDER/includes/boxes and having a look at the files there. Be aware there's no override system for admin, so any changes you make will need to be manually backed up and re-done after a future upgrade.
Rob
Ok I now have the answer. I added the php command to sort in each of the XXX_dhtml.php files.HTML Code:sort ($za_contents); echo zen_draw_admin_box($za_heading, $za_contents);