R
ragtek
Guest
The link to the sprite background image in the editor_ui.css admin template is wrong.
Search for
replace with
Because of the false path, the smiley & code image are missing from the editor

Search for
Code:
background: url('{xen:property imagePath}/xenforo-ui-sprite.png') no-repeat -164px 0px;
replace with
Code:
background: url('{xen:property imagePath}/xenforo/xenforo-ui-sprite.png') no-repeat -164px 0px;
Because of the false path, the smiley & code image are missing from the editor
