Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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
This is a re-implementation of the Internet Services (and 2nd Edition) theme by Luka Cvrk. This is a tableless, multi-column, fluid width layout. Parts of the design are ported from K2 theme. This theme is part of the project PantaRei Siren.
Installation
(2011-07-25) This theme is now revamp as Zen subtheme (http://drupal.org/project/zen). You will need to install it with this theme as below:
#D7CX: There are a number of outstanding issues for the drupal 6 version. As soon as they are resolved a drupal 7 port will be done.
The Signwriter module allows you to use TrueType fonts to replace text in headings, blocks, menus and filtered text. It does this by replacing text with an image generated from a TrueType font file which you provide. Note: Signwriter requires the GD library to function.
Signwriter has a number of features:
Multiple profiles allow you to have different settings for different headings.
Profiles can provide input filters to replace text matching a regular expression.
Images generated can be transparent or opaque.
Text can be positioned within a background image.
Text can be left, right, or center aligned.
Font size can be automatically reduced to fit the text within a specified maximum width.
Images are cached to improve performance under high load.
Generated images can be gif, png, jpeg, or bmp.
Themes can use profiles configured by a user, or create their own.
To fit text within a maximum width you can select to display multiple lines instead of reducing font size.