There in the editor.js file
That's the file that they are referenced in as:
':)' : '<%escape_js image_url%>' + '/smile.gif',
';)' : '<%escape_js image_url%>' + '/wink.gif',
':(' : '<%escape_js image_url%>' + '/frown.gif',
':P' : '<%escape_js image_url%>' + '/tongue.gif',
'cool' : '<%escape_js image_url%>' + '/cool.gif',
'blush' : '<%escape_js image_url%>' + '/blush.gif',
'angelic' : '<%escape_js image_url%>' + '/angelic.gif',
'crazy' : '<%escape_js image_url%>' + '/crazy.gif',
'mad' : '<%escape_js image_url%>' + '/mad.gif',
'shocked' : '<%escape_js image_url%>' + '/shocked.gif',
'laugh' : '<%escape_js image_url%>' + '/laugh.gif',
':/' : '<%escape_js image_url%>' + '/unsure.gif',
':|' : '<%escape_js image_url%>' + '/unimpressed.gif',
'sly' : '<%escape_js image_url%>' + '/sly.gif',
'pirate' : '<%escape_js image_url%>' + '/pirate.gif'
};
File has to be hand edited outside of gossamer admin, because for some reason (Im guessing it's built in protection) when trying to save to the server I get a message stating:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Every single time. So a hand editing it will be.
That's the file that they are referenced in as:
Code:
var Faces = { ':)' : '<%escape_js image_url%>' + '/smile.gif',
';)' : '<%escape_js image_url%>' + '/wink.gif',
':(' : '<%escape_js image_url%>' + '/frown.gif',
':P' : '<%escape_js image_url%>' + '/tongue.gif',
'cool' : '<%escape_js image_url%>' + '/cool.gif',
'blush' : '<%escape_js image_url%>' + '/blush.gif',
'angelic' : '<%escape_js image_url%>' + '/angelic.gif',
'crazy' : '<%escape_js image_url%>' + '/crazy.gif',
'mad' : '<%escape_js image_url%>' + '/mad.gif',
'shocked' : '<%escape_js image_url%>' + '/shocked.gif',
'laugh' : '<%escape_js image_url%>' + '/laugh.gif',
':/' : '<%escape_js image_url%>' + '/unsure.gif',
':|' : '<%escape_js image_url%>' + '/unimpressed.gif',
'sly' : '<%escape_js image_url%>' + '/sly.gif',
'pirate' : '<%escape_js image_url%>' + '/pirate.gif'
};
File has to be hand edited outside of gossamer admin, because for some reason (Im guessing it's built in protection) when trying to save to the server I get a message stating:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Every single time. So a hand editing it will be.