MyBB Community Forums

Full Version: Reutation button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I impletate this reputation button?

[attachment=19190]
impletate...?? Can you rephrase that??
If you mean implement it to a new theme , you need to Edit Template: Post Bit Templates >> postbit_classic

Find:
{$post['button_find']}

Add along side:
{$post['button_rep']}

Then you need create the image you want , name it : postbit_reputation.gif

Then add it to /images/yourtheme/english/postbit_reputation.gif
You should just revert the template to default because there are probably other changes here too, unless you view a diff report and make all necessary changes.