Archivist

Skip to end of metadata
Go to start of metadata


What is Archivist?

Archivist is an archive navigation Extra for MODx Revolution. It allows for wordpress-style navigation of Resources, as well as month/year/day archive listing and automatic FURL generation.

Requirements

  • MODx Revolution 2.0.0-RC-2 or later
  • PHP5 or later

History

Archivist was written by Shaun McCormick as a wordpress-style archiving component, and first released on June 3rd, 2010.

Download

It can be downloaded from within the MODx Revolution manager via Package Management, or from the MODx Extras Repository, here: http://modx.com/extras/package/archivist

Development and Bug Reporting

Archivist is stored and developed in GitHub, and can be found here: http://github.com/splittingred/Archivist

Bugs can be filed here: http://github.com/splittingred/Archivist/issues

Usage

Archivist has 2 snippets - one to display the month/year/day listing ("Archivist"), and the other to display archive results ("getArchives").

Examples

Display archives for your site, with a Month listing for Resources with parents 54 and 55, and then on a Resource ID of 123, display the Resources for that month.

The call for the Month listing:

[[!Archivist? &parents=`54,55` &target=`123`]]

And then on your archives page:

[[!getArchives?
   &parents=`54,55`
   &toPlaceholder=`archives`
]]

<h2>[[+arc_month_name]] [[+arc_year]] Archives</h2>

[[+archives]]

See Also

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.