danger@
Member
Hello,
we have gone through a conversion (not direct) from vB 3.7 to phpBB and lately we have moved to XenForo. The thing is that when we were on vB, we had installed an addon 'post thanks' which allowed users to give thanks to a post if they liked it. We didn't have a similar feature when we were on phpBB, however XF has 'likes'. Since we have our vB database still around, I decided to import the 'thanks' into XF likes system. I wrote a simple script that added all the data to xf_liked_content table. Unfortunately, adding the data to this table does not seem to be sufficient, because a) the user info 'likes received' doesn't seem to reflect the new count, and also the posts does not seem to reflect the info about likes received. I suspect it's cached somewhere somehow... Do I need to update some other fields, during the import? Or should I rebuild some caches? Thanks!
we have gone through a conversion (not direct) from vB 3.7 to phpBB and lately we have moved to XenForo. The thing is that when we were on vB, we had installed an addon 'post thanks' which allowed users to give thanks to a post if they liked it. We didn't have a similar feature when we were on phpBB, however XF has 'likes'. Since we have our vB database still around, I decided to import the 'thanks' into XF likes system. I wrote a simple script that added all the data to xf_liked_content table. Unfortunately, adding the data to this table does not seem to be sufficient, because a) the user info 'likes received' doesn't seem to reflect the new count, and also the posts does not seem to reflect the info about likes received. I suspect it's cached somewhere somehow... Do I need to update some other fields, during the import? Or should I rebuild some caches? Thanks!