Kevin
Well-known member
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:
Any chance 'clear.png' was a place holder for the template change to be done? 
EDIT: Looks like they don't appear anywhere except for the ACP Smilies editor.
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>

EDIT: Looks like they don't appear anywhere except for the ACP Smilies editor.