• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Website script advice for cataloging article

tuteja1986

Diamond Member
Hey all ,

I am looking for a script for that will catalog article. Sort like archive them so if some wanted access to old article they could without using search.
 
Many content management systems have the ability to manage articles, posts, and messages. I'm not sure if you wanted something that complex. You would be looking at a server side script like PHP to return to the user a list of articles stored on the server, when the user requests page N of the listing results.

I assume these articles are HTML pages?
 
Back
Top