MyBB Community Forums

Full Version: newthread.gif issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying my best to use a .PNG version of the newthread button for my install of MyBB and am having no luck at all with it.

I have changed my showthread_newthread from this:
<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>&nbsp;

To this:
<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.png" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>&nbsp;

And yet MyBB see's fit to continue using the .gif version no matter what. Is this a bug? or am I overlooking something?

Thanks
Is this the new thread button that shows on forumdisplay (The page with the list of all threads) or are you trying to show this newthread button on the actual thread?

If its the forumdisplay page then you need to edit the forumdisplay_newthread template.
Ah that was it thank you G33K!