1

I have found a way to sort the menu but it is a bit of a pain. Backup the table 'xoops_modules' using the BackPack module or phpMySQL.
Modify the SQL statement where it starts 'INSERT INTO' and just order the lines to suit. Don't change any values, just move the lines around.
Empty the modules table, import the modules table using phpMySQL and there you go.
Worked for me. Admittedly, I don't have a lot in my site just yet but it is a workaround.
Cheers
Modify the SQL statement where it starts 'INSERT INTO' and just order the lines to suit. Don't change any values, just move the lines around.

Empty the modules table, import the modules table using phpMySQL and there you go.
Worked for me. Admittedly, I don't have a lot in my site just yet but it is a workaround.
Cheers