User login

Public

Use checkboxes for multiple select form elements

Checkboxes are more user-friendly than multiple-select option form field.

Taxonomy Super Select seems to be the popular choice.

Better Select worked better for our needs, however:
http://drupal.org/project/betterselect

Fortunately, it has a node form only option. It also has an always save parent also option! All under Administer » Site Configuration » Better Select.

Note that Content Taxonomy would also be an option for this functionality.

2010 January 5 Drupal Meetup

Tom - http://ChampsNotChumps.org
Hiro - http://hirohonshuku.com - Customizing Organic Groups? Moshe: chapter in a book by Bill Fitzgerald
Ben B. - was with EchoDitto, now with ADG in Framingham - secret twitpic API - twitpic_filter

Deleting the last content type containing a field deletes that field also

Which is good if that's what you want.

No content_field_fieldname table remaining, and no entries in the content_node_field nor content_node_field_instance tables.

Very nice!

Awesome CSS for centering a list item menu of unknown width: very useful for Drupal

We do Drupal. This CSS will of course work for any HTML that outputs a surrounding container (probably div) and an unordered list with floats, but you can find lots of tutorials on that around the web. From Agaric you get the straight Drupal and nothing but the Drupal (ok, not really).

If you put a menu in your footer, you're not going to see the code it directly in your page template. Instead, the footer section of your zen subtheme page.tpl.php might look like this:

Add a subsection class to Drupal page body for theming Views and other parts of a site that can be defined by parts of the path

I had wanted to add the name of the view with its display to the body classes (Views apparently provides everything but that combination, and not all browsers we need to support deal with matching on two sibling classes). Looked in Zen for how to do it first though and as a consequence saw a way to add new sub-section body class with the first two parts of each URL.

This goes in your zen subtheme's implementation of preprocess page:

Syndicate content