MyBB Community Forums

Full Version: How to add rep button to postbit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Gentlemen and ladies,
Has anyone ever added a "rate member" button to the postbit?

How would you form the link so that it picks up the poster's UID?

This is what I tried - it opens the popup but doesn't pass the UID.
<a href="javascript:MyBB.reputation({$user['uid']});">Rate User</a>

Thanks!
Change above to this;
<a href="javascript:MyBB.reputation({$post['uid']});">Rate User</a>