Why did you run the repair command? What's the output of the mongo -u admin -p your_password --authenticationDatabase=admin command?
Solved how to merge topics in admin ?
-
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.
-
I also have users that keep using the reply as topic, it'll be nice to be able to merge both topic or turn off the reply ss topic button.
-
@evoixmr you can "turn off" the reply as topic button for bite by hiding it with CSS.
-
@PitaJ I know this is off topic but can you tell me exactly what to change?
-
@evoixmr you can use this in your custom CSS:
[component="topic/reply/container"] .btn.dropdown-toggle { display: none; }
-
@PitaJ That worked thanks.
-
We can easily move posts of second topics to end of first topic just after last post.
Topic 1
Topic 1 first post
...
....
Topic 1 last post
Tpoic 2
Topic 2 first post
....
...
Topic 2 last post -
@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.
-
This is a real example:
-
https://github.com/NodeBB/NodeBB/issues/4804 - seems like this will be released in 1.7.2
-
Yes indeed, @baris heard everybody's pleas and added it
-
How are we doing on the "merge topics" front? I'm trying to merge some topics together as admin but can't find the option to do so. Has this been implemented and I'm too dumb to find it?
-
@kelnel you merge two topics by selecting them both in the category view, and going up to the topic menu.
-
@pitaj Thank you so much!
-
Is it possible to reverse the way these two topics are merging? I would like "ADA Masternode" to merge to "The Tavern" and not the other way around
-
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.
-
Yes, the way topic merging works is to combine the posts as they are posted, so timeline is not disrupted. We don't just append the posts from topic to topic like in other softwares.
-
@julian The merge topic is not working. Please see attached image. hopefully it is self explanatory. Basically the Merge key remains inactive, even though topics have been selected. Please advise. Thanks!
-
Can you please report this to our GitHub repo?