Closed (won't fix)
Project:
Taxonomy List
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 15:08 UTC
Updated:
3 Feb 2013 at 19:46 UTC
I'm using Taxonomy List to provide a menu item that shows a page with all terms of one vocabulary: taxonomy/vocabulary/21
The terms are all listed but the Links to the corresponding page for each term don't work. They are all like this:
category/my-vocabulary/drupal/all
which causes an "Page not found"-Error. Without the "all" at the end of the URL it works perfectly. I'm not sure whether this is a bug of Taxonomy List. As an workaround I changed line 107 from
'kids' => variable_get('taxonomy_list_show_children', FALSE) ? '/all' : NULL,
to
'kids' => variable_get('taxonomy_list_show_children', FALSE) ? '/' : NULL,
and the links work fine.
Comments
Comment #1
pomliane commentedThis version of Taxonomy List is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.