Repository is archived
No commit activity in last 3 years
No release in over 3 years
Extends Trusty CMS to allow page ordering
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

< 11.0
~> 2.0.16
 Project Readme

= Reorder

Gem Version

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.