Closed (won't fix)
Project:
Mollom
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2011 at 09:17 UTC
Updated:
31 Mar 2013 at 07:06 UTC
Basic implementation of an admin setting that allows to define an optional site policy to be displayed above each protected form. Could be used to e.g. point out that all links will be blocked on a given site.
| Comment | File | Size | Author |
|---|---|---|---|
| site_policy.diff | 2.47 KB | Benjamin Schrauwen |
Comments
Comment #1
sunHm. Not sure about this.
Who or what is or would actually be blocking all links?
Comment #2
Benjamin Schrauwen commentedSeveral blogs use this technique to make it clear what is allowed and what not. Here is an example from http://www.fourhourworkweek.com/
This patch is meant to be used on sampler.drupalgardens.com
Comment #3
sunI'd have to research whether there isn't a module for that already. However, showing a site policy doesn't seem to be the primary goal here...?
The question remains - who or what actually performs the blocking? Is the idea to add a new API parameter, so the client can signify to the backend that it wants to block posts containing URLs (or rather, that no URLs are expected to be contained in a certain protected form)?
Or is this supposed to happen on the client-side only? In that case, I'm also almost certain that there's a module for that. Sure, we can try to incorporate and re-implement that in the Mollom module...
Just trying to understand the larger plan you're after here.
Comment #4
Benjamin Schrauwen commentedSite specific policy can be enforced using the site specific blacklist. E.g. basic blocking of all links can be done by adding "http://" to the blacklist.
Comment #5
sunI do not believe that this feature pertains to the functionality of Mollom module.
Feel free to re-open this issue and discuss/clarify if you disagree.