By John Wang on Wednesday, 11 October 2017
Posted in Technical Issues
Replies 4
Likes 0
Views 547
Votes 0
Hi:
I created one discussion post on group A, but this discussion topic should not appears on this group, it should appears on another group. But I don't want to delete this post. How can I move this discussion post from group A to group B.
Unfortunately currently we do not have allow user to switch Easysocial group discussion at this point of time.

But you can modify the data through your database in these following table :
- #__discuss_posts
- #__discuss_thread

And refer on my attached screenshot below, what you need to do is :
1. Find your discussion id from this table #__discuss_posts

2. Under that row data you will notice there got `thread_id` and `cluster_id`.
- `thread_id` is discussion thread id
- `cluster_id` is Easysocial group id

3. You have to change this `cluster_id` to what Easysocial group you would like to move to.

4. Then find your discussion thread id in this table `#__discuss_thread` then change this `cluster_id` as well.

Hope this will help.
·
Thursday, 12 October 2017 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
prefer to delete the posts!
·
Thursday, 12 October 2017 16:05
·
0 Likes
·
0 Votes
·
0 Comments
·
We will see if we can improve this in the future version.
·
Thursday, 12 October 2017 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post