Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

How to Un-approve?

edited August 2012 in Vanilla 2.0 - 2.8

Great plugin by the way!

Is there any way to unapprove a comment (not delete) ... If approved by accident, or wish to requeue an item for moderators to approve? If not, can you point me to the place in the code that might help me mod this plugin to create an unapprove link?

Comments

  • Options
    AoleeAolee Hobbyist & Coder ✭✭

    the best way to implement this is to add orattach an "unapprove" link within the line "Reply Quote Edit Flag Like " and this link should only be visible to the admins or moderators.

    then upon clicking this link, pass the id of the comment to the method that will set the post's hidden column value to "Y".

Sign In or Register to comment.