OUGC-Network / OUGC-Force-Post-Captcha

Force specific groups to fill a captcha when posting in specific forums.
https://ougc.network
GNU General Public License v3.0
2 stars 1 forks source link

Project logo

OUGC Force Post Captcha

[![Status](https://img.shields.io/badge/status-active-success.svg)]() [![GitHub Issues](https://img.shields.io/github/issues/OUGC-Network/OUGC-Force-Post-Captcha.svg)](./issues) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/OUGC-Network/OUGC-Force-Post-Captcha.svg)](./pulls) [![License](https://img.shields.io/badge/license-GPL-blue)](/LICENSE)

๐Ÿ“œ Table of Contents

๐Ÿš€ About

Hey there! Ever had to deal with pesky spam on your MyBB forum? Say no more with "Force Post Captcha"! This awesome plugin lets you easily set up the captcha verification for specific groups when they're posting in certain forums or using the contact form. Keep your forum safe and spam-free with this plugin โ€“ it's the easy way to keep the bots out!

Go up to Table of Contents

๐Ÿ“ Getting Started

The following information will assist you into getting a copy of this plugin up and running on your forum.

Dependencies

A setup that meets the following requirements is necessary to use this plugin.

File structure

   .
   โ”œโ”€โ”€ inc
   โ”‚ โ”œโ”€โ”€ languages
   โ”‚ โ”‚ โ”œโ”€โ”€ english
   โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ admin
   โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ ougc_force_post_captcha.lang.php
   โ”‚ โ”œโ”€โ”€ plugins
   โ”‚ โ”‚ โ”œโ”€โ”€ ougc_force_post_captcha
   โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ admin.php
   โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ core.php
   โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ forum_hooks.php
   โ”‚ โ”‚ โ”œโ”€โ”€ ougc_force_post_captcha.php

Installing

Follow the next steps in order to install a copy of this plugin on your forum.

  1. Download the latest package from the MyBB Extend site or from the repository releases.
  2. Upload the contents of the Upload folder to your MyBB root directory.
  3. Browse to Configuration ยป Plugins and install this plugin by clicking Install & Activate.

Updating

Follow the next steps in order to update your copy of this plugin.

  1. Browse to Configuration ยป Plugins and deactivate this plugin by clicking Deactivate.
  2. Follow step 1 and 2 from the Install section.
  3. Browse to Configuration ยป Plugins and activate this plugin by clicking Activate.

Template Modifications

To display the page link it is required that you edit the following template for each of your themes.

  1. Open the showthread_quickreply template for editing.
  2. Add <!--OUGC_FORCE_POST_CAPTCHA--> before {$captcha}.

Go up to Table of Contents

๐Ÿ›  Settings

Below you can find a description of the plugin settings.

Global Settings

Go up to Table of Contents

๐Ÿ“– Usage

This plugin has no additional configurations; after activating make sure to modify the global settings in order to get this plugin working.

Go up to Table of Contents

โ› Built Using

Go up to Table of Contents

โœ๏ธ Authors

Go up to Table of Contents

๐ŸŽ‰ Acknowledgements

Go up to Table of Contents

๐ŸŽˆ Support & Feedback

This is free development and any contribution is welcome. Get support or leave feedback at the official MyBB Community.

Thanks for downloading and using our plugins!

Go up to Table of Contents