Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Boomer] Smilies

Quote Reply
Re: [Boomer] Smilies In reply to
Hello Boomer

look in the fle "editor.js"

var Faces = {
':)' : image_url + '/smile.gif',
';)' : image_url + '/wink.gif',
':(' : image_url + '/frown.gif',
':P' : image_url + '/tongue.gif',
'cool' : image_url + '/cool.gif',
'blush' : image_url + '/blush.gif',
'angelic' : image_url + '/angelic.gif',
'crazy' : image_url + '/crazy.gif',
'mad' : image_url + '/mad.gif',
'shocked' : image_url + '/shocked.gif',
'laugh' : image_url + '/laugh.gif',
':/' : image_url + '/unsure.gif',
':|' : image_url + '/unimpressed.gif',
'sly' : image_url + '/sly.gif',
'pirate' : image_url + '/pirate.gif'
};


edit to:

Code:
var Faces = {
':)' : image_url + '/smile.gif',
';)' : image_url + '/wink.gif',
':(' : image_url + '/frown.gif',
':P' : image_url + '/tongue.gif',
'cool' : image_url + '/cool.gif',
'blush' : image_url + '/blush.gif',
'angelic' : image_url + '/angelic.gif',
'crazy' : image_url + '/crazy.gif',
'mad' : image_url + '/mad.gif',
'shocked' : image_url + '/shocked.gif',
'laugh' : image_url + '/laugh.gif',
':/' : image_url + '/unsure.gif',
':|' : image_url + '/unimpressed.gif',
'sly' : image_url + '/sly.gif',
'pirate' : image_url + '/pirate.gif'
'funnypost' : image_url + '/x-funnypost.gif'
};

Edit the file for more Smiles
You have to edit this to make other Smiles possible


greeting hoefti


in your basic editor the picture is indicated
Now you must edit the file to make it possible in the advance Editor
linktobuy Web Directory
Ratgeber Recht

Last edited by:

hoefti: Nov 12, 2003, 11:43 PM
Subject Author Views Date
Thread Smilies Boomer 9009 Nov 9, 2003, 10:45 AM
Post Post deleted by hoefti
hoefti 8888 Nov 9, 2003, 10:55 PM
Thread Re: [Boomer] Smilies
Boomer 8854 Nov 11, 2003, 8:36 AM
Thread Re: [Boomer] Smilies
hoefti 8833 Nov 12, 2003, 11:39 PM
Post Re: [hoefti] Smilies
Boomer 8851 Nov 12, 2003, 11:52 PM
Thread Re: [hoefti] Smilies
Boomer 8821 Nov 15, 2003, 1:53 PM
Thread Re: [Boomer] Smilies
Jagerman 8803 Nov 15, 2003, 7:56 PM
Thread Re: [Jagerman] Smilies
Boomer 8791 Nov 16, 2003, 6:42 PM
Thread Re: [Boomer] Smilies
SalB 8253 Feb 27, 2005, 7:15 AM
Thread Re: [SalB] Smilies
SalB 8213 Mar 21, 2005, 12:31 AM
Post Re: [SalB] Smilies
bretzke 8190 Mar 21, 2005, 8:16 AM