Closed (fixed)
Project:
Taxonomy dhtml
Version:
master
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2007 at 13:17 UTC
Updated:
12 Apr 2009 at 04:20 UTC
Jump to comment: Most recent
Comments
Comment #1
meba commentedThis is definitely feature request. Others would complain that empty terms are not displaying :-) I think it is pretty easy, add settings checkbox and then limit the list to non empty terms (possibly in SQL query?).
I have too much work now, can you try? :-) Thanks
Comment #2
mishhh commentedI would do if I could... Now I'm not yet prepared for such modifications, but I'm learning...
The modifications you talk about are not hard to understand, theoretically:)
Hey is someone here to help us?:P:P
Comment #3
mishhh commentedHere is what I've done for taxonomy dhtml block to display only terms with associated nodes.
In the taxonomy_dhtml_vocab_vert() function I've permitted the displaying only of those terms with $count > 0 . It is a little modification:
from this:
to this:
Comment #4
meba commentedThis is NOT that easy :-( I am working on it right now and it needs too much tweaking:
- What if the only term which has nodes is subterm of some master term? Then we should print a master term
- This doesn't solve the same on taxonomy dhtml page
This is very minor, so i am lowering the priority, i personally doesn't have enough time to do this. Anybody?
Comment #5
Anonymous (not verified) commentedThis 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 ).