Maintainers strive to actively monitor issues and respond in a timely manner.

Page Manager Blank

A way to create blank pages. This is useful in situations were you want to have a landing page which displays only blocks.

Encrypted Settings Field

This module adds the "encrypted settings" field through Field API, which has the following two features:

  • The field can be encrypted before saving to the database
  • The field can be validated to follow INI format

This module is ideal to save credential settings information, such as a "Credit Card" field to add to users' profile. For example, the following credit card info:

card_number=123456789
card_holder_name="John Wayne"
card_holder_address="123 South St., Ann Arbor, MI"

would be save to the database as:

kjmtcS84UQl0vCAiongqh82M1m6Q8FebA8IW2EGm
Ojl7IwZSx3B3mufKBx0LBq12HND1Q8TIf8lLq6sZ2BOGh5CGGoLdM
rUiyV8gZxTuEACI1WvIbXlJ+yz8o+GmItsbsFBxNgezKdg=

Note that this field is intended to work with plain text. It doesn't go through any input filters. See #1139994: Rename module to Encrypted Field?. In addition, this module is best to encrypt INI-style settings. To encrypt existing field (could be any type), please see http://drupal.org/sandbox/tedbow/1208762.

You need to install the PHP mcrypt library in order to use the encryption feature. Also, you need to add $mcrypt_secret_key="..." in settings.php file. Otherwise, the first 6 characters of $drupal_hash_salt in settings.php would be used as the secret key for encryption purpose.

DiscussIt Live Moderator

This module creates a bridge between the standard Drupal comments module and the DiscussIt moderation platform.

Easini

A clone of the free Wordpress-Theme Easini http://www.portfolio.zjtthemes.com/?themedemo=easini . Build as an HTML5-Subtheme for Drupal 7 using Omega as Base-Theme

More infomations following soon.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained