Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi single99,
    Thank you for letting us know about this. wpDiscuz doesn’t reflect Password Protection, we just added this in our to-do list. It’ll be available with next release.

    Plugin Author gVectors Team

    (@gvectors-team)

    ok, this issue is fixed and password protection is added in 3.2.2 version. Please update.

    Thread Starter single99

    (@single99)

    Thank you, very mach

    Im having a similar issue. Comments aren’t showing up on a password protected page.

    When I show the page without password the comments are there, once I add the password, its not there.

    I went into templates/comment/comment-form.php and commented the if statement on line 11 off and now it just shows. IM guessing this is the fix you did for him above, however this isnt working the way it should

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi dannyjcohen,
    The problem was other. wpDiscuz should close comments on password protected page, it’s correct. It was not doing. We’ve fixed this problem in 3.2.2 version. And now wpDiscuz hides comments if the post is password protected. All is correct, do not change it. If post is PP, the comments should be PP as well. this is the native WordPress working logic.

    Correct, but the comments are not showing up AFTER the password.

    You should change the if statement, maybe yours does not work for Private PAGES? It wasnt working for mine so I had to test some stuff.
    I changed to
    if ( !post_password_required() ) {
    instead of
    if (!trim($post->post_password)) {

    Now they dont show up unitl the user enters the password.

    Plugin Author gVectors Team

    (@gvectors-team)

    Ok, thank you dannyjcohen, we got it.
    Please deactivate, delete and install wpDiscuz again, it’s updated in plugin repository.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The comments is not password protected.What to do?’ is closed to new replies.