View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#379
Originally Posted by b666m View Post
were you able to change YOUR nickname through this lines?
Yes I know... I tried to put other block, something like this:
Code:
if (item.name_str != "" && item.Other) {
        name_tag.textContent = "other-name";
    }
and

Code:
if (item.name_str != "" && name_tag && item.Other) {
        name_tag.innerHTML = "other-name";
    }
but it's didn't work

Originally Posted by b666m View Post
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
Why I want change the OTHER nickname, because I see the sender's name on the up-line, next to the clock in the conversation window.