Shelley
Well-known member
Lol I didn't even know there was an option![]()
I think, am not 100% it uses individual imagery as default so you should be fine I think it's an option to enable smiley sprites.

Lol I didn't even know there was an option![]()
They are sprites by default (well my installation was) so am going through and changing them all to individual - would explain why none of my new smilies came upI think, am not 100% it uses individual imagery as default so you should be fine I think it's an option to enable smiley sprites.![]()
Just wanted to revisit my previous question: Is anyone using the animated smilies within this add-on? If so, does it affect how the page displays, or is it the same speed as before you added it? Thanks very much!
Yes, it is. Perfekt!...Is this stable for 1.1 B5?
Is there some way I can edit the happy_place template to make the smilies show by default?
Same, just added a sprite of 100 or so emotes and none of them are showing in this addon.After changing everything to the sprite package, the icons don't show: http://xenforo.com/community/threads/smiley-sprite-settings.21004
tinymce.each(smilies, function(smilie, smilieName)
{
if (typeof smilies === 'undefined' || smilies.length === 0 || smilies === {})
{
return;
}
var smilieFile = DOM.encode(smilie[1]),
smilieTitle = DOM.encode(smilie[0]),
smilieCode = DOM.encode(smilieName),
smilieLink = '<img src="' + smilieFile + '" title="' + smilieTitle + '" alt="' + smilieCode + '" class="smilie" />';
$happyPlace.append('<span class="smilieBox" alt="' + smilieTitle + '">' + smilieLink + '</span>');
Anyone has a idea how to do this? Really wish to use it with 1.1!Same, just added a sprite of 100 or so emotes and none of them are showing in this addon.
I guess the JS needs to be edited to work with CSS sprites, perhaps within these lines:
Code:tinymce.each(smilies, function(smilie, smilieName) { if (typeof smilies === 'undefined' || smilies.length === 0 || smilies === {}) { return; } var smilieFile = DOM.encode(smilie[1]), smilieTitle = DOM.encode(smilie[0]), smilieCode = DOM.encode(smilieName), smilieLink = '<img src="' + smilieFile + '" title="' + smilieTitle + '" alt="' + smilieCode + '" class="smilie" />'; $happyPlace.append('<span class="smilieBox" alt="' + smilieTitle + '">' + smilieLink + '</span>');
Alas, I don't know JS, so I really have no idea.![]()
So it´s not a problem of the addon itself?Same, just added a sprite of 100 or so emotes and none of them are showing in this addon.
I guess the JS needs to be edited to work with CSS sprites, perhaps within these lines:
Code:tinymce.each(smilies, function(smilie, smilieName) { if (typeof smilies === 'undefined' || smilies.length === 0 || smilies === {}) { return; } var smilieFile = DOM.encode(smilie[1]), smilieTitle = DOM.encode(smilie[0]), smilieCode = DOM.encode(smilieName), smilieLink = '<img src="' + smilieFile + '" title="' + smilieTitle + '" alt="' + smilieCode + '" class="smilie" />'; $happyPlace.append('<span class="smilieBox" alt="' + smilieTitle + '">' + smilieLink + '</span>');
Alas, I don't know JS, so I really have no idea.![]()
That's JS code from the addon, so I would imagine it's an issue with the addon itself. It needs to be updated to work with XenForo's new CSS sprites.So it´s not a problem of the addon itself?
We use essential cookies to make this site work, and optional cookies to enhance your experience.