|
2010-03-10
, 14:17
|
Posts: 70 |
Thanked: 6 times |
Joined on Dec 2009
|
#372
|
|
2010-03-10
, 15:19
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#373
|
Hi,
at first sorry if this was explained earlyier in this Thread.
I would like to change my name in the Instant Messages.
Right now it shows:
121...(my ICQ):blaa
Benni: blaaa
I would like to change my ICQ number to Ich(me) like in the SMS Conversations.
greetz donsaibot
|
2010-03-10
, 15:23
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#374
|
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:
b666m, can you help me please ?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"; }
Thanks
|
2010-03-10
, 15:31
|
Posts: 70 |
Thanked: 6 times |
Joined on Dec 2009
|
#375
|
ehm... just change your nickname in your "konten"-settings (where you add/remove messenger-accounts).
there should be a field called "nickname".
if you activate it, it should show what you've typed there. ^^
(i let show nicknames for sms and im. you can add a nickname to everybody you have in your contacts/phonebook)
|
2010-03-10
, 15:42
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#376
|
I did as you wrote it but it's no use. I can type whatever i want it will only show my ICQ account Number. Any Suggestions?
|
2010-03-10
, 15:51
|
Posts: 70 |
Thanked: 6 times |
Joined on Dec 2009
|
#377
|
|
2010-03-10
, 16:07
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#378
|
Sad that it doesn't work.
I just use Pidgin when i send files to my friends. It's better on the battery IMO.
|
2010-03-10
, 16:16
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#379
|
if (item.name_str != "" && item.Other) { name_tag.textContent = "other-name"; }
if (item.name_str != "" && name_tag && item.Other) { name_tag.innerHTML = "other-name"; }
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
|
2010-03-10
, 16:31
|
Posts: 11 |
Thanked: 6 times |
Joined on Mar 2010
|
#380
|
Tags |
bada rox, his lunchbox |
Thread Tools | |
|
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:
and with this lines for IM:
Thanks
Lausanne & Lyon de descente...
----------------
Schturman's home page
Schturman's repo on openrepos
RPM packaging directly on your Jolla phone.
Root & User SSH access to Jolla via WinSCP.
Root and User SSH access to Jolla via Nautilus on Linux PC.