By André Eidskrem on Monday, 29 May 2017
Posted in General Issues
Replies 3
Likes 0
Views 304
Votes 0
We're using EasyBlog and EasySocial, and we want users to be able to tag eachother in the comments (like: what do you think about this @John...)
As far as I can see, this can only be done using the EasySocial comments in EasyBlog, and not using the built-in comment system or Komento?

If so, how can I migrate the comments we already have from Komento over to EasySocial comments. I only see migration the other way. Can you help us with this? (Backup has been taken)
Yes, currently we do not have mention user feature from the Easyblog build-in comment/Komento system, and the migrator also do not have migrate Komento comment into Easysocial comment system at this point of time.
·
Monday, 29 May 2017 13:10
·
0 Likes
·
0 Votes
·
0 Comments
·
But I guess I can move the comments using PhpMyadmin?
·
Monday, 29 May 2017 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually that is not quite easy to move the Komento comment into Easysocial comment table from database if there got a lots of the Komento comment data, you can check my attached screenshot below and see how the Easysocial comment table structure.

1. Easysocial comment system do not have support reply in multiple level, mean if do this migration, it will make all the child reply move into the top level.

2. I believe your existing Easysocial comment table already stored a lots of comment data from your Easysocial page, it required a PHP script to help you auto increment that `lft` and `rgt` columns during the migration in order to show correct comment level on the blog page.
·
Monday, 29 May 2017 14:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post