I use this themes for my Forum
http://community.mybb.com/thread-50208-page-22.html I like this theme before, but after installation. I have a problem with the themes. There is not shown Image Button
![[Image: postbit_reputation.gif]](https://camo.mybb.com/cb7bc07f23a9a53a93795ba373f4abc4faf33034/687474703a2f2f636f6d6d756e6974792e6d7962622e636f6d2f696d616765732f656e676c6973682f706f73746269745f72657075746174696f6e2e676966)
for add reputation, so i want ask to all people in here how to add this button on postbit and button add reputation will shown again.
It's a 1.4 theme, there will be a number of 1.6 features missing.
It's a 1.4 theme so it's not going to have any of the code to show any 1.6 features in it. You could revert the postbit and postbit_classic templates to default, but I don't know if these templates have any other edits for this theme, and you'll also have to revert a lot of other templates to default which means parts of the theme may break.
- Solved -
I have editing postbit and postbit_classic template and then I add this code to templates :
<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="{$theme['imglangdir']}/postbit_reputation.gif" alt="{$lang->postbit_reputation}" title="{$lang->postbit_reputation}" /></a>
