MyBB Community Forums

Full Version: get value of user reputation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to code php some thing, and I need reputation value.

I try $post['userreputation'], but it just show the number of reputation and the link to add rep, ofcourse.

But I want to get that value to make some formular in my code (eg: rep per days = repuation / day reg), but I don't know how to get value of reputation.

So, how can I do it?