Another Drop in the Drupal Sea

Primary tabs

Articles from Another Drop in the Drupal Sea

There was a session at BADCamp this year asking how Men can be better allies for Women in tech.

There are many paid and free Drupal training sites on the internet. To the best of my knowledge, none of them is open source. And I'm quite certain none of them is "ridiculously open."

I needed to do some custom validation of fields on a form. So, I decided to use #element_validate.

I was having trouble getting a feature to enable correctly. It wasn't creating all the fields for the content type it defined. It built some of the fields but not others.

I was writing custom forms that needed a validate handler and a submit handler. So, I followed the standard approach of

What's that File (layout)?

There are many different ways to figure out what information the node table contains.

I was writing an extremely simple custom module (for a D6 site) to make use of hook_block. Every time I enabled the module the blocks no longer displayed on the pages.

I am running a Drupal 7 site on AWS with an EC2 micro instance and RDS on Ubuntu 12.04.

Pages