MyBB Community Forums

Full Version: gif to png in postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

the current buttons on my site are in gif format, I downloaded an image pack from the forum and they're in png. How do I edit the template so it chooses the png buttons instead of the gif buttons? Thanks!
AdminCP-->Templates&Themes/Your Template/Postbit Templates/postbit_find,postbit_edit you need to change the directory of the files of the button like this for example
<img src="{$theme['imglangdir']}/postbit_find.gif" alt="{$lang->postbit_find}" title="{$lang->postbit_find}" />
you need to change this so
<img src="{$theme['imglangdir']}/postbit_find.png" alt="{$lang->postbit_find}" title="{$lang->postbit_find}" />
Thank you! I can't seem to find the buttons for new thread, new reply and etc.
Yes the new reply and closed you can find it in showthread and the new thread you can find it in forumdisplay