Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#371
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
 
Posts: 70 | Thanked: 6 times | Joined on Dec 2009
#372
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
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#373
Originally Posted by donsaibot View Post
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
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)
 
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
 
Posts: 70 | Thanked: 6 times | Joined on Dec 2009
#375
Originally Posted by b666m View Post
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)
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?
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#376
Originally Posted by donsaibot View Post
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?
woopa... never noticed it.. you're right... in icq i only get my number... in msn it says "Bastian" <- but that's not set anywhere... so i guess it fetches the msn-nick from the msn-servers...

one more reason to use pidgin...
 
Posts: 70 | Thanked: 6 times | Joined on Dec 2009
#377
Sad that it doesn't work.

I just use Pidgin when i send files to my friends. It's better on the battery IMO.
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#378
Originally Posted by donsaibot View Post
Sad that it doesn't work.

I just use Pidgin when i send files to my friends. It's better on the battery IMO.
i use it because i'm running ubuntu on my laptop - so there i use pidgin too.
the logs are stored in single html-files for every conversation - so it's really easy to synchronize my phone and laptop.
i have all of the conversation histories with me every where i go - and later i have them on my laptop too. :-D
 
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.
 
Posts: 11 | Thanked: 6 times | Joined on Mar 2010
#380
*arg mv the false files ^^ now no sms are show anymore.

can someone upload the original files from /usr/share/rtcom-messaging-ui/html ? plz

büüüüdeee greetz:.
 
Reply

Tags
bada rox, his lunchbox


 
Forum Jump


All times are GMT. The time now is 03:52.