View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#230
Originally Posted by Schturman View Post
Yes, thanks. I've found this post and I tried play with .js file.
I found this line:
Code:
if (id == ("MessageSenderName" + type_name))
                name_tag = node_tags[i];
and I tried change to this:
Code:
if (id == ("MessageSenderName" + type_name))
                name_tag = "My name";
And I got the result without both names (not my and not from "other")
Why ?
didn't test this one.
name_tag is declined as a string.
so i thought replacing the variable with a string containing your name should do it.
but you should only replace the node_tags[i] with "yourname" in the block where your items are fetched.

btw:
nothing fancy, just new background image in bubble-style.
as you can see i have some problems getting the timestamp in that bubble. don't know why it's not working - the html-blocks are set correctly

edit: the big font-size is only there because i've done a bigger font conversation layout for users who are having problems with their eyesight. (it's looking quite strange xD)
Attached Images
 

Last edited by b666m; 2010-02-12 at 21:53.
 

The Following 3 Users Say Thank You to b666m For This Useful Post: