2017 © Pedro Peláez
 

silverstripe-module mollom

Mollom module for SilverStripe.

image

silverstripe/mollom

Mollom module for SilverStripe.

  • Saturday, August 13, 2016
  • by rcurry
  • Repository
  • 5 Watchers
  • 8 Stars
  • 4,332 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 17 Forks
  • 21 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

Mollom Module

Maintainer Contact

  • Saophalkun Ponlu , (*1)

  • Will Rossiter , (*2)

Requirements

Installation

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

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, (*4)

composer.json, (*5)

{
    "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., (*6)

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, (*7)

mysite/_config/spamprotection.yml, (*8)

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

The Versions

13/08 2016

dev-master

9999999-dev

Mollom module for SilverStripe.

  Sources   Download

The Requires

 

by Saophalkun Ponlu

silverstripe spamprotection mollom

13/08 2016

0.4

0.4.0.0

Mollom module for SilverStripe.

  Sources   Download

The Requires

 

by Saophalkun Ponlu

silverstripe spamprotection mollom

07/08 2014

0.3.x-dev

0.3.9999999.9999999-dev

Mollom module for SilverStripe.

  Sources   Download

The Requires

 

by Saophalkun Ponlu

silverstripe spamprotection mollom