Add ability to prune all comments from a node but not the node

Created on 21 December 2006, over 17 years ago
Updated 23 May 2023, about 1 year ago

Right now you can move an entire node with comments to another node, but then the node itself becomes a comment. I want a way to be able to move all comments from node/x to the same level of hierarchy at node/y.

Node X
-comment 1
--comment 1a
-comment 2

move to
Node Y
-comment 1
--comment 1a
-comment 2

Right now, the module will only let you move Node X's comments to Node Y like this:

Node Y
-Node X
--comment 1
---comment 1a
--comment 2

Currently you can only do this by individually pruning each top level comment (comment 1 and 2) in the trees above. For a node with 10s and 100s of comments this is not realistic. I will look at the code and see how this works but I am guessing it might be difficult to implement this way? Any ideas?

✨ Feature request
Status

Closed: won't fix

Version

1.0

Component

User interface

Created by

🇺🇸United States bryan kennedy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024