The SpamSpan module obfuscates email addresses to help prevent spambots from
collecting them. It is based on the technique from spamspan but has undergone major modifications, as the original spamspan code hasn't been updated since 2007.
Fetchgals is a public domain webspider used to download and/ or display free content gathered from adult entertainment TGP sites (Thumbnail Gallery Posts). This module provides a user interface for the fetchgals package and automates the entire process. It also allows you to display the content gained right there on your own Drupal site.
Be sure to read Debugging Information before reporting a problem. Going through those steps may resolve your problems and will help provide enough information to tell if this is a bug.
Allow administrators on sites to create checklists that must be completed by users of the site. Each user can see their checklists on the "Checklists" tab of their account.
Multiple checklists can be created and assigned to users to complete depending on their role (or other groups in 2.x). Additional checklist options:
Specify to only make new users complete a checklist.
Assign a role on completion of checklist.
Limit navigation until checklist is complete (it will not allow the users to go anywhere except to items on the checklist).
Force checklist items to be completed in order.
Multiple checklist item types that can be expanded via hooks/API. Implemented by default in both versions:
User check - the user simply clicks/checks the item.
Admin check - a user with the correct permission must check the item off of the checklist.
Node create - user must create a certain node type.
Node agree - user must visit a node and click I agree at the bottom.
Page view - user must visit a given page within the site.
Version 2.x
THIS VERSION HAS A NEW DEPENDENCY. DOWNLOAD AND INSTALL IT BEFORE UPGRADING YOUR CODE: Usergroups API