Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 14 Years, 2 Weeks ago reputation question
#1
Solved: 14 Years, 2 Weeks ago
is it possible to use the code that links the post reputation with this tutorial?

http://community.mybb.com/thread-44236.html
#2
Solved: 14 Years, 2 Weeks ago
This is already in mybb 1.6 with this button:
[Image: postbit_reputation.gif]
[Image: 40DS6Te.png]

#3
Solved: 14 Years, 2 Weeks ago
(2011-01-01, 03:51 AM)alv4 Wrote: This is already in mybb 1.6 with this button:
[Image: postbit_reputation.gif]

correct, but I also want to incorporate it into the 'rate me' like the tutorial lists.
#4
Solved: 14 Years, 2 Weeks ago
Go to: ACP > Templates > Postbit Templates > postbit_author_user > and add the following code in the bottom of all code;
<br />Rate:&nbsp;{$post['button_rep']}

Should result into this;
   
#5
Solved: 14 Years, 2 Weeks ago
(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:&nbsp;{$post['button_rep']}

Should result into this;

thanks, but is there any way to simply use text over the actual button?

#6
Solved: 14 Years, 2 Weeks ago
Yes,

Replace the above code with the following;
<br/>Rate:&nbsp;<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});">Rep Me</a>
#7
Solved: 14 Years, 2 Weeks ago
(2011-01-01, 09:49 AM)Yaldaram Wrote: Yes,

Replace the above code with the following;
<br/>Rate:&nbsp;<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});">Rep Me</a>

thank you!
#8
Solved: 14 Years, 2 Weeks ago
Thanks.
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)