Regex Registration Deny

Component type

module

Maintenance status

Development status

Downloads

252

Component created

Component changed

Small module that allows you to use regex to validate fields on the registration form.

While there are alternative modules to validate fields on the registration form, I found that none of them allowed for regex checks on the name and email fields on registration. They also seemed to be overly complicated or only allowed for checking on the username or email address.
This module is quite simple and allows you to check any textfield on the registration form.

context_system_theme

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides two additional conditions for the Context module based on using what is identified by Drupal as the current Default Theme and the current Admin Theme.

Spain field phone

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a Spain phone field type

Features:

Validation of phone numbers for Spain.

Dependencies:

  • Drupal 7 1.x version: Field.

Services Locale

Component type

module

Categories

Maintenance status

Development status

Downloads

350

Component created

Component changed

Provides Drupal Locale information as Service (3.x) resources. This module provides access to supported languages and all predefined countries.

rules_list_extra

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module adds new actions to Rules, under 'Data' group:

  • Merge: Given a list-tyle variable, it will be merged with a second list (options to merge unique items)
  • Intersect (not implemented yet)

Content Callback Views Filter Block

Component type

module

Maintenance status

Development status

Component created

Component changed

In Views, only when picking the "Page"-display you have the possibility to render the exposed filters in a block. Makes sense because the forms inside these blocks need a path to redirect to.

This module adds this functionality for "Content Callback"-displays. Just enable the exposed block setting and set the path of the form. Tokens are supported.

imagecover

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

This module provides Imagecover functionality to Drupal. Imagecover is a jQuery plugin that allows an image to cover all of its container. The image will be automatically scaled and cropped with the focus on the centre of the image, and it will entirely fill the container.

Programming language syntext in node content

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows content administrator or editor to put programming code in respective format of languages like c++,java, javascropt, php etc. Admin can post node with programming language codes, it differentiate code part of content from entire content and theme.Module uses geshi library to perform code formatting of programming language.