Giter Site home page Giter Site logo

kinkcreative / silverstripe-mollom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from silverstripe-archive/silverstripe-mollom

0.0 2.0 0.0 78 KB

Mollom spam protection module for SilverStripe CMS

Home Page: http://silverstripe.org/mollom-module

PHP 75.33% CSS 4.25% Scheme 20.42%

silverstripe-mollom's Introduction

Mollom Module

Maintainer Contact

  • Saophalkun Ponlu <phalkunz (at) silverstripe (dot) com>

  • Will Rossiter <will (at) silverstripe (dot) com>

Requirements

Installation

Extract all files into the 'mollom' folder under your Silverstripe root, or install using composer

composer require silverstripe/mollom dev-master

If the mollom module causes an error in composer it may be necessary to explicitly add the git url to your composer.json

composer.json

{
	"repositories": [
        {
            "type": "git",
            "url": "https://github.com/Mollom/MollomPHP.git"
        }
    ]
}

Configuration

This module provides a FormField and SpamProtector classes for integration with the SpamProtection module in SilverStripe. Consult that module documentation for more information on how to setup and enable Mollom on your Forms.

To configure the use of this protector, use the Config API. You will also need to sign up to Mollom to get API keys for the website. Those should also been included through the Config API

mysite/_config/spamprotection.yml

---
name: spamprotection
---
FormSpamProtectionExtension:
  default_spam_protector: MollomSpamProtector
Mollom:
  public_key: <key>
  private_key: <key>

silverstripe-mollom's People

Contributors

wilr avatar turnerj avatar tractorcow avatar dhensby avatar kinkcreative avatar sminnee avatar halkyon avatar rixth avatar vikas-srivastava avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.