MyBBThemes Community

Full Version: Thanks mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Allows you to click a Thank button at the end of a user's post to add to their reputation.
(Uses Zaher1988's thank button)

Installation:
Go to your Forum Admin CP > Templates > *YOUR TEMPLATE SET* > Postbit > postbit

Find:
Code:
{$post['button_report']}

Add after it:
Code:
<a href="javascript:MyBB.reputation({$post['uid']});"><img src="{$theme['imglangdir']}/thank.gif" alt="{$lang->rate_user}" /></a>

Please upload this image to your ./images/english directory:
[attachment=88]
with the name of thank.gif


Screenshot:
[attachment=89]
Neat. That is pretty useful. :) Might try that.
Awesome idea! Maybe you guys should implant that here, or add a thanks mod here ?
i have an ideea .. when a user is thankq, his name is should apear after post :P
Thats a plugin, and already available. This is for reputations.
thank you...
at me it isnt work .. dont apear button Thanks
Make sure the button is in your ./images/english button directory with the name of thank.gif ;)
Done :D. Thanks :P
Nice. Thank you
Pages: 1 2
Reference URL's