Our forum moderators wish to have a function which allows to delete an individual forum entry.
Currently, if a forum entry is deleted, the subtree starting at the entry goes away as well.
As a workaround, we are currently using the Censorship function instead. This works pretty well, but leaves sort of 'empty' entries in a thread.
I suggest to alter the "Are you sure you want to delete this article including any responses?" dialog, so that it will have the following appearance:
Code:
Do you really want to delete this article
[ ] Delete all responses to this article as well
Cancel Confirm
The square brackets stand for a check box. By default, this check box is not selected, so that users don't accidentaly delete too many entries.
What do you think about this feature? Is there a better solution for this?