MyBB Community Forums

Full Version: Add Reputation Image is Not Shown on Themes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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] 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>

Big Grin