Posted by Firoj on December 2, 2008 at 9:17am
I'm working on newspaper site. Developing the site using Drupal. I need a static page: where i can search the news archive based on newspaper volume no, or year-month. Any ideas how can i do it?
I'm working on newspaper site. Developing the site using Drupal. I need a static page: where i can search the news archive based on newspaper volume no, or year-month. Any ideas how can i do it?
Comments
One straightforward way
One straightforward way would be to use Taxonomy to create a category ("Issues," perhaps) in which each of the terms is identified with an individual issue (June 2008, July 2008, etc). Then use Views to create issue views that display content from one issue only.
Another way would be to use the posted on date (rather than the taxonomy system) as the information on which Views sorts nodes.
I'm sure there are some tutorials that describe ways of doing this in the Newspapers on Drupal learning resources guide: http://groups.drupal.org/freelinking/Some%2520Drupal%2520learning%2520re...
You could use volume number
You could use volume number and year, month as CCK fields with every article and then display archives using <a href="http://drupal.org/project/views>Views
Netlink Technologies Ltd
http://shyamala-drupal.blogspot.com/
Shyamala
Unimity Solutions
But before you go too far
But before you go too far down the "editions" road, see Steve Yelvington's blog entry on timeliness:
http://www.yelvington.com/node/515
You can use a combination of
You can use a combination of modules as I did. Check out here:
http://guardian.co.tt/archives
The calendar and timeline modules were used and for the 3rd display of archives, the monthly archive default view was used.