Member
Member
birgi   2007-11-07, 04:18
#1

I just upgraded from 1.0.8

I was hoping to use comment moderation to ensure I can approve comments BEFORE they are visible to the world.

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

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

Any idea how I can fix this?

Thanks

Member
Member
sbillard   2007-11-07, 04:29
#2

In your theme image.php the code for checking for an error should be:
` if (isset($error)) {

          echo "";

            echo "";

              echo '';

              if ($error == 1) {

                echo "There was an error submitting your comment. Name, a valid e-mail address, and a spam-free comment are required.";

              } else {

                echo "Your comment has been marked for moderation.";

              }

              echo "";

            echo "";

          echo  "";

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