A short journal describing the task of writing a Drupal module.
Interesting, tested the hell out of this, yet when I installed on the remote hosting service, yikes during install no less, I got a big nasty runtime error. Actually simple to fix, I had changed the arguments to a couple of methods in an implementation class, but forgot to change the interface definition.
The Drupal Coder module let it pass, the Netbeans php module didn't pick it up either. Oy -- PHP -- Still don't quite like it. Still prefer the Java or C compiler environment to do the basic checking at complile time.
Anyway, what I'm doing is writing this blog entry on my Drupal site, then have this module I wrote automatically post to Tumblr (using Tumblr's great api).
10-19 Exposed the small block of tumblr followers to to a custom template (*.tpl.php) file. This will allow themers to customize the block further.