2013-07-05, 08:03 AM
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
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