customizetalk.com Customizing Google Talk
View previous topic :: View next topic
Author
Message
Ph3rny Theme Moderator Joined: 08 Apr 2006 Posts: 151
Posted: Tue Jul 04, 2006 5:15 pm Post subject:
I was actually the one who did the emoticons...
the first line is actually one that is not needed anymore because I have changed the code... (and I just forgot to take it out... I will take that out later...)
the second line is so that the replace doesnt loop...
the code looks like before the replace:
Code:
<div><div id=message>"This is a sample Message"<img src=1234wenf734iuhsldf.online.avatar></div></div>
the javascript replaces the parent of the div with the id message's contents
so the resulting code would be:
Code:
<div><div id=asdf>"This is a sample Message"<img src=1234wenf734iuhsldf.original.avatar></div></div>
then it doesn;t replace anything that is document.getelementbyid("message").parentnode (because the div's id is now asdf)
confusing stuff... _________________
My Themes Including Windows 9x, BSOD, PHP, Digg, Star Wars, My First Theme, Windows XP, Lined-Paper, and EMOTICONS
Back to top
m0onx Talk n00bie Joined: 24 Oct 2006 Posts: 9 Location: Germany
Posted: Tue Oct 24, 2006 5:55 pm Post subject:
Help!
C:\Documents and Settings\[user]\Local Settings\Application Data\
doesn't exist. and also the subfolders of google/google talk/....
What can i do?
C:\Documents and Settings\All Users \Local Settings\Application Data\
does exist. but no google subfolder.
wtf? _________________ help me, i am new. lol.
Back to top
vikke Moderator Joined: 14 Sep 2005 Posts: 867
Posted: Tue Oct 24, 2006 6:09 pm Post subject:
Local Settings may be something else if you're running German Version of Windows.
Back to top
m0onx Talk n00bie Joined: 24 Oct 2006 Posts: 9 Location: Germany
Posted: Tue Oct 24, 2006 7:13 pm Post subject:
Yeah i know.
Lokale Eintellungen. But there is no Applicaiton Data. Only Temp & Tmpory Internet Files & Log _________________ help me, i am new. lol.
Back to top
vikke Moderator Joined: 14 Sep 2005 Posts: 867
Posted: Wed Oct 25, 2006 7:07 pm Post subject:
Application Data is a hidden folder, you'll need to enable to show hidden folders
Back to top
zorglub Talk n00bie Joined: 01 Dec 2006 Posts: 1
Posted: Fri Dec 01, 2006 9:19 pm Post subject:
hi !
I really can't get it with the smileys... I would like to modify a very nice theme (BubblePongPingPicture) and add the Google Smileys.
So I tried to understand the syntax... I wrote this :
Code:
asdf= asdf.replace(/>x-\)</g, '><img src=images/angry.gif style=display:inline;><');
asdf= asdf.replace(/>x\)</g, '><img src=images/angry.gif style=display:inline;><');
asdf= asdf.replace(/>B-\)</g, '><img src=images/cool.gif style=display:inline;><');
asdf= asdf.replace(/>B\)</g, '><img src=images/cool.gif style=display:inline;><');
asdf= asdf.replace(/>:\'\(</g, '><img src=images/cry.gif style=display:inline;><');
asdf= asdf.replace(/>}:-\)</g, '><img src=images/devil16.gif style=display:inline;><');
asdf= asdf.replace(/>=a{0}D</g, '><img src=images/equal_grin.gif style=display:inline;><');
asdf= asdf.replace(/>=\)</g, '><img src=images/equal_smile.gif style=display:inline;><');
asdf= asdf.replace(/>:\(</g, '><img src=images/frown.gif style=display:inline;><');
asdf= asdf.replace(/>:a{0}D</g, '><img src=images/grin.gif style=display:inline;><');
asdf= asdf.replace(/><a{0}3</g, '><img src=images/heart.gif style=display:inline;><');
asdf= asdf.replace(/>:\(\|\)</g, '><img src=images/monkey.gif style=display:inline;><');
asdf= asdf.replace(/>:-a{0}D</g, '><img src=images/nose_grin.gif style=display:inline;><');
asdf= asdf.replace(/>:-\)</g, '><img src=images/nose_smile.gif style=display:inline;><');
asdf= asdf.replace(/>\a{0}m\/</g, '><img src=images/rockout.gif style=display:inline;><');
asdf= asdf.replace(/>:-a{0}o</g, '><img src=images/shocked.gif style=display:inline;><');
asdf= asdf.replace(/>:a{0}o</g, '><img src=images/shocked.gif style=display:inline;><');
asdf= asdf.replace(/>:-\/</g, '><img src=images/slant.gif style=display:inline;><');
asdf= asdf.replace(/>:\/</g, '><img src=images/slant.gif style=display:inline;><');
asdf= asdf.replace(/>:-\|</g, '><img src=images/straightface.gif style=display:inline;><');
asdf= asdf.replace(/>:\|</g, '><img src=images/straightface.gif style=display:inline;><');
asdf= asdf.replace(/>:-a{0}p</g, '><img src=images/tongue.gif style=display:inline;><');
asdf= asdf.replace(/>:-a{0}P</g, '><img src=images/tongue.gif style=display:inline;><');
asdf= asdf.replace(/>:a{0}p</g, '><img src=images/tongue.gif style=display:inline;><');
asdf= asdf.replace(/>:a{0}P</g, '><img src=images/tongue.gif style=display:inline;><');
asdf= asdf.replace(/>\>.\<</g, '><img src=images/wince10.gif style=display:inline;><');
asdf= asdf.replace(/>;\)</g, '><img src=images/wink.gif style=display:inline;><');
asdf= asdf.replace(/>;-\)</g, '><img src=images/wink.gif style=display:inline;><');
asdf= asdf.replace(/>;^\)</g, '><img src=images/wink_big_nose.gif style=display:inline;><');
Is there anything else I should add ? Where do I have to put it ? Heelp !! I really can't make it out... If it is explained somewhere, I'm sorry for the repost, just tell me where as I didn't find it...
thank you for your forum !
Back to top
inquild Guest
Posted: Sat Jul 26, 2008 9:13 pm Post subject: uncircumcised movie stars freak flag fly saying movie
free videos tv movies japanese movie hero
Back to top
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