Is there a way to create a list of hyperlinks that I can include on, or somehow in association with a basic page or an article?
For example I would like to create a list of links to various websites, news articles, blogs, etc. related to the history of our community. Then i'd like to be able to display this list on our main history page (a basic page) and also on several articles on history (articles) that exist on our website. This would give me a single place to create and update (maintain) these links without having to go back and touch each page that includes them.
What would really be awesome is if I could somehow tag the links somehow and then be able to filter them using the tags. For example maybe I could tag my links by period (Colonial, Civil War) or by community (Manassas, Dumfries, Fredericksburg).
Any thoughts?
Comments
Multiple options
As usual, you solve this problem with content types, fields, and perhaps Views (to pull in multiple links based on taxonomy associations) and Panels (makes it easy to put a Views block on a node display page).
See
http://drupal.org/project/link (for adding link fields to a content type)
http://drupal.org/project/references (for referring to a node from another node)