MyBB Community Forums

Full Version: No Reputation Button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have just installed a new theme and found that there is no reputation button. I went to the image set within /english and found a rateuser.gif which I changed to postbit_reputation.gif and postbit_rep.gif.

Neither of those changes made it show up, so I don't think it is a missing image issue. Any ideas?
check Post Bit Templates --> postbit_rep_button
<br />{$lang->postbit_reputation} {$post['userreputation']}

That's what I find there. Does the image have to match what it says here? I tried postbit_reputation already.
^ that is for showing user's reputation AND rating user in general

below is for the reputation button ( add reputation to the user for the particular post )

<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>
What's your URL?
I was able to fix it. Thank you, ranjani.