Posts in the “drupal” category

A Drupal 7 form table example

If you're interested in building an HTML table with Drupal, Drupal 7 in this case, here's a quick example of how this can be done.

My Drupal "theme table" approach currently provides the following functionality:

25+ Drupal form and module programming examples

This page serves as an index to all of my Drupal module, form, and databases tutorials and examples. In an effort to help supplement the documentation on the Drupal.org website, over time I hope to have good examples for every Drupal module and form problem you'll run into.

Drupal "/user" URI not found (404 error)

I’ve done this several times to myself now, but if you have just installed Drupal and then try to access the /user URI and get a “404 Not Found” error, fear not, you’re probably just missing the Drupal .htaccess file in the root directory of your installation.