02-26-2007, 08:21 PM
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:
Add after it:
Please upload this image to your ./images/english directory:
[attachment=88]
with the name of thank.gif
Screenshot:
[attachment=89]
(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]
Might try that.

. Thanks