I've made a modification of Taxonomy_DHTML for Drupal 5.x ver. 2.2.

Features:

  • DHTML tree-like list of terms and nodes Is used now in the blocks too;
  • It is possibile to create blocks not only for vocabularies, but for terms too;
  • It is possible to customize visibility of nodes at blocks and overview page separately;
  • If visible blocks contains current node or term, then block elements will be expanded to show current node or term(see in screenshot);
  • It is possible to show orphans(nodes, which are not belong to any term) at the overview page;
  • When you enters the module's settings page, cache of this module(only) will be cleared;

jQuery is not used for now, because this is a port of previous version of my modification of this module.

Link: http://www.drupal.ru/files/taxonomy_dhtml_mod-5.x-2.2-1.1.zip
Discussion(in Russian): http://www.drupal.ru/node/2480

Comments

meba’s picture

Nice. Please submit this as a patch, it's is not easily possible to review all your code without a patch.

meba’s picture

Status: Needs review » Needs work

And please, try to get rid of global variables and follow coding standards.

meba’s picture

And also, there are many security issues in your modification, which are not in original taxonomy dhtml...

Anonymous’s picture

Status: Needs work » Closed (fixed)

This module is no longer being actively developed as it duplicates functionality that can be obtained through the usage of taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).