modules

CASAA 6.x-1.12-rc1 Has Been Released.

I have officially released the the latest stable version of the CASAA module for Drupal.

This release contains many features, such as, a search feature to allow quick searching of existing mapping settings. Plus, mapping setting columns are now sortable to help admins more quickly find their settings.

For more info on the release, check out the release notes on Drupal.org: Release Notes

Thanks to all the users and developers that have contributed to making this module better and better!

CASAA Release Candidate Due April 2nd.

Thanks to all of the feedback from the community and fellow team members, I have finally worked out and ringed the system of it's largest bugs plus, have been able to get the performance aspect of the module fine-tuned.

With all of that I'm am confident and ready to take the system out of beta status and into full release status.

There will be some major changes with the core framework module and the included plug-ins but, no changes to the db and data structure.

Building Custom Compound Fields/Widgets for CCK Drupal 6.x

For the lack of documentation available focused on building custom compound widgets/fields for CCK, I've decided to write some based on personal work on building one such for use in my current project.

The widget that i'm building is a field to generate and select search results via user provided keywords. The end result given to the user in the node edit form is a field containing three elements:

  • Textfield for Keywords.
  • Submit Buttom to generate/refresh search results.
  • Table of checkboxes for choosing individual search results.