MyBB Community Forums

Full Version: Help! Reputation button is not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have already set all rep settings to yes and rep comments per page = 15. I have also checked on my root folder, the postbit_reputation.gif is also there. But still, the button is not showing. Sad

Please help me. The link to my site is emishu-forums.net.
I will really appreciate your help.
Navigate to AdminCp -> Templates & Style -> Templates -> Your Theme's Templates -> Post Bit Templates -> Postbit

Does the following piece of code exist in that template?

{$post['button_rep']}
(2012-11-18, 08:58 PM)Vernier Wrote: [ -> ]Navigate to AdminCp -> Templates & Style -> Templates -> Your Theme's Templates -> Post Bit Templates -> Postbit

Does the following piece of code exist in that template?

{$post['button_rep']}

It's not there. What do I do next? Huh

Edit: I inserted the above code to the template and got this image:
[Image: sonlineshopcheapandlegi.jpg]

How do I integrate it to the rep image?
Make sure the button image "postbit_reputation.gif" is present in your theme language folder.

images/mytheme/english (for example).
Thanks, effone! I will definitely try this. Smile

(2012-11-19, 07:45 AM)effone Wrote: [ -> ]Make sure the button image "postbit_reputation.gif" is present in your theme language folder.

images/mytheme/english (for example).

Wow! You're epic bro! It worked like charm. Thanks!