All Projects → radiant → Radiant Reorder Extension

radiant / Radiant Reorder Extension

An extension for Radiant CMS that allows you to specify and change the order of child pages within their parent page.

Programming Languages

ruby
36898 projects - #4 most used programming language

= Reorder

Created by Sean Cribbs, October 2007. Inspired by Adam Williams' original reorder extension.

Allows pages to be arbitrarily ordered underneath their parent. This is useful for creating navigations based on children of a given page. Buttons are added to the sitemap that allow you to move individual pages higher or lower in the ordering, or to the top or bottom of the list.

No drag-and-drop for now! Keeping it simple.

Included images are slightly modified from FamFamFam Silk Icons by Mark James: http://www.famfamfam.com/lab/icons/silk/

== Installation

  1. Unpack/checkout/export the extension into vendor/extensions of your project.

  2. Run the extension migrations.

$ rake production radiant:extensions:reorder:migrate

  1. Run the extension update task.

$ rake production radiant:extensions:reorder:update

  1. Restart your server and edit the order of the pages from the admin interface. To bypass the ordering system simply supply a "by" option to the finder tags.

== Compatibility The 0.7.1 tag is compatible with Radiant 0.7.1. Edge is currently compatible with Radiant 0.9.0RC1.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].