Active
Project:
Web Links
Version:
6.x-2.x-dev
Component:
Theming
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2009 at 14:39 UTC
Updated:
21 Aug 2010 at 01:36 UTC
Hi Nancy,
I Finally changed my site www.vindtocht.nl to Drupal 6, and of course converted my nodes to Web Links.
Thanks a lot for all effort you did in 2009 for me! A great yearending to you and Robert.
I would very much like my weblinks/[tid] pages to go to the taxonomy/term[tid] pages.
Because they have allready urlaliases so the pages look nicely, so taxonomy/term/176 for instance goes to wintersport and weblinks/176 not.
Thanks in advance!
Greetings, Martijn
Comments
Comment #1
nancydruOn about line 177, you will find
function weblinks_term_path($term). All you have to do is to either change the function name (like put an underscore in front) or comment out thereturnstatement.Comment #2
summit commentedGreat! Thanks.
May be handy to make an setup option for it..but for now I will try it this way.
Greetings, Martijn
Comment #3
nancydruWhen RealLife™ stops kicking me so hard, I may do that.
Comment #4
summit commentedHI Nancy,
I am trying to do this, but no result. I think it needs be done in:
There I have changed weblinks/ to taxonomy/term/ that is working!
I also have another problem with breadcrumb. See: http://drupal.org/node/735874
greetings,
Martijn
Comment #5
nancydruMy concern with that is if someone share a vocabulary with another content type. Then the content types would get intermingled.
Comment #6
summit commentedHi Nancy,
EDIT: Still +1 to have this as an option, because now I have to change this everytime I update weblinks module.
Also I see the weblinks_views module not working correctly. Every parentterm is also print so I get more than one the same parentterm in the breadcrumb.
greetings, Martijn
Comment #7
nancydru