Category: Drupal World

Module Monday: Maxlength JS

Text fields built using Drupal’s FormAPI have always supported a “Max Length” property; set it, and Drupal will kick back an error when someone submits too much data in the form field. CCK and FieldAPI support that property as well, allowing you to specify just how much text a user can enter into the fields

Read More
Applying a patch to a module

This video goes through the process of finding a patch from the Drupal.org issue queue, and then applying it to a contributed module. After testing the patch and confirming that it fixes the bug, we then walk through the process of reporting back that the patch has been reviewed and tested by the community and

Read More