View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#374
Originally Posted by Schturman View Post
Hi !

I tried to change the name of "Other" in SMS and IM conversation (js file), but without result

I tried to play with this lines for SMS:
Code:
if (item.name_str != "") {
        name_tag.textContent = item.name_str;
    }

if (item.name_str != "" && item.self) {
        name_tag.textContent = "b666m";
    }

and with this lines for IM:

Code:
if (item.name_str != "" && name_tag) {
        name_tag.innerHTML = item.name_str;
    }

if (item.name_str != "" && name_tag && item.self) {
        name_tag.innerHTML = "yourname";
    }
b666m, can you help me please ?
Thanks
were you able to change YOUR nickname through this lines?

but why want you to change the OTHER nickname to something?
i mean.. if you do so... you won't know who you're writing to anymore because all of them will have the same nickname?! o.O