Add ability to prune all comments from a node but not the node
| Project: | Comment mover |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
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?

#1
I don't think this is difficult to implement. The only "problem" would be; how to present this feature it to the user.
#2
+1 for this, would be very useful.
Will give the GUI part a thought.
#3
Closing, 4.7 is no longer being supported or maintained.
#4
#5
Glad to see there is some possible new development on this module. It would still be useful to me in a d6 version.
#6
Agreed. This will be in upcoming 2.x series.