DS_Kid wrote:
Quote:
So.. where do I put that code?
I put it with the default icons under "baseUrl". So, mine looks like:
Code:
baseUrl: 'http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/',
icons: {
// if you're using icons on more than one server you must put the full URL
// for each below, e.g.:
// 'yarr' : 'http://example.com/yarr.gif',
'toastpaint' : 'toastpaint.gif',
'jibbly' : 'jibbly.gif',
'lech' : 'lech.png',
'yarr' : 'yarr.png',
'yay' : 'yay.gif',
'[img]http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/mariorun.gif[/img]' : 'mariorun.gif',
'[img]http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/ss_smile.png[/img]' : 'ss_smile.png',
'[img]http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/ss_sad.png[/img]' : 'ss_sad.png',
'[img]http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/ss_angry.png[/img]' : 'ss_angry.png',
'[img]http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/ss_narroweyes.png[/img]' : 'ss_narroweyes.png',
'[img]http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/ss_wha.png[/img]' : 'ss_wha.png',
'[img]http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/ss_wistful.png[/img]' : 'ss_wistful.png',
'[img]http://nwfcwiki.org/forum/images/smiles/HR%20Wiki/ss_yawn.png[/img]' : 'ss_yawn.png',
}
};
I see.
Mine looks like this:
Code:
data = {
// If you want to use icons on more than one server, change this to:
// baseUrl: '',
baseUrl: '',
icons: {
// If you're using icons on more than one server you must put the full URL
// for each below, e.g.:
// 'yarr' : 'http://example.com/yarr.gif',
// NOTE: Make sure every line in this section has a comma at the end
'toastpaint' : 'http://www.swirlee.org/emoticons/set1/toastpaint.gif',
'jibbly' : 'http://www.swirlee.org/emoticons/set1/jibbly.gif',
'lech' : 'http://www.swirlee.org/emoticons/set1/lech.png',
'yarr' : 'http://www.swirlee.org/emoticons/set1/yarr.png',
'yay' : 'http://www.swirlee.org/emoticons/set1/yay.gif',
'sad' : 'http://www.swirlee.org/emoticons/dumpus/ss_sad.png',
'angry' : 'http://www.swirlee.org/emoticons/dumpus/ss_angry.png',
'narroweyes' : 'http://www.swirlee.org/emoticons/dumpus/ss_narroweyes.png',
'smile' : 'http://www.swirlee.org/emoticons/dumpus/ss_smile.png',
'wha' : 'http://www.swirlee.org/emoticons/dumpus/ss_wha.png',
'wistful' : 'http://www.swirlee.org/emoticons/dumpus/ss_wistful.png',
'yawn' : 'http://www.swirlee.org/emoticons/dumpus/ss_yawn.png',
}
};
And it works fine. But I'm still wondering if there's an easy way to add them just by adding another URL.
EDIT: Oh look, it's IJ. Hi! Anyway, is there an easy way to make both sets appear at the same time?