maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Customize N900 Conversations (https://talk.maemo.org/showthread.php?t=36618)

Schturman 2010-03-10 03:29

Re: Customize N900 Conversations
 
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

donsaibot 2010-03-10 14:17

Re: Customize N900 Conversations
 
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 2010-03-10 15:19

Re: Customize N900 Conversations
 
Quote:

Originally Posted by donsaibot (Post 562560)
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 2010-03-10 15:23

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Schturman (Post 562061)
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

donsaibot 2010-03-10 15:31

Re: Customize N900 Conversations
 
Quote:

Originally Posted by b666m (Post 562629)
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 2010-03-10 15:42

Re: Customize N900 Conversations
 
Quote:

Originally Posted by donsaibot (Post 562649)
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... :D

donsaibot 2010-03-10 15:51

Re: Customize N900 Conversations
 
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 2010-03-10 16:07

Re: Customize N900 Conversations
 
Quote:

Originally Posted by donsaibot (Post 562664)
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 2010-03-10 16:16

Re: Customize N900 Conversations
 
Quote:

Originally Posted by b666m (Post 562636)
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 :cool:

Quote:

Originally Posted by b666m (Post 562636)
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. ;)

gamerakel 2010-03-10 16:31

Re: Customize N900 Conversations
 
*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:.


All times are GMT. The time now is 04:59.

vBulletin® Version 3.8.8