• : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • : Function ereg() is deprecated in /var/www/test-ad/includes/file.inc on line 647.
  • warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PST/-8.0/no DST' instead in /var/www/test-ad/sites/all/modules/views/modules/views_node.inc on line 633.

Taxonomy Checkboxes: Filing away for future use

Someone asked for a module to turn taxonomy into checkboxes. I'd seen it done somewhere before but couldn't find the original, but the concept seemed easy enough so I whipped up one of my own.

Improved (somewhat) DHTML menus

I spent about an hour and improved my old DHTML menu thing to make it much easier to simply drop in. It also uses better HTML.

It's still not perfect; the javascript is kind of crappy, and it hardcodes an onClick.

Still, it's a start. Maybe one of you fine js folk would like to rewrite this, now that it's more of a dropin.

So here's what you do: Take whichever version you need (there's one here for HEAD and one for 4.7) untar it, and drop it in your theme directory.

In your template.php add this:

<?php
include_once 'dhtml_menus/template-menus.php';
?>