customizetalk.com Forum Index customizetalk.com
Customizing Google Talk
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Google talk With EMOTICONS
Goto page 1, 2  Next
 
Post new topic   Reply to topic    customizetalk.com Forum Index -> Themes
View previous topic :: View next topic  
Author Message
Ph3rny
Theme Moderator


Joined: 08 Apr 2006
Posts: 151

PostPosted: Wed May 10, 2006 3:10 am    Post subject: Google talk With EMOTICONS Reply with quote

I have finally done it.

Google talk with Emoticons



Download

Other Great Google Talk Themes

_________________


My Themes Including Windows 9x, BSOD, PHP, Digg, Star Wars, My First Theme, Windows XP, Lined-Paper, and EMOTICONS
Back to top
View user's profile Send private message   Visit poster's website
Your Ad Here
invisible
Learning


Joined: 13 Apr 2006
Posts: 30

PostPosted: Wed May 10, 2006 7:28 am    Post subject: Reply with quote

Aha! Onload did work.. I was trying it on a DIV and it wasn't working, haha, silly me Very Happy. Yeah, well, should I upload an exploit in a theme now that that has been done Very Happy?
_________________
Invisible
Back to top
View user's profile Send private message   Google Talk
Wumpus
Site Admin
Site Admin


Joined: 01 Sep 2005
Posts: 475

PostPosted: Wed May 10, 2006 7:41 am    Post subject: Reply with quote

oohw Smile
looks great, installed it as my default theme
Back to top
View user's profile Send private message  
mEo
Site Admin
Site Admin


Joined: 08 Oct 2005
Posts: 700
Location: Hong Kong

PostPosted: Wed May 10, 2006 8:20 am    Post subject: Reply with quote

Well done! That's great to see Very Happy
_________________
My First Homemade Sig Very Happy

Back to top
View user's profile Send private message   Visit poster's website MSN Messenger Google Talk
Shoop
Learning


Joined: 01 Apr 2006
Posts: 21

PostPosted: Wed May 10, 2006 8:50 am    Post subject: Reply with quote

Woah! This is great news Very Happy Congrats! This is by far better than those weird text-emoticons that google have.
_________________
Back to top
View user's profile Send private message  
Your Ad Here
vikke
Moderator
Moderator


Joined: 14 Sep 2005
Posts: 867

PostPosted: Wed May 10, 2006 6:40 pm    Post subject: Reply with quote

Really cool man!
Back to top
View user's profile Send private message   MSN Messenger Google Talk
Ph3rny
Theme Moderator


Joined: 08 Apr 2006
Posts: 151

PostPosted: Wed May 10, 2006 8:38 pm    Post subject: Reply with quote

Wow some people apparently are losers...

I posted it to digg (here... and someone replied "Old News" ... what a dope head

_________________


My Themes Including Windows 9x, BSOD, PHP, Digg, Star Wars, My First Theme, Windows XP, Lined-Paper, and EMOTICONS
Back to top
View user's profile Send private message   Visit poster's website
deAd
Regular Talker


Joined: 03 Jan 2006
Posts: 65

PostPosted: Wed May 10, 2006 9:05 pm    Post subject: Reply with quote

Nice! I'll probably be making a simpler set and incorporating them into eSquare 2 Razz really nice work Smile
Back to top
View user's profile Send private message  
Ferk
Learning


Joined: 04 May 2006
Posts: 23

PostPosted: Thu May 11, 2006 11:29 am    Post subject: Reply with quote

wow... this feature about themes really has a lot of posibilities!
I wonder if there could be done some kind of "personal smilies" by mixing themes with a plugin that changed the input " ;) " into a bbcode-like tag.. something like "[img=http://www.customizetalk.com/forums/images/smiles/icon_wink.gif]" and then the theme replaced that code into an image.

so just making the plugin change the replacing text for " ;) " into any image from internet in bbcode, you could have any emoticon you wanted that could be showed in any [img] tag compatible theme.

even without that plugin, an [img] tag compatiblility would be cool... do you think it could be done?

maybe something like:

asdf= asdf.replace(/[img]/g, '<img src=');
asdf= asdf.replace(/[\/img]/g, ' style=display:inline;>');

I dont know if this would work since I dont know very much about it

_________________
-
Chat with me!
Back to top
View user's profile Send private message  
invisible
Learning


Joined: 13 Apr 2006
Posts: 30

PostPosted: Thu May 11, 2006 2:24 pm    Post subject: Reply with quote

Ferk wrote:
wow... this feature about themes really has a lot of posibilities!
I wonder if there could be done some kind of "personal smilies" by mixing themes with a plugin that changed the input " Wink " into a bbcode-like tag.. something like "[img=http://www.customizetalk.com/forums/images/smiles/icon_wink.gif]" and then the theme replaced that code into an image.

so just making the plugin change the replacing text for " Wink " into any image from internet in bbcode, you could have any emoticon you wanted that could be showed in any [img] tag compatible theme.

even without that plugin, an [img] tag compatiblility would be cool... do you think it could be done?

maybe something like:

asdf= asdf.replace(/[img]/g, '<img src=');
asdf= asdf.replace(/[\/img]/g, ' style=display:inline;>');

I dont know if this would work since I dont know very much about it


It would work but the fact that the image isn't on the local computer is kinda silly Razz!

It'd be something like...

Code:
   asdf = asdf.replace("/(\[img.*((http|ftp)+(s)?:(\/\/)((\w|\.)+)(\/)?(\S+)?)\"\])/i", "<img src='\\2' style='display:inline'>");

to change [img src="blaaah"]. That's probably off a bit, meh!

_________________
Invisible
Back to top
View user's profile Send private message   Google Talk
Your Ad Here
Ferk
Learning


Joined: 04 May 2006
Posts: 23

PostPosted: Thu May 11, 2006 2:35 pm    Post subject: Reply with quote

Quote:
It would work but the fact that the image isn't on the local computer is kinda silly :P!

thats the point... since the image is not in your computer everybody could see the same image you posted through the internet.. so you can upload any image to some host and use it, sending it to your contacts in the bbcode way.. everybody could see that image as a emoticon then, and you wouldnt have to send them your theme and replace their emoticons.

but well.. it would be nicer if there was some plugin that changed the ";)" you send to the contacts into bbcode.. so you wouldnt have to write the full adress and tags everytime

_________________
-
Chat with me!
Back to top
View user's profile Send private message  
Ph3rny
Theme Moderator


Joined: 08 Apr 2006
Posts: 151

PostPosted: Thu May 11, 2006 7:46 pm    Post subject: Reply with quote

it's a lot more complicated than that

you have to make sure it doesn't replace itself or it causes scripting errors

so what I did is I basically put this in the middle of the replace string:

Code:
a{0}


this basically means it will search for the character a 0 times... kinda cheap way to do it but it works


EDIT: There currently are some problems with it that I need solving... Like it will replace "BOOM" with "[glassesooh.png]OM"

also if anyone types the word onload it will replace it with onclick

_________________


My Themes Including Windows 9x, BSOD, PHP, Digg, Star Wars, My First Theme, Windows XP, Lined-Paper, and EMOTICONS
Back to top
View user's profile Send private message   Visit poster's website
invisible
Learning


Joined: 13 Apr 2006
Posts: 30

PostPosted: Fri May 12, 2006 4:05 am    Post subject: Reply with quote

Ph3rny wrote:
it's a lot more complicated than that

you have to make sure it doesn't replace itself or it causes scripting errors

so what I did is I basically put this in the middle of the replace string:

Code:
a{0}


this basically means it will search for the character a 0 times... kinda cheap way to do it but it works


EDIT: There currently are some problems with it that I need solving... Like it will replace "BOOM" with "[glassesooh.png]OM"

also if anyone types the word onload it will replace it with onclick


For the issues with 'BOOM' etc. use "/[\s|^]BO[\s|$]/g" (or is it "/(\s|^)BO(\s|$)/g") the \s is any whitespace character, ^ is start (so it'd be whitespace or start) and the $ is end (so that the end would be whitespace or end)...

Psst, this is based on PHP's regex, not sure if it's exactly the same for JavaScript...

_________________
Invisible
Back to top
View user's profile Send private message   Google Talk
Ph3rny
Theme Moderator


Joined: 08 Apr 2006
Posts: 151

PostPosted: Sat May 13, 2006 1:31 pm    Post subject: Reply with quote

I fixed the BOOM problem

I just changed the replace to:

/>Ba{0}O</

since the smilies are already in a tag


if you want you can go re-download it for the new fixed version

_________________


My Themes Including Windows 9x, BSOD, PHP, Digg, Star Wars, My First Theme, Windows XP, Lined-Paper, and EMOTICONS
Back to top
View user's profile Send private message   Visit poster's website
iluvthemes
Talk n00bie


Joined: 08 Apr 2006
Posts: 6

PostPosted: Mon May 15, 2006 4:30 am    Post subject: Reply with quote

can you do one with the gmail chat animated smileys? I like those more.
Back to top
View user's profile Send private message  
Your Ad Here
Display posts from previous:   
Post new topic   Reply to topic    customizetalk.com Forum Index -> Themes All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group