/oscplugin-advcaptcha

Osclass Advanced CAPTCHA plugin

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Osclass Advanced CAPTCHA plugin

Advanced CAPTCHA Cover Image

OVERVIEW

Various CAPTCHA types: reCAPTCHA V3, math, text and Q&A CAPTCHA. Login, register, forgotten password, contact, post item, edit item and add comment forms. reCAPTCHA V3 is fully invisible. Requires small theme mods in some cases. Described in admin settings page.

INSTALLATION

Two options:

THEME MODS

Login form:

  • a) Open user-login.php in oc-content/themes/your_theme and
  • b) add <?php osc_run_hook('advcaptcha_hook_login'); ?> where you want the CAPTCHA to be shown (somewhere above the </form> tag)

Forgotten password form:

  • a) Open user-recover.php in oc-content/themes/your_theme and
  • b) add <?php osc_run_hook('advcaptcha_hook_recover'); ?> where you want the CAPTCHA to be shown (somewhere above the </form> tag)

Add item form:

  • a) Open item-post.php in oc-content/themes/your_theme and
  • b) add <?php osc_run_hook('advcaptcha_hook_item'); ?> where you want the CAPTCHA to be shown (somewhere above the </form> tag)

Edit item form:

  • a) Open item-post.php in oc-content/themes/your_theme and
  • b) add <?php osc_run_hook('advcaptcha_hook_item'); ?> where you want the CAPTCHA to be shown (somewhere above the </form> tag)

Add comment form:

  • a) Open item.php/item-sidebar.php in oc-content/themes/your_theme and
  • b) add <?php osc_run_hook('advcaptcha_hook_comment'); ?> where you want the CAPTCHA to be shown (somewhere above the </form> tag)

TRANSLATION

.pot translation template is provided. Translate using POedit or similar software.

CHANGELOG

  • [1.0.1] 21/02/2020 - Fixes, plugin uploaded on the Market, Spanish language by @codexilab
  • [1.0.0] 16/02/2020 - Initial stable release.

SCREENSHOTS

Screenshot #1 Screenshot #2 Screenshot #3 Screenshot #4 Screenshot #5