Hi Xano!

Just in case it can be useful for someone else.

I'll describe a problem to make it clear. If you have a term with a few parents, for example:

-Administration
--Linux
---WebServers
--Windows
---WebServers

Selecting WebServers under Linux and Windows will show you same content.

I wanted this module to select topics which have Tags 'Administration && Linux && WebServers' and 'Administration && Windows && WebServers' corresponding. This implies creating link like this: ..../term2,3,4 or .../term2,5,4

In fact, I Managed this problem. This means it works on my web server. If you think this change could be useful for your module, in attachment you can find my changes.

CommentFileSizeAuthor
changes_log.txt1.16 KBkrtkr

Comments

xano’s picture

Vocabulary Index only allows you to browse through Taxonomy. It does nothing related to nodes. Because of that and because work on its successor (Index) progresses quickly this feature will not be added. It is however a very nice addition, so thank you very much for sharing.

alexanderrozenson’s picture

Woohoo!!! This is exactly what I'm looking for! It will be a great feature for the Index project!
I'm using Drupal to manage enterprise common knowledge and it's very important to categorize everything.
krtkr thank you thank you thank you!