how to merge topics in admin ?
-
@evoixmr you can "turn off" the reply as topic button for bite by hiding it with CSS.
-
@evoixmr you can use this in your custom CSS:
[component="topic/reply/container"] .btn.dropdown-toggle { display: none; }
-
@sanatisharif I'm trying to think of a situation where this would be useful. The only scenario in my head would be a topic that is the same as another but doesn't have a conversation yet. If both topics had more than just that first post you'd end up adding a different conversation (though related) to the first conversation. It has a big potential to confuse users. Although, seeing as it is an admin function, it would be up to the admin to determine when it is best suited. So not a horrible feature, but I don't actually see it being used very often.
-
https://github.com/NodeBB/NodeBB/issues/4804 - seems like this will be released in 1.7.2
-
@kelnel you merge two topics by selecting them both in the category view, and going up to the topic menu.
-
I'll pretty sure that it's by posting date, and there's no way around it. I assume you've already checked selecting them in different orders.
I think you should also be able to move selected posts from inside another topic and move them to the second.