allow soft/hard deletion of comments
Status: Beta
Brought to you by:
jayeshsh
We need to implement soft and hard deletion of comments
through the admin panel.
Logged in editors or administrators should be able to:
1) "Deactivate a comment" - soft delete it, by setting
a database bit to zero
2) "Permanently delete a comment" - delete a comment
permanently from the database.
Logged In: YES
user_id=809642
I have currently implemented soft deletion of comments.
The affected files are:
adminpear/comments_class_two.php
adminpear/index_comments.php
This should hopefully make it into the next release of Rilke
CMS (1.0 beta?).