MyBB Community Forums

Full Version: Remove these images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I remove or change these images from the panel?
[attachment=32753]
Admin CP > Templates > Header Templates > header_welcomeblock_member

You should find something like this:

<a href="private.php" title="Messages ({$mybb->user['pms_unread']} unread)" class="jewel-container"><span class="jewel">{$mybb->user['pms_unread']}</span><img src="image URL here"></i></a>

Well, simply delete <img src="img url"> codes, and they should be gone after that.

or post your code here, below, and let me help you out if you didn't understand me.
in the folder /images/
look at headerlinks_sprite
you can change them to your own needs
I didn't find that code in there since I modified it a little bit. I am also not linking to any external images. I want each of them to have a different image but not with the sprite system.