Great module and have been using it for over 5 months now, and believe it or not NO spam since then! I just love it. thank you.

Do you think it is possible to prevent registered users to post links if, for example, they have less than 5 comments on the site? Just wondering if this is something easy to do.

Thanks for you time.

Comments

pieterdc’s picture

Thanks for the appreciation. You made my day ;-)

The thing you ask for can be accomplished by writing a patch for this module.
You would have to write an SQL statement that counts the number of comments of the current (logged in) user and then test if it's more than 5...

If you can't program this yourself, ask me, or somebody else...
But I won't put this feature into the official module... maybe, maybe not, I'll think it over.

Greetings

zooki’s picture

Hi thanks so much Pieter !

I need a module which stops links based upon the number of posts/content created .. or time spent on the website....

I have a Vbulletin forum which stops newly registered people from putting any links or inserting images... only after a certain number of posts would they be able to do so.

If this module can have that, it would be really great.

pieterdc’s picture

Version: 5.x-1.1 » 6.x-1.0

If #350985: Block certain roles gets implemented using the "permission" suggestion, your feature request could be realized using different user roles and a module switching user roles on whichever condition you want - such as a certain number of posts.

I'm moving this issue to Drupal 6, as - with the upcoming release of Drupal 7 - new features probably won't make into 5.x-1.x

pieterdc’s picture

Status: Active » Closed (works as designed)

I won't incorporate this feature request as the module is called Block ANONYMOUS links.

You can use the Spam module.
In combination with Rules, Actions, Triggers, custom code... something like that.

Ps: be sure to use a version of the Spam module more recent than December 26th, 2010 if you want a configurable link filter.