This is already in mybb 1.6 with this button:
(2011-01-01, 03:51 AM)alv4 Wrote: [ -> ]This is already in mybb 1.6 with this button:
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>