page_list_view
Enables viewing site pages in a list views sortable by attibute, either full list or a paginated list. HEAD is >=0.9.1 compatible; tag 0.8.2 is compatible with 0.7.0 or higher.
| Author | Andrew vonderLuft |
|---|---|
| Website | https://github.com/avonderluft/radiant-page_list_view-extension |
| Repository | git://github.com/avonderluft/radiant-page_list_view-extension.git |
| Download | http://github.com/avonderluft/radiant-page_list_view-extension/tarball/master |
| Supports | Radiant 1.0.0alpha |
| Record Created | August 15, 2008 (over 3 years ago) |
| Last Updated | April 21, 2011 (10 months ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install page_list_view
Older versions requires adding the will_paginate plugin. Versions of Radiant >= 0.9.1 have it already required.
For older versions, after install, you may need to run from vendor/extensions/page_list_view directory:
$ git submodule init && git submodule update
