Posted by jovemac@drupal.org on July 9, 2009 at 1:53am
Dear all!
I am using d6.13 and building a site for a monthly magazine which has 10 categories of news. I am adding the respective articles under each categories ex.
www.mysite.com/news
www.mysite.com/beautytips
www.mysite.com/politics
www.mysite.com/technology
www.mysite.com/marketwatch
etc
which will be the regular links.
What I am looking for is to know how to bind all these articles together? Something like a book module... When its archived, all these should happen simultaneously.
Regards
Jo

Comments
Do you mean to associate all
Do you mean to associate all the articles related to a specific issue together and achieve them. If so, just add another field in your CCK to track the issue no. You can then list these Achieved articles using views.
For eg. In our website: http://www.mydigitalfc.com, a local financial newspaper, we have several categories of news. The Categories include: My Money, My Stock, etc. We have a page to display the top news(for a particular day ) on the category page, My Money. The link for Achieves, More Page, can be used to view articles based on the published date.
Does this help?
Netlink Technologies Ltd
I blog and Twitter :)
Shyamala
Unimity Solutions
Hi! As said earlier, I do
Hi!
As said earlier, I do have a magazine of about 16 categories. Out of which few categories may be replaced with new ones in the next issue and later the old may re-entry. End result we do publish 16 categories of articles every month. How to associate the categories with articles with the specific issue. And what about the categories that has no articles for this specific issue?
Also I tried using views, to display the latest article, its getting confused with the categories for which there is no article for this specific issue.
Please advise.
Similar scenario
Hey man,
I asked somewhat the same question here: http://groups.drupal.org/node/24741
I haven't had a chance to try it out yet, but your answer might be hiding here. Hope that helps.