|
|
drupal modules
CCK Weak Reference
I had a need to get some sort of fuzzy node referencing going for a project I'm working on and though there are plenty of options in drupal. I couldn't get any of them to do what I wanted.
Unique Title
This isn't new or revolutionary by any means. I basically took a snippert i found on the drupal site and packaged it up a little and added a field so that you can set it on your content types. In my situation, unique titles only matter for a few content types (bands, venues etc...)
My Drupal Modules
This is a collection of drupal modules I've created for various situations. These are largely un-supported because they are pretty simple and they work for me. I am providing them here so that maybe somone else can benefit from them or use them as a starting point for something they need.
The reason I'm not putting them on drupal is because I think it's likely the functionality that these provide will probably be rolled into drupal at some point by people far more familiar with the code base and drupal's road map than I.