quote:
Originally posted by djdannyp
quote:
Originally posted by LeoXavior
Would it be possible to add an option to filter out your name from the front of the text. Something like a checkbox to enable the option which enables an input box where the user can input there name, then delete the first part of the string from the facebook status msg.
Example Facebook status:
LeoXavior is suggesting a new feature|option!
Example Msn status would become:
Suggesting a new feature|option!
I have looked into this and unfortunately I don't think it's possibe, certainly not easily. If I had better coding knowledge then it might have been possible when the facebook status was automatically prefaced by 'is' as it might have been possible to remove the first two words....but with variable second words I don't think it would work.
i'd like that too.
variable second words? you mean if the second word not always is "is"?
but can't you just check for the spaces?
string[0] -> First space = one word
string[0] -> Second space = two words
?
Or just make a box where one can type how many letters one wants to remove from the string?
or, if you don't have the time, is there a possibility to edit the code one self?
if (sPsm !== newPsm)
{
Messenger.MyPersonalMessage = sPrefix + " " + newPsm;
}