User login

Drupal

Improving on a patch

cd drupal
wget http://drupal.org/files/issues/book-589440-38.patch
patch -p0 < book-589440-38.patch
drush dl devel

Tip: The patch command needs the angle bracket (alligator mouth) to eat the patch file!

admin/modules

Typography example page for Drupal sites

Typography test page, such as here:

http://demo.kiwi-themes.com/drupal-dev/node/68

People are operating off a template pasted into a node, it seems, and while copying the source should work fine there must be the original example and it could be made a module :-)

Update: I've done a simple version of this module.

Clearing radio buttons (instead of having an additional "not applicable" option)

Getting rid of the "N/A" in a radio button list.
http://drupal.org/node/278862

The trick is to do that without making the radio button required, but rather allow it to be made blank (which radio buttons don't do naturally).

I saw a rather slick (unselect) link for radio buttons in some code Bangpound was showing.

Syndicate content