Needs review
Project:
Taxonomy Node
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Jan 2011 at 22:46 UTC
Updated:
8 Feb 2012 at 04:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
daigorocub commentedComment #2
daigorocub commentedComment #3
daigorocub commentedThis is probably not the correct way of using drupal. Anyway I made a function on template.php. This collects the urls to the taxonomy nodes and makes some links with the taxonomy terms:
Then, I use it in "node-produtos.tpl.php" like so:
Comment #4
daigorocub commentedPlease review this because I think it needs polishing.
Comment #5
ziomizar commentedHi @daigorocub,
I have the same issue, and i have solved using hook_link_alter.
This patch change automatically url of taxonomy into the taxonomynode.
Let me know if it work.
Comment #6
edchan commentedHi @ziomizar,
Thanks for the patch. I've used your patch but somehow I think it has an issue with path and pathauto modules. I've modified it but not sure if this is the right thing to do (I'm new in the community):