-
Notifications
You must be signed in to change notification settings - Fork 19
/
README
32 lines (20 loc) · 1.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
= 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
3) Run the extension update task.
$ rake production radiant:extensions:reorder:update
4) 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.