MyBB Community Forums

Full Version: How can I change the on/off icons to numbers~??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im pretty good at editing templates n stuff... but Im trying to change the on/off icons to "0" and "1" ... 1 for on and 0 for off ( binary )

is there any way to do this~?? thanks
Edit the on.gif, off.gif, and the offlock.gif in your photo editor of choice and upload them overwriting the current images in the /images/ directory.
I think he doesn't want to use images but numbers.

As the code states:
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>

You will have to find "$lightbulb" and modify it to your needs.
You could just get a "Number 1" and "Number 2" icon and upload them as on.gif and off.gif
Yeah I know. I just wanted actual text because Im taking off as many images as I can in order to increase performance.