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?
Answered by admin
See post in contextIt 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.