This is already in mybb 1.6 with this button:
![[Image: postbit_reputation.gif]](https://camo.mybb.com/cb7bc07f23a9a53a93795ba373f4abc4faf33034/687474703a2f2f636f6d6d756e6974792e6d7962622e636f6d2f696d616765732f656e676c6973682f706f73746269745f72657075746174696f6e2e676966)
(2011-01-01, 03:51 AM)alv4 Wrote: [ -> ]This is already in mybb 1.6 with this button:
![[Image: postbit_reputation.gif]](https://camo.mybb.com/cb7bc07f23a9a53a93795ba373f4abc4faf33034/687474703a2f2f636f6d6d756e6974792e6d7962622e636f6d2f696d616765732f656e676c6973682f706f73746269745f72657075746174696f6e2e676966)
correct, but I also want to incorporate it into the 'rate me' like the tutorial lists.
Go to: ACP > Templates > Postbit Templates > postbit_author_user > and add the following code in the bottom of all code;
<br />Rate: {$post['button_rep']}
Should result into this;
[
attachment=21087]
(2011-01-01, 06:20 AM)Yaldaram Wrote: [ -> ]Go to: ACP > Templates > Postbit Templates > postbit_author_user > and add the following code in the bottom of all code;
<br />Rate: {$post['button_rep']}
Should result into this;
thanks, but is there any way to simply use text over the actual button?
Yes,
Replace the above code with the following;
<br/>Rate: <a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});">Rep Me</a>