Using views...
radarino - June 7, 2008 - 18:04
| Project: | Taxonomy Menu |
| Version: | 5.x-1.03 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Hi!
I'm using taxonomy_menu and views (on Drupal 5.7), but I have a strange problem..
The menu don't shows contents when vid=tid, and this is in your code:
// Only add the Term ID if its not the Vocabulary ID
if ($vid != $tid) {
$arguments[] = $tid;
}why?
my first vocabulary has a term with tid=1...
Thanks
Antonio

#1
Is this still valid?