MyBB Community Forums

Full Version: Recount reputation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys!

I have merged my old phpbb forum with mybb. Everything went smooth and now I would like to transfer data from phpbb_karma into mybb forum.

I have copied all the data from phpbb_karma into mybb_reputation table.

Is there any plugin that would recount reputation or do I need to run a sql query to count all the karma +1s and -1s and write them into appropriate fields of mybb_users?

Will it be enough to show all the comments and stuff when you click on user's reputation?

edit: or maybe it can be done with a snippet of php code? (from reputation.php)
Thanks in advnace