Closed (won't fix)
Project:
Taxonomy dhtml
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2007 at 05:58 UTC
Updated:
1 Oct 2008 at 08:43 UTC
Jump to comment: Most recent
Comments
Comment #1
dgtlmoon commentedThis should resolve http://drupal.org/node/30158 sorry for the duplicate issue
Comment #2
v8powerage commenteddgtlmoon - You're a genius!!!
I just can't find a good words to describe how I'm grateful. When I'll be a millionaire You have from me 1 000 000$ (You just have to wait some time ;-)
I think it's obvious, that now we have to update the project taxonomy_dhtml to the new version with this patch.
Comment #3
v8powerage commentedHm I was too hurry with my previous post, this patch works, but there is a problem with display.
I describe this with an example:
There is vocabulary "ABC" and categories:
"a"
"b"
"c"
and there is vocabulary "DEF" and categories:
"d"
"e"
"f"
but in block there is vocabulary "ABC" and categories:
"a"
"b"
"c"
"d"
"e"
"f"
Which means that, if we have only one vocabulary - everything is ok, but if we have a few vocabularies there is a huge problem, because this display links to all categories from all vocabularies in all blocks, instead of blocks with vocabularies and links to categories only from this one vocabulary :I
Comment #4
v8powerage commentedHm I was too hurry with my previous post, this patch works, but there is a problem with display.
I describe this with an example:
There is vocabulary "ABC" and categories:
"a"
"b"
"c"
and there is vocabulary "DEF" and categories:
"d"
"e"
"f"
but in block there is vocabulary "ABC" and categories:
"a"
"b"
"c"
"d"
"e"
"f"
Which means that, if we have only one vocabulary - everything is ok, but if we have a few vocabularies there is a huge problem, because this display links to all categories from all vocabularies in all blocks, instead of blocks with vocabularies and links to categories only from this one vocabulary :I
Comment #5
Anonymous (not verified) commentedPassing the vid into the overview function should resolve the issue that Shaman points out. I haven't tested it yet but based on how I read the overview function that should do it.
Comment #6
doc2@drupalfr.org commentedHas this suggestion been implemented by anybody? Do you have some feedback to share and a patch or some code for this?
What about this in the 5.x version?
Thanks in advance.
Comment #7
v8powerage commentedI have my own version of this module, which works at my site, http://unitra.eu.org (right menu block).
It displays one block for all vocabularies.
Here's the code (version 4.7x):
Comment #8
Anonymous (not verified) commentedAt this time, there is no support for the 4.x version of this module. The 5.x version of the module will be reviewed and where possible backporting of features from the 6.x version will take place.