I want to use more Smilies in another Path. Which files do I have to change to do this? I thought it would be:
fckconfig.js so I insert this:
// Smiley Dialog
FCKConfig.SmileyPath = FCKConfig.BasePath + "../../../Design/html/Smilies/" ;
FCKConfig.SmileyImages = ["angry.gif, shuriken.gif, sick.gif, sleep.gif, sleeping.gif, smile.gif, sorcerer.gif, sorry.gif, spam1.gif, w00t.gif, wacko.gif, wassat.gif, welcomeani.gif, whistling.gif, wink.gif, wub.gif, zorro.gif"] ;
FCKConfig.SmileyColumns = 12 ;
FCKConfig.SmileyWindowWidth = 400 ;
FCKConfig.SmileyWindowHeight = 300 ;
But nothing hapened and there are still the old smilies.
Why? Where do I have to change something?
fckconfig.js so I insert this:
// Smiley Dialog
FCKConfig.SmileyPath = FCKConfig.BasePath + "../../../Design/html/Smilies/" ;
FCKConfig.SmileyImages = ["angry.gif, shuriken.gif, sick.gif, sleep.gif, sleeping.gif, smile.gif, sorcerer.gif, sorry.gif, spam1.gif, w00t.gif, wacko.gif, wassat.gif, welcomeani.gif, whistling.gif, wink.gif, wub.gif, zorro.gif"] ;
FCKConfig.SmileyColumns = 12 ;
FCKConfig.SmileyWindowWidth = 400 ;
FCKConfig.SmileyWindowHeight = 300 ;
But nothing hapened and there are still the old smilies.
Why? Where do I have to change something?