Change Arrangement inside of Button

I would like to change how a button displays user info from "number" + "Name" to "Name" + "number".

So not "1000 Tom Muller", but "Tom Muller 1000".
How would I do that?

Comments

  • It is not possible... however, you can hide the extension number (set noExtenInLabel to true in presence.js) and change the button label to have the number at the end, but it is not very elegant.
Sign In or Register to comment.