webOS Nation Forums
> webOS apps and software
> webOS development
>
How To Get Your Avatar In The Chat & Change the Color of the Chat Balloons
1 2 3 4 5
6 7 8 9 10
...
Last
Originally Posted by lilmexx323:
Sorry guys for the simple question, but......
I am interested in adding an avatar, but cant get past the upload part. Everything else seems like no big deal, but how do I get my avatar onto the pre?
Thanks for helping this noob.
to get the avatar on your pre, follow the steps all the way till you get to where you need to use the "wget" command.
your avatar would need to be either saved somewhere in your pre or on the internet at some website.
this would be written as: wget (website link/sample.png)
then you would need to enter: mv sample.png my-avatar.png
use the luna command to reload or type reboot to reboot the device.
personally i found adding my avatar to be the easiest if it was downloaded from the internet.
any recommendations on where to upload them to the web?
Originally Posted by lilmexx323:
any recommendations on where to upload them to the web?
I have a server that i can upload the avatar and give you the full link to download, but i will be able to do that sometime around 8 or 9pm EST time.
maybe some site like photobucket where you can upload it and then copy the link to the image.
Does the avatar have to be a .png, or can it be a jpeg..
I have my jpeg uploaded to photobucket, just need to know if that format will work....
Thanks for the help.. You have been real informative.
Edit::
Got them in there.. Now I will look at your setting and see what I want to change. I followed the OP directions.
Thanks again.
Member:
elryon
at: 03:29 PM 07/20/2009
I was able to reload the message.css file by uploading it to a personal web site and inputing the address for wget...
oh.. and I changed the name to message.css.jpg that way the phone thinks its a pic and downloads it. then just mv to message.css and bam...
ps.. photobucket would not accept message.css.jpg since it wasnt an actual pic.. tried that as I used it for my avatars.
@cellmonsters I love the purple and blue balloons. Using the purple one right now, nice work. You also asked for the original green balloon, here it is
right.png I think you just have to flip it horizontal then.
Attached:
Member:
as4life
at: 07:56 PM 07/20/2009
Originally Posted by MaSwaggSoSiQ:
did the changes above and ended up with this...

can someone please help !!!
Check your ".my-chat .avatar-overlay" settings
Member:
as4life
at: 09:30 PM 07/20/2009
still a work in progress:
Originally Posted by sarah peterman:
@cellmonsters I love the purple and blue balloons. Using the purple one right now, nice work. You also asked for the original green balloon, here it is Attachment 22889 I think you just have to flip it horizontal then.
Thank you Sarah,
Yes, the purple does look nice with the blue.. im actually working on making it a real 3D balloon. like that on the iPhone. should look a bit nicer but lets see how it looks hehehe.
Member:
as4life
at: 10:40 PM 07/20/2009
heres another update. Just need to move avatar again
Images below
These are for those that like the original balloon but want more settled colors.
subtle colors for friends
i got my avatar on the left side....but now its slightly higher that its supposed to be and overlapping the sms icon. how can i correct this or get it back in the middle?
Originally Posted by MaSwaggSoSiQ:
i got my avatar on the left side....but now its slightly higher that its supposed to be and overlapping the sms icon. how can i correct this or get it back in the middle?
can you provide a screen shot or post the settings you have modified?
hope you like these.. these are all for the Right side (your text)
here is a pic of what my avatar looks like now. any way to get it back in the middle?
any help guys?
Originally Posted by MaSwaggSoSiQ:
any help guys?
check if you have the following code correctly
.my-chat .avatar-overlay {
left: 2px;
margin-top: 4px;
position: absolute;
}
.my-chat .avatar-container {
display: inline-block;
}
display should be inline and margin-top 4px
seems like the margin top may have a lower value than 4
didnt work....
1 2 3 4 5
6 7 8 9 10
...
Last
webOS Nation Forums
> webOS apps and software
> webOS development
>
How To Get Your Avatar In The Chat & Change the Color of the Chat Balloons