module
Altering A Views Query: Tackling The Node Type Filter Bug
Submitted by greg.harvey on Mon, 12/10/2009 - 17:53I happened across a wee bug in Views 2 today. I think I've noticed it before, and I'd be a monkey's uncle if it isn't already in the queue, but this is a synopsis:
If you expose the Node Type filter in Views 2 and set it to "Optional", but also with "Limit list to selected items" checked, you might expect it to continue to restrict the results to the selected items it refers to, right? (Well I did.) It does not. If your use selects the "< Any >" option from the resulting UI they will get *everything*
Doh!!
Cleaning Up Node Edit Forms
Submitted by greg.harvey on Mon, 12/10/2009 - 09:16Every time you build a new application in Drupal you *always* have to carefully govern the number of options available to normal site editors, or their heads will explode. (Literally. I've seen it.)
Almost every module you install will put something more on the node forms, until you end up scrolling forever just to reach the Save button. Not to mention most of this stuff you won't want them playing with anyway.
FFMPEG And FlashVideo For Fedora (Or CentOS)
Submitted by greg.harvey on Thu, 07/05/2009 - 11:22Good news for all you people who want to process their own video on their Drupal website. While FFMpeg is a "forbidden" application as far as the Fedora project guys and gals are concerned (not sure why - usually because of some legal issue), the ATrpms repositories contain FFMpeg, the Linux command line video encoding tool you need to install to use the FlashVideo module:
http://atrpms.net/
Specifically, here is the Fedora 10 repository:
http://atrpms.net/dist/f10/
Getting Drupal Airborne
Submitted by greg.harvey on Sun, 29/03/2009 - 21:21I have finally put pen to paper on my germinating ideas surrounding a Drupal module for publishing Drupal content and applications via Adobe AIR.
CCK Gallery Is Usable
Submitted by greg.harvey on Thu, 05/02/2009 - 16:41Or at least, I think it is. My new module. I managed to release a dev snapshot last night which answers some of the bigger issues with it. There are already new features backing up to be implemented (and at least one already done) but, for now, CCK Gallery is hot to trot! =)
I've even created some half-decent documentation, in the form of an FAQ on the project page. Quick summary:
Installing ImageCache Presets From Your Drupal Module
Submitted by greg.harvey on Thu, 22/01/2009 - 13:46For those of you unfamiliar with the ImageCache module, get familiar here:
http://drupal.org/project/imagecache
It's pretty useful, allowing you to define preset image sizes that will be automatically generated whenever an image is uploaded to your site (providing the module doing the upload supports ImageCache which, fortunately, most do - including the Image module and the frighteningly useful ImageField CCK module).
Flexiforum Released
Submitted by greg.harvey on Tue, 06/05/2008 - 16:40I have created a project page on Drupal.org for Ben's module, Flexiforum:
http://drupal.org/project/flexiforum
It's a great little alternative to the core forum which I sincerely hope will go from strength to strength. Please do download it and try it out. It should work with BBCode and Node Comments as well as supporting forum search and reply with quote - neat features. =)

