Views Transform

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

View Transform module helps to build a form out of a view. One may append form fields (textfield, checkbox and select) to each row in the view.

To use this field one is required to know how to build Drupal forms in code.

Short instruction:

Facets prefix/suffix

Component type

module

Categories

Maintenance status

Development status

Downloads

7

Component created

Component changed

This module enables an additional processor where you may add a prefix or suffix to the facet result item.

This prefix/suffix can be set per facet with the following two options:

Check DNS

Component type

module

Categories

Maintenance status

Development status

Downloads

70

Component created

Component changed

INTRODUCTION
------------

The Check DNS module simply prevents user registration with invalid email domain on user registration form.

It validates email domain before registration and checks if the domain exists. This prevents false registration.

INSTALLATION
------------

Simple Comment eMail Notification

Component type

module

Maintenance status

Development status

Downloads

35

Component created

Component changed

Sends a simple notification eMail to the site administrator, if an new comment has been created on the website. Also the eMail sending will be logged and can be checked at /admin/reports/dblog.

The eMail contains the link to un-approved comments and the approved comments on the website. This module does not have any user interface and own configuration options. It is designed to be simple and fit into small business purpose.

If you need more functionality: This module's codebase is minimal and you can use it as an example for your own module.

Syntax Highlighting Field Formatter

Component type

module

Maintenance status

Development status

Downloads

15

Component created

Component changed

Provides a field formatter for syntax highlighted code output. It is designed to be simple and not rely on any third-party library (best feature: no third-party dependency to GeShi filter etc.). The syntax highlighting is made by PHP's in-built highlight_string(); function.

Leading Zeros Formatter

Component type

module

Maintenance status

Development status

Downloads

9

Component created

Component changed

Introduction

The Leading Zeros Field Formatter extends the Integer Formatter to add leading zeros to integer fields. Settings for Thousand marker and Prefix / Suffix can also be configured. This may be useful for printing product ids, serial numbers or similar that need to conform to a certain pattern in display.

Requirements

This module requires no additional contrib modules, just the core field module, and an integer field.