We imported a VB board into XF recently. All the VB "reputations" (aka 'karma') were imported into XF as "likes". On the VB board, reputation was anonymous. However now, all the "likes" are associated with the user that gave them, so if a user cares enough they can go back and figure out who gave them negative/positive reputation. We haven't yet activated the "likes" feature on XF for users.
We considered just deleting all the likes to preserve privacy, but that seemed extreme. Then my helper suggested that we can "execute a MySQL query that would go through the XF DB and assign all historical likes to the existing anonymous userID."
We actually have an account that is anonymous; it's used for anonymous posts. Is there an easy SQL query we can execute that would assign ALL previous 'likes' to that user? To make it look like they all came from that anonymous user?
Thanks in advance!!
We considered just deleting all the likes to preserve privacy, but that seemed extreme. Then my helper suggested that we can "execute a MySQL query that would go through the XF DB and assign all historical likes to the existing anonymous userID."
We actually have an account that is anonymous; it's used for anonymous posts. Is there an easy SQL query we can execute that would assign ALL previous 'likes' to that user? To make it look like they all came from that anonymous user?
Thanks in advance!!