MyBB Community Forums

Full Version: How to change PM Icons?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to change the icons for PMs (read, unread, etc) but cant seem to find them in templates.
Possibly a part of image sprites.
private_messagebit template

<img src="{$theme['imgdir']}/{$msgstatus}.png" alt="{$msgalt}" title="{$msgalt}" />
nothing, i tried even removing the icon completely from the messagebit template and its still showing broken images.

ok well this is interesting. I put a font awesome icon in the place where {$icon} was originally and it added the icon to the table but the broken images are apparently something else.