Posted by kbk on December 17, 2009 at 2:52pm
I would like to create a taxonomy where the title of the term contains a link to an external (rather than internal) webpage. I found a workaround for doing this with CCK and CCK Redirection may offer a better solution but it seems using Taxonomy could allow a more efficient solution because I only want a title and link. Has anyone done this?
Example taxonomy
Vocabulary: Habitat Types
Term = Northern Forest
Desired Link = Northern Forest
Term = Coastal Plain Marsh
Desire Link = Coastal Plain Marsh
Comments
Are you actually using this
Are you actually using this as a taxonomy? If not, have you looked at http://drupal.org/project/links ?
I'm aware of links but not
I'm aware of links but not familiar with it. I do, however, think I see why you're suggesting it. I'll try it out in a few days, today is Friday and I'm the 9-5 type.
Thanks for the tip.
The Link module is close but
The Link module is close but it does not allow you to pre-specify links. If you could build a select list by populating an allowed value list, it would suit my purposes.