MyBB Community Forums

Full Version: How do I change the icons?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, I need some help, how can I change the post icons?
The one "off,on,offlock" I managed to change the ones in the footer, but not the ones appearing on the index, any ideas please?
Just upload the other images and overwrite.
I did, but I wan't them in PNG, what do I need to change?

I have changed this:
<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.png" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.png" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.png" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
I don't know, but change the file format to gif... it doesn't do that much actually.
Do a search and replace in the templates. Replace on.gif with on.png, do the same for each. Or you could find them all in the templates, but that'll be a lot harder.
I have changed it in the template.

but nothing happends still..
They aren't in the templates and they are very difficult to change, you can just change the extension of your .png files to .gif and it will work fine though.
Yes, but the graphics looks horrible in .gif.
(2010-07-03, 01:54 PM)Claritty Wrote: [ -> ]Yes, but the graphics looks horrible in .gif.

Upload them as .png then change them to .gif in your ftp client. Wink

If you actually want to use .png you need to change them in forumbit_depth2_cat and forumbit_depth2_forum, you also need to edit .jscripts/general.js if you want the "click to mark forum as read" feature to work.
Thanks a lot mate!
Pages: 1 2