TimOnWeb.com: How To Separate Drupal Taxonomy Terms Output By Vocabulary
Happy Autumn everyone! Several days ago I got a question from one of drupal users about „How to output drupal taxonomy terms separated by vocabulary”. By default, Drupal outputs all terms despite of their vocabulary in one list, which isn’t great at all. On the output we want to get something like this:
Now I will explain you how to achieve this.Read on →
Randy Fay: Form API Changes for Drupal 7, Part 2: AJAX/AHAH Changes
Continuing from Form API Changes for Drupal 7, Part 1: $form_state changes.
One of the many pleasant improvements to the Drupal Form API is that AJAX Forms are now really easy. Really easy. We used to call them AHAH forms, and the concept was the same, but they were so complicated that few people attempted them. In D7 we even changed the name to distance ourselves from "AHAH" :-)
In Drupal 6 you had to make a menu entry in hook_menu() that pointed to an AJAX callback handler that was complete black magic. (See a sanitized example.) People did this part differently, and it was hard to figure out the right way. (If you're doing D6 AHAH, the gory details and resources are here.)
In Drupal 7 there is none of that. But we still have to start with the basics so that you'll understand what's going on:
NodeOne: You say "ballad", I say "GPL"
OK, so there were some things in Your Theme to My Module that weren’t perfect. For example, “power ballade” isn’t really an accepted term in the English language. (Yet.) Q: What to do about it? A: Submit a patch!
Edison Wong: Patch Drupal Colorbox module with Image Assist support
I have been using Drupal Lightbox2 module (http://drupal.org/project/lightbox2) for more than 2 years. BTW, it looks too buggy now a day when combine with other new modules, e.g. jquery_update, jquery_ui, img_assist, and so on. Its time for me to search for another replacement solution.
There is a complete comparison between different Lightbox-type modules in http://drupal.org/node/266126. Typically base on the usage statistics Thinkbox (http://drupal.org/project/thickbox) should be a good Lightbox2 replacement, but as its project page mentioned Colorbox (http://drupal.org/project/colorbox) would be a recommended upgrade path in Drupal 7.x. So I give a try with it.
OpenSourcery: Drupalcon Copenhagen wrap-up
I've recently returned from an amazing time at Drupalcon Copenhagen, and wanted to highlight some of my favorite sessions, events, and departing thoughts (this also serves as preparation for the impossible task of summarizing such an epic and comprehensive conference in 15 minutes for this week's Portland Drupal group). While I can't cover them all, the complete list of videos from Drupalcon Copenhagen can be found here.
Jeremy Keith and the Design of HTML 5Jeremy Keith, not only touched on the core functionality and concepts of HTML 5, but also spent a great deal of time focusing on the history and reasoning behind the design.
