Closed (works as designed)
Project:
Links Package
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
4 Nov 2007 at 19:29 UTC
Updated:
30 Dec 2008 at 21:42 UTC
I realize this module does not allow classification of links under taxonomy terms. Is that so? This is a necessary feature, IMO.
Comments
Comment #1
syscrusher commentedIt doesn't directly allow that, because links are not considered to be "content" by the API. Rather, this package allows links to be attached to nodes of arbitrary types (see "links_related.module" in this package) or it allows a simple node type that represents just a link and its description (see "links_weblink.module", also in this package).
These two options allow creation of nodes, and then of course the nodes can be assigned to any taxonomy term(s) you wish using the normal Drupal functionality.
Does this make sense?
Kind regards,
Scott (Syscrusher)
Comment #2
syscrusher commented