View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#706
Originally Posted by gsever View Post
One more,

Could someone tell how to remove names from the conversations. The window page shows who I am chatting with and avatars are enough for me
* Open the JS file
* Find the MessageSenderName in the Self and Other section.
* Change the red word
Code:
                if (id == ("MessageSenderName" + party))
                    name_tag = node_tags[i];
to

Code:
                if (id == ("MessageSenderName" + party))
                    name_tag = false;
* Save the file and put him back to the phone.
 

The Following User Says Thank You to Schturman For This Useful Post: