2017 © Pedro PelĆ”ez
 

silverstripe-module silverstripe-uniprotect

Simple, yet good spam protection module for Silverstripe.

image

unisolutions/silverstripe-uniprotect

Simple, yet good spam protection module for Silverstripe.

  • Sunday, January 10, 2016
  • by uniun
  • Repository
  • 1 Watchers
  • 5 Stars
  • 1,428 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

UniProtect FormField Module

Introduction

Provides a hidden FormField which allows form to validate for non-bot submissions by checking if the value in that field is correct., (*1)

Maintainer Contact

  • Elvinas Liutkevičius

Requirements

Installation

  • Copy the uniprotect directory into your main SilverStripe webroot
  • Run ?flush=1

Usage

As a Standalone Field

If you want to use UniProtect field by itself, you can simply just include it as a field in your form., (*2)

$uniprotectField = new UniProtectField('MyUniProtect');

Integration with Spamprotection module

This requires the SpamProtection module to be installed, see its documentation for details. You can use this field to protect any built informs on your website, including user comments in the Blog module., (*3)

Configuration example in mysite/_config/config.yml, (*4)

FormSpamProtectionExtension:
    default_spam_protector: 'UniProtectProtector'

Then once you have setup this config you will need to include the spam protector field as per the instructions on the SpamProtection module page., (*5)

The Versions

10/01 2016

dev-master

9999999-dev

Simple, yet good spam protection module for Silverstripe.

  Sources   Download

The Requires

 

silverstripe spam spamprotection

21/02 2014

1.1.x-dev

1.1.9999999.9999999-dev

Simple, yet good spam protection module for Silverstripe.

  Sources   Download

The Requires

 

silverstripe spam spamprotection