MyBB Community Forums

Full Version: Move On/Off Down -- Change On/Off Image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First and foremost, is there anyway to center the on/off image, in index view, with the forum title and description?

[Image: forumdownne6.jpg]

Secondly, I've figured how to change the on/off images at the bottom of the index, but apparently, it doesn't take effect throughout the rest of the index.

http://www.gengamer.com

You'll see the images are changed in the on/off key, at the bottom of the index.
your icons must be .gif

or

you need to change it into your forumbit_depth2_forum template to .png

Find
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" />

And for the 'centering' of those icons; open the same template ( forumbit_depth2_forum )

Find
<td class="{$bgcolor}" align="center" valign="top"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>

Change Inline "top" into "middle"
That worked! Thank you, Lex.