I'm just getting started on Drupal 7, and I've discovered (much to my surprise) that the entire system for blocking emails and usernames has been removed. I'm unhappy about this -- writing rules banning certain mail providers is an important antispam tool, and banning obscene usernames also is important.

There's a project (http://drupal.org/project/user_restrictions) to replace the functionality, but since it's not in core I am inclined to start ripping out all of the "ban" support from this module. There's a lot of overhead and if it's not going to be widely used, there's no point. Usernames continue to be "banned" so long as the account exists in a blocked state, so there's little loss of functionality.

Comments

marvil07’s picture

shark’s picture

First, I'd like to say that I love the Ban & Unpublish module.

The ability to unpublish all content by a user is super helpful for moderating spam.

> I am inclined to start ripping out all of the "ban" support from this module.

+1 for removing the ban support if that means we get the unpublish functionality in a D7 module sooner.

(But ideally that functionality would only be removed from a D7 module, right?)

Thanks!

soumyadas’s picture

Hi yelvington,

I have tried to create the d7 version of this module. here is the link http://drupal.org/node/1938428. Please share your feedback about this. It will be highly appreciable.

Thanks,
Soumya

bappa.sarkar’s picture

Works fine for me. Thanks!

clandmeter’s picture

I created another drupal 7 version some months ago. Didn't have time yet to really test it. Maybe somebody else can give it a try and report?

https://github.com/clandmeter/block_unpublish

yelvington’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Closing this issue; d7 dev version is published.