MyBB Community Forums

Full Version: change Forumps pictures
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For example here : http://fifamania1.clan.su/forum every forum has own picture how can i change default picture with something else
It would require a plugin and to my knowledge there isn't one for this right now. There is one for forum icons but not one to change the indicators of whether there is a new post or not.
Actually I thought I saw one. 1 sec.
Yea, is this what you need?
<snip>
(2010-11-15, 10:39 AM)Kyuubi Wrote: [ -> ]That's not even a MyBB powered forum...

It's an example.

You could do this quite easily without a plugin.

In forumbit_depth2_forum and forumbit_depth2_cat find:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

Replace with:
Quote:<img src="{$theme['imgdir']}/{$lightbulb['folder']}{$forum['fid']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

Then upload onXX.gif, offXX.gif and offlockXX.gif images, where XX is the forum ID.