Closed (won't fix)
Project:
Taxonomy navigation
Version:
master
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
24 Feb 2006 at 14:57 UTC
Updated:
25 Jul 2009 at 00:11 UTC
Jump to comment: Most recent
Comments
Comment #1
jarea commentedSame problem with me. Follow this issue.
Comment #2
jarea commentedI found the problem in my case. I had read somewhere that they changed templates and the problem went away. I am using bluemarine, so I switched to Freinds Electric and sure enough, the additional lines of links worked fine. I traced the difference to this.
In my themes>bluemarine>node.tpl.php I changed
print $termsto
if ($terms):print $termsendif;The following is unrelated to the fix above.
I also noticed a similar difference with $links so I made a similar change there, but I haven't had the occasion to test it yet.
Changing from
if ($links) {print $links};to
if ($links):print $linksendif;Comment #3
jarea commentedSorry I should have put that in code tags. The first example would be
From:
To:
The second example would be
From:
To:
Comment #4
Anonymous (not verified) commentedSo Pierre, should we mark this as not a problem for Taxonommy navigation but an issue for the the chosen theme based on #2? Marking as minor since we're approaching 1 year on this issue with no resolutions other than a theming comment. I was forced to change the Version value.
Comment #5
jerdiggity commentedhttp://drupal.org/project/taxnav -- Module is no longer supported.