Member
Member
energy0m   2006-05-25, 18:40
#1

is there any way to hold comments for admoin approval ? this would be a great way to moderate comment spam ...

Developer
Developer
trisweb   2006-05-25, 22:07
#2

Yep, comment moderation is in the works for 1.1... perhaps a month or more away.

Member
Member
alltruist   2007-11-06, 04:31
#3

What is the correct procedure to "approve" a comment? When I deselect "moderation" and click "delete and update moderation status" I get this:

Warning: array_diff() [function.array-diff]: Argument #2 is not an array in /home/powervo/public_html/gallery/zp-core/admin.php on line 232

Warning: Invalid argument supplied for foreach() in /home/powervo/public_html/gallery/zp-core/admin.php on line 233

Warning: Cannot modify header information - headers already sent by (output started at /home/powervo/public_html/gallery/zp-core/admin.php:232) in /home/powervo/public_html/gallery/zp-core/admin.php on line 266

Member
Member
sbillard   2007-11-06, 18:11
#4

There is a bug in the handling if all messages are released.

replace admin.php line 230
$notreleased = $_POST['notreleased'];
with
`if (isset($_POST['notreleased'])) {

    $notreleased = $_POST['notreleased'];

  } else {

    $notreleased = array();

  }`
Member
Member
birgi   2007-11-07, 04:16
#5

I'm having the same problem after upgrade.

When I turn on "Mark all comments for moderation", the user gets an error message.

Try it here: http://www.reakelly.com/gallery

Member
Member
sbillard   2007-11-07, 04:32
#6

This error is different from the one you described in your post http://www.zenphoto.org/support/topic.php?id=1853&replies=2. Please see the response to that post for the solution.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.