|
Revision 613, 0.9 kB
(checked in by seancribbs, 10 months ago)
|
Update reorder README.
|
| Line | |
|---|
| 1 |
= Reorder |
|---|
| 2 |
|
|---|
| 3 |
Created by Sean Cribbs, October 2007. Inspired by Adam Williams' original |
|---|
| 4 |
reorder extension. |
|---|
| 5 |
|
|---|
| 6 |
Allows pages to be arbitrarily ordered underneath their parent. This is useful |
|---|
| 7 |
for creating navigations based on children of a given page. Buttons are added |
|---|
| 8 |
to the sitemap that allow you to move individual pages higher or lower in the |
|---|
| 9 |
ordering, or to the top or bottom of the list. |
|---|
| 10 |
|
|---|
| 11 |
No drag-and-drop for now! Keeping it simple. |
|---|
| 12 |
|
|---|
| 13 |
Included images are slightly modified from FamFamFam Silk Icons by Mark James: |
|---|
| 14 |
http://www.famfamfam.com/lab/icons/silk/ |
|---|
| 15 |
|
|---|
| 16 |
*** THIS EXTENSION REQUIRES THE 'SHARDS' EXTENSION TO BE INSTALLED *** |
|---|
| 17 |
|
|---|
| 18 |
== Installation |
|---|
| 19 |
|
|---|
| 20 |
1) Unpack/checkout/export the extension into vendor/extensions of your project. |
|---|
| 21 |
|
|---|
| 22 |
2) Run the extension migrations. |
|---|
| 23 |
|
|---|
| 24 |
$ rake production db:migrate:extensions |
|---|
| 25 |
|
|---|
| 26 |
3) Run the extension update task. |
|---|
| 27 |
|
|---|
| 28 |
$ rake radiant:extensions:reorder:update |
|---|
| 29 |
|
|---|
| 30 |
4) Restart your server |
|---|