I realize this module does not allow classification of links under taxonomy terms. Is that so? This is a necessary feature, IMO.

Comments

syscrusher’s picture

Assigned: Unassigned » syscrusher

It 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)

syscrusher’s picture

Status: Active » Closed (works as designed)