Quote:
Originally Posted by garretbyrne
To bring up the post count you can go into your SQL DB and find "user" then you find the user you wish to edit and then you click edit (Pencil Image) and go to the bottom to where you can see "post_thanks_*****" then add in the value you wish click save.. you've now just changed the post count for that user.. BUT BE WARNED if you don't know what your doing I would recommend NOT going into the SQL DB one mistake and mess everything up on your site, but if you wish to go ahead make a backup.
G 
|
Under the "user" table I see the following (amongst others):
post_thanks_user_amount
post_thanks_thanked_posts
post_thanks_thanked_times
I don't see user names anywhere. How do I export those 3 fields and import them into my other database? I have already successfully added the post_thanks table but I'm still getting all zero's for the counts.
Edit:
Found each individual user. It would be too much work to change the counts manually. I want each person to retain their count and I want the threads to reflect who gave "thanks" as it did before I upgraded.