02-26-2007, 07:43 PM
Allows users to easily Rate a user by clicking a link in the postbit!
Installation Instructions:
Go to your Admin CP > Templates > *Your Template Set* > Postbit > postbit_author_user
Find:
And replace with:
(Example on MyBBT's postbit)
[attachment=87]
Installation Instructions:
Go to your Admin CP > Templates > *Your Template Set* > Postbit > postbit_author_user
Find:
Code:
{$post['replink']}And replace with:
Code:
{$post['replink']} - <a href="javascript:MyBB.reputation({$post['uid']});">Rate User</a>(Example on MyBBT's postbit)
[attachment=87]