Civil Rights CAPTCHA

Component type

module

Maintenance status

Development status

Component created

Component changed

The Civil Rights CAPTCHA module uses the Civil Rights CAPTCHA free anti-spam CAPTCHA service. The Civil Rights CAPTCHA provides a fact about a human rights issue or event and requires the user to select a word that matches how they feel. The CAPTCHA is passed if the answer showing empathy is selected.

Hidden Summary

Component type

module

Maintenance status

Development status

Component created

Component changed

A new widget for the body field that does not expose the 'Edit summary' link.

My content editors keept clicking that link thinking "what does this do?" On most content types, I want the automatic summary splitter to work it's magic anyway. Unfortunately, every content type has a body field already, and 'Long text with summary' fields in Drupal 7 don't let me change the widget to get rid of the link to 'edit summary'. (edit: but I think it may be a checkbox on the settings form?)

I wanted a widget instead, so, I wrote this.

Enjoy :)

Bulk User Delete

Component type

module

Maintenance status

Development status

Downloads

2399

Component created

Component changed

This module allows you to bulk delete users through the admin interface. You provide a list of email addresses, one per line, and the users are deleted using the batch processing API.

Enable the module, then visit admin/people/userdelete to delete users.

This module sponsored by the Application Developer's Alliance

Domain Block Title

Component type

module

Maintenance status

Development status

Downloads

1041

Component created

Component changed

This module provides a simple way to override block titles for a given domain when using Domain Access. This is handy when admins that maintain content for a particular domain want to change or remove the title of a given block without affecting the title for other domains.

To use it, simply edit any block. From the block configuration page, underneath "Block Title" will be a "Block Title Overide For [Domain Name]". To choose the domain, you must be on the desired domain at the time of editing the block.

Communication service for mobile devices

Component type

module

Maintenance status

Development status

Component created

Component changed

The webservice_app module lets you create json data output from drupal to any given mobile device,
In any given output format. That is, json, xml, other.

It is meant to be the glue between an app and drupal.
The philosophy of this module is to make a module with a standardized function calling methodic.
The module is plug-in based and thus highly configurable (programming examples are included).

Future use:

This module, with the right plugin, can be used to push pages to other drupal sited and placed inside other sites templates.