quote:
Originally posted by P4R4D0x
Can anyone help me with how I would go about putting text after the status as well as before, please?
This isn't yet available as an option, however if you edit the following line of code you can:
js code:
Messenger.MyPersonalMessage = sPrefix + " " + newPsm;
It's line 124, change it to something like:
js code:
Messenger.MyPersonalMessage = sPrefix + " " + newPsm + "This is extra text";
Also, version 1.31 is now live on the database with a fix for the problem where settings weren't being remembered properly after exiting Messenger