Creating Archive of Previous Articles
15 posts by 2 authors in: Forums > CMS Builder
Last Post: May 19, 2010 (RSS)
By hhusted - May 19, 2010
Or would this be too complicated.
Re: [hhusted] Creating Archive of Previous Articles
By Jason - May 19, 2010
In CMS just make sure that for each article you have a field for the year and a field for the month. Once this information is in the database, we can access the information any way we like.
The way you want users to be able to access your articles is a design issue. You can set it up whichever way you like best.
For ease of use, I'd suggest displaying a link to each archived article, sorted by year, and then month. Then at the top of the page, you can give the user an option of limiting the search to a specific year and month. But this is just the way I would do it, you can set it however you like.
Hope this helps.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
By hhusted - May 19, 2010
Re: [hhusted] Creating Archive of Previous Articles
By Jason - May 19, 2010
The easiest way to proceed would be to first create an Article section in your CMS and enter in a couple of articles so we have something to work with.
After that, go to the code generator and generate some viewer code. This will give us a place to start.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
By hhusted - May 19, 2010