View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#228
Originally Posted by b666m View Post
you may can hack-around in the css-file but the normal way would be editing the js-file.
i already described this anywhere in the thread. ^^

EDIT: there it is:
http://talk.maemo.org/showthread.php...404#post502404
Yes, thanks. I've found this post and I tried play with .js file.
I found this line:
Code:
if (id == ("MessageSenderName" + type_name))
                name_tag = node_tags[i];
and I tried change to this:
Code:
if (id == ("MessageSenderName" + type_name))
                name_tag = "My name";
And I got the result without both names (not my and not from "other")
Why ?