how to merge topics in admin ?
-
up ................
-
Excuse me but, what do you all mean by merging topics? I do not understand the idea behind it.
-
@jarey said in how to merge topics in admin ?:
Excuse me but, what do you all mean by merging topics? I do not understand the idea behind it.
There´s an option to divide topics , why not one for merge similar ones?!
When you merge a topic, the posts of one topic are added into the other topic. -
There is some issues on github about that but not developed yet
-
@sanatisharif seems legit. The thing i can not see clearly is how you would mix the posts from both topics, since the order on each topic is essential to presserve the meaning of the 'conversation'. If you do it by post date, the topic merged could turn into a non-sense.
-
@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.