• Resolved FmB

    (@fatihbasaran)


    Hi,

    When i try to change the captcha genetation type on the settings page, i see it’s unable to change, because it’s not responding unlike other options. Because of this issue, the captcha gives invalid captcha error when someone tries to send a comment. Please help.

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi fatihbasaran,

    Thank you for letting us know. This issue will be fixed in next releases.

    However, if you can not wait for an update you can fix it manually.

    Please find and edit the settings-form.php file in
    wp-content\plugins\wpdiscuz\options\options-layouts direction.

    You just need to replace the following code (line 74)

    $disableCaptcha = 'disabled="disabled"';

    To

    $disableCaptcha = '';

    Thread Starter FmB

    (@fatihbasaran)

    Thank you, it works now!

    Hi,

    We have made the change in the code but Captcha is only disabled for account users (i.e. users logged in).

    How can this be disabled for non account users too?

    See example https://getwideideas.com/predicting-football-matches/

    Plugin Support gVectors Support

    (@gvectorssupport)

    Hi,

    Please navigate to Dashboard > Comments > Settings > Comment Form admin page, change “Captcha generation type” to “File system”.

    https://www.screencast.com/t/9xcddAXf

    We cannot switch between File System and WP Session unless we make the code change as you state above. Making the code change and switching to File System does not fix the Captcha issue.

    Please advise

    Plugin Support gVectors Support

    (@gvectorssupport)

    Could you please register and open a support topic in gVectors.com forum for deeper support?

    Thread Starter FmB

    (@fatihbasaran)

    Hi,

    To disable captcha for all visitors, just go to Forms and click default form, go to Comments > WPDiscuz > Forms and click Edit option under the default form. Then go to CODE field and click edit (right side, pencil icon) and disable two options following;

    Show for guests:
    Show for logged in users:

    Then save and clear cache if you using one.

    Thx Fatihbasaran!
    That worked.

    Hopefully they fix this issue pretty quickly as I would like to add Captcha back.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Captcha generation type won’t change’ is closed to new replies.