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 &nbsp; - 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

Version:4.6.x-1.x-dev» master
Status:active» needs review

Here is a patch for this.

This patch requires this other one.

AttachmentSize
taxonomy_dhtml.module_1.patch 1.89 KB

#3

Updated to skip terms with zero node count.

Still requires this other patch.

AttachmentSize
taxonomy_dhtml.module_2.patch 1.96 KB

#4

The other patch has been updated, so I updated this one as well.

AttachmentSize
taxonomy_dhtml.module_3.patch 1.96 KB

#5

Status:needs review» needs work

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

Status:needs work» fixed

Fixed in 5.x

#7

Status:fixed» closed (fixed)