As I use many categories and some of the categories with several terms in it, I have blogs where the taxonomy categories show 2 or 3 lines of links at the top of the blog. As you see it here:
http://sirius-c-publishing.com/blog/perfectionism
Unfortunately, only THE FIRST LINE is functional, subsequent lines cannot be clicked, the links are dead.
Is this a known bug? I have tried different setups of the taxonomy module but it did not fix the bug.
Thanks for any help.
Pierre F. Walter
coachlog@elitemail.org
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.