Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to merge communities? Basically, I want to delete unused communities but move their posts to another community. #2809

Closed
Bakcodi opened this issue Apr 15, 2023 · 6 comments
Labels
type: question General question

Comments

@Bakcodi
Copy link

Bakcodi commented Apr 15, 2023

Is there any technique to do this? During the initial days lot of communities were made, but now only handful are being used, and the rest has become a clutter. This is discouraging users from selecting the community while making a post, instead they would rather post it to the General community. Is there a way to remove those communities, but not delete its posts?

Maybe a direct database fix with some query?

@Bakcodi Bakcodi added the type: question General question label Apr 15, 2023
@Nutomic
Copy link
Member

Nutomic commented Apr 15, 2023

You could do it in the database by changing the community_id of these posts. However this might not play well with federation.

@dessalines
Copy link
Member

dessalines commented Apr 15, 2023

Queries are in #1445

You could then set the deleted column to true on the ones you find.

@malcyon
Copy link

malcyon commented May 8, 2023

Being able to move threads to another forum is a commonly implemented feature in software like vBulletin and phpbb. It helps keep conversation spaces focused on a particular thing. For example, if one particular sub-topic keeps repeatedly coming up, a new community can be spun up, and all new threads for that sub-topic can be moved to the new community. It's much better to have a thread be moved than just have it be deleted or locked. Just my opinion on the potential usefulness of this.

@dessalines
Copy link
Member

Being able to move threads to another forum

This can be done via the cross-post button, which will copy the content to wherever you like.

For now tho, merging federated communities (equivalent to merging users) is out of scope for us.

@dessalines dessalines closed this as not planned Won't fix, can't repro, duplicate, stale May 8, 2023
@Nutomic
Copy link
Member

Nutomic commented May 10, 2023

I think this would be a useful feature, so lets keep this open. However its not on our roadmap, contributions are welcome!

@Nutomic Nutomic reopened this May 10, 2023
@Nutomic Nutomic added enhancement New feature or request and removed enhancement New feature or request labels May 10, 2023
@Nutomic Nutomic closed this as completed May 10, 2023
@Nutomic
Copy link
Member

Nutomic commented May 10, 2023

On second thought, this is kind of a duplicate of #2345. Once that is implemented, multiple posts could be moved with an api client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question General question
Projects
None yet
Development

No branches or pull requests

4 participants