1
I am converting a non-xoops site to XOOPS and am importing 759 users, and 12,769 comments. Is there a way I can cause XOOPS to Sync all comments/posts so the people's Post and Rank will be correct?
I really don't want to edit each user and Sync each user manually. I have done quite a bit of programming with this conversion and some needed modules, so I'm not against even writing some sorta SELECT uid FROM xoops_users... $xoopsUpdateComments->forUid(uid) script either.
Thanks,
CoolPops