RE: Is it possible to extend number of characters permitted in a Personal Message?
Possible via skinning.
To those who can:
923's Style:
Search for: labelrichedit[id=atom(idPSMText)]
and remove: maxtextlength:128;
Search for: labelrichedit[id=atom(idPSMText)][isediting]
and add: maxtextlength: 500;
NOTE: You should not increase the maximum length over 500 characters as the PSM data sent via MSN Protocol can only be of a certain length including any media ('What I'm listening to') data, and exceeding this length may cause problems for some users.
Grr, patches stealing my discovery with no credit...
This post was edited on 12-16-2007 at 04:57 PM by Volv.
|