Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Content Export

== The project has been abandoned ==

Custom CSS and JavaScript files

This module allows to specify two folders, one for CSS and one for JS where the stylesheets and javascripts files are located respectively.

Drush Make

Please use drush which now includes drush make (as of 5.x).

Skip Validation

This module is no longer supported! I do not recommend using it.

For end users:

This module provides two mini modules, which enable the skipping of all validation routines, including required fields, when deleting nodes and users from node and user forms respectively.

For node forms, required fields are also skipped when previewing.

For Developers:

This module provides three new FAPI options for submit buttons:

  • #skip_validation - Skips all validations, core (#required, #maxlength, and #options checking), and all #element_validate and #validate callbacks.
  • #skip_core_validation - Skips only the #required, $maxlength and #options checking.
  • #skip_required_validation - Skips only the #required validations.

NOTE: I do not guarantee the sanctity of data when these options are placed on buttons that trigger data saving actions. Use at your own peril. Module maintainers typically make fields required for a reason, and validation callbacks can sometimes alter data to be saved. Not allowing these routines to run on save actions can cause unforeseen errors, and I will not be able to offer support for these issues.

Views Type Block

Views Block

This module has been integrated within Views Hacks. Its development will continue there.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported