Not a bug [1.1 B2] Sprite Smilies Do Not Show In the Help Screen

Kevin

Well-known member
Licensed customer
With 1.1 Beta 2, after switching the base 30 smilies from their .png versions to the new sprite sheet versions, the smilies that are defined as being in a sprite sheet no longer show up inthe "Help / Smilies" screen.

When viewing the page source the sprite defined smilies are pointing to clear.png instead of the actual sprite sheet.

Example:
Code:
<tr class="dataRow">
    <td>
              <img src="styles/default/xenforo/clear.png" alt="Smile" class="mceSmilieSprite mceSmilie1" />
    </td>
    <td>Smile</td>
    <td>
              <span class="smilieTextRotator90"><span class="smilieText">:)</span></span>
              <span class="smilieTextRotator90"><span class="smilieText">:-)</span></span>
              <span class="smilieTextRotator270"><span class="smilieText">(:</span></span>
    </td>
</tr>
Any chance 'clear.png' was a place holder for the template change to be done? :D

EDIT: Looks like they don't appear anywhere except for the ACP Smilies editor.
 
Did you run Kier's script?

I had the same problem with the editor dropdown in Beta 1.
I'll try again with Beta 2.
 
They are showing again after I added a new smiley definition as opposed to going into an existing one and saving it. :confused:
 
You probably need to make an actual edit to a smilie rather than just saving with no changes - the data writers are pretty clever at working out whether or not they need to do a cache rebuild.
 
You probably need to make an actual edit to a smilie rather than just saving with no changes - the data writers are pretty clever at working out whether or not they need to do a cache rebuild.
If I run into it again, I'll try to change the data & then save instead of just saving, thanks. :)
 
Back
Top Bottom