Closed (fixed)
Project:
Taxonomy Menu
Version:
5.x-1.03
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2008 at 18:04 UTC
Updated:
11 Jan 2010 at 14:10 UTC
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
Comments
Comment #1
arlinsandbulte commentedIs this still valid?
Comment #2
arlinsandbulte commentedNo followup/activity after 2 months of status "postponed (maintainer needs more info)"
Feel free to re-open if this issue is still valid.