MyBB Community Forums

Full Version: Off.gif, offlock.gif and on.gif
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wonder what I have to edit in the templates to change the url of these icons?
If you want to change them to .png you can do the following.
ACP >> Templates & Styles >> Templates >> Your Theme >> Forumbit Templates >> forumbit_depth2_forum
Search for .gif and change it to .png
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
Ok thanks mate!
No problem, glad to be off help.
Certain functions won't work because they .gif are hard coded into the javascript. So you'll need to hunt them down in there too and make those changes too.
Everything's good except in the footer template.
It shows me the old .gif buttons, I'm sure there was a code to edit but I forgot it.
Helpies please? Smile
Place to modify the legends shown above footer is 'index' template.
I had the exact same problem with the exact same files, lol thanks. Trying this now. Smile.