Fixed Sprite smilies are missing from Admin editor

Milano

Well-known member
Admin Editor.webp

PHP:
$templateParams = array(
            'displayStyles' => array(),
            'smilieSprites' => array(),
            'xenOptions' => XenForo_Application::get('options')->getOptions(),
            'customBbCodes' => !empty($bbCodeCache['bbCodes']) ? $bbCodeCache['bbCodes'] : array(),
            'dir' => $this->_params['dir'],
            'pageIsRtl' => ($this->_params['dir'] == 'RTL')
        );

smilieSprites param is empty, as a result all sprite smilies are missing.
 
Can you be specific about where the sprite smilies are failing to appear, because they seem to be appearing as expected both here and on my local development installation.
 
Can you be specific about where the sprite smilies are failing to appear, because they seem to be appearing as expected both here and on my local development installation.

They are missing if i created the editor in admin template, sorry if i didn't make it clear.
 
Top Bottom