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

geodaniel’s picture

I 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.

geodaniel’s picture

Status: Active » Closed (won't fix)

Setting 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.