The menus work on the same principle as the workflow transitions - each item has a "weight", and the weighting determines the order in which the items appear.
The weights for this menu are set in code though, so to change it, you'll need to hack the core code. Last time I looked, you had to amend several properties files - most of the menu items are individual chunks of code with separate property files.
I did this in version 3, I'm pretty sure they've moved. Mostly, they were property files, sometimes inside jars so you had to unpack, edit and repack them. I'm afraid I can't help you with which files you need to change, but I can tell you that there is no "code" - you find a couple of weights like edit = 10 and link = 30, and if you want edit to fall after link, you just need to change it to edit = 40
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.