Closed (won't fix)
Project:
KML
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2007 at 14:59 UTC
Updated:
6 Apr 2007 at 16:41 UTC
it would be nice if the module could display content tagged with a particular category (Category.module) other than term (Taxonomy.module), being Category quite diffused.
Category replaces Taxonomy with a wrapper and can mantain all categories as taxonomy terms in parallel.
Only problem is that being any term a node at all effects in Category, all /taxonomy/term/x links redirect to /node/x, so pointing at /taxonomy/term/x/networklink gives back a 404 Page Not Found error.
Obviously pointing at /category/x/networklink (same as /taxonomy/term/x/network for Taxonomy) does not work too.
thanks
Comments
Comment #1
geodaniel commentedI haven't used category module myself, but if I get a chance I'll take a look and see how difficult it would be to intergrate (presumably not too difficult). If anyone beats me to a patch though, I'd happily incorporate it.
Comment #2
geodaniel commentedSetting this as won't fix, as most work is likely to go into the views compatibility now, which will allow all of this to happen if category module is views compatible.