MyBB Community Forums

Full Version: Code for + rep button in postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Our reputation isn't keeping tabs on the post it was repped from. (like it does here on these forums.)

Example: we aren't getting get this part of the rep:
"Rating given for Post #16390"

I assume it's because the url code I'm using is incorrect. If so, what is the proper code for this?

We're using this as the link:
javascript:MyBB.reputation({$post['uid']});
Replace that with:
javascript:MyBB.reputation({$post['uid']},{$post['pid']});