MyBB Community Forums

Full Version: GIF image problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i have GIF image problem with mybb themes, no REP+ image only see text, how to fix it

<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="{$theme['imglangdir']}/postbit_reputation.gif" alt="{$lang->postbit_reputation_add}" title="{$lang->postbit_reputation_add}" /></a>

[Image: 504dbr.png]
Because your file extension in code png and you use gif, You should use from a extensions.
Even difference between uppercase and lowercase letters
i change to gif like before, and i try to png but its same thing
Can you post your postbit_rep_button template? Smile
here is

<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="{$theme['imglangdir']}/postbit_reputation.gif" alt="{$lang->postbit_reputation_add}" title="{$lang->postbit_reputation_add}" /></a>
Seems like you haven't uploaded that image or it's broken, because server can not find it.
You've to upload it or re-upload on this location:

/images/FaceBook-v1/english/postbit_reputation.gif
that solved problem thanks