Posted by Gabriel Radic on September 28, 2005 at 10:21pm
| Project: | Taxonomy dhtml |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The menu built by taxonomy_dhtl doesn't behave like the regular Drupal menus:
- it has a - prefix instead of being wrapped with <li>;
- it isn't marked as selected when clicked (see above);
It would be great if the taxonomy_context block building routines were recycled for this module too.
Comments
#1
patches on this would be accepted. Note this issue has been open for years now: http://drupal.org/node/2039
#2
Here is a patch for this.
This patch requires this other one.
#3
Updated to skip terms with zero node count.
Still requires this other patch.
#4
The other patch has been updated, so I updated this one as well.
#5
I tested out this patch, but it won't apply anymore as taxonomy_dhtml needs to be upgraded to head. I started to work on this, but there is a lot to be done. I can send what I did to anyone interested, but David tells me that this module is getting forgotten as views.module is gaining popularity.
Are there still people interested in this?
#6
Fixed in 5.x
#7