×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Delete Button!

Delete Button! 14 years 7 months ago #6927

  • was
  • was's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 44
  • Thank you received: 0
When a moderator clicks the delete button of a comment from frontend, the commentary is completely removed from the database!
But it's very important to keep track (IP, email,...) of all the moderation team!

So the delete button must expose the review without removing the database (status "enabled" to "disabled")

The delete button should make the comment visible without removing from database (status "enabled" to "disabled").

Thank you in advance!

Delete Button! 14 years 7 months ago #6929

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
right now the moderation system sucks a little bit.

What I think to do is:

when a moderator edit a comment, then this action should be saved in a new database table with id, old text and Id of the moderator that made the change. This way we will know who made what.

Another thing is to have a new field delete and set it to 1 for deleted messages.

Delete Button! 14 years 7 months ago #6930

  • was
  • was's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 44
  • Thank you received: 0
++
A field for the remarks of the moderator (reason, a brief summary of the changes ...)

Delete Button! 14 years 1 month ago #9315

  • was
  • was's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 44
  • Thank you received: 0
for desabled comment from frontend :

in function deletePost($id = -1)
$database->SetQuery("UPDATE jos_comment SET published=0 $where");

rename delete button in your .ini file
  • Page:
  • 1
Time to create page: 0.101 seconds