Software Listing of Author : "Casey"
- Nodereference Subform
- License: Freeware
- Price: 0.00


This module defines a widget to be used with the nodereference CCK field type. It allows the user to create/edit the referenced nodes in a form on the same page using a subform element. It is somewhat alike version 1 of the addnode module, but with the major difference that referenced nodes can also be edited inline on the refferer's edit-form.
- Platform: PHP, Scripts
- Sanitizable
- License: Freeware
- Price: 0.00


The Sanitize module allows administrators to configure a text format to be applied to formatted text before storage. This is useful to ensure clean and valid data in the database. Configuring the sanitizable module 1. Create/determine a text format to be used as a sanitizer before storage. Best practice is to create one or more separate text formats (named something like "Sanitized") that no user has access to. 2. Add filters to the newly created text format. Although it is, when used properly, useful to sanitize text before it is stored into the database, please make sure the sanitize text format won't conflict with the text formats you want to be sanitized before storage. Best practice is that the sanitize text format only contains filters that correct invalid data (like the HTML corrector), remove obsolete data (like markup...
- Platform: PHP, Scripts
- Treeable fields
- License: Freeware
- Price: 0.00


Allows multi-value fields to be stored and displayed as hierarchical trees. Basically any Field API field can be transformed into a tree.
- Platform: PHP, Scripts
- Views Custom Field
- License: Freeware
- Price: 0.00


This module provides some useful (views)fields. Drupal 6 Available (views)fields: Markup Field that allows usage of custom text and the input filter system. PHP code Field that allows usage of custom PHP code (with access to view's database result) Rownumber Field containing rownumber (respects pagers).
- Platform: PHP, Scripts
- Views Forms
- License: Freeware
- Price: 0.00


The Views Forms module provides a FAPI element called "viewsform" and allows to integrate views in forms. You probably do not need to install this module unless another module you are using requires it.
- Platform: PHP, Scripts
- Views PHP
- License: Shareware
- Price:


This module allows administrators to add fields, filters and sorts to views which use PHP code. This is the successor of Views Custom Field for both D6 and D7. The D6 version supports both Views 2 and Views 3. Note While this module allows you to directly use PHP inside views which may be useful for quick and easy solutions, it is highly advisable to use regular handlers and plugins when available (or even to create one yourself).
- Platform: PHP, Scripts
