Files
comic-easel/widgets
kmhcreative d68a7f6652 Chapters drop-down hierarchy fix, orderby options
1. (Front-end) Fixed Chapters drop-down list so it indents children showing hierarchy.  Was showing as a flat list, making it impossible to see which chapters were children or parents.  The "render_as_list" option was already doing this correctly.

2. (Back-end) Added radio button options to order list by:
* "menu_order" (current method, and default)
* "tax_name"
* "ID"

The "tax_name" sorts ASC and then alphabetically by chapter name (this was the only option that displayed chapters in my intended hierarchical order of Volume->Story->Chapter).

The "ID" option theoretically should sort oldest to newest, since earlier chapter IDs will be lower than ones created later, assuming you didn't create the older chapters after newer ones.
2016-09-15 20:34:40 -05:00
..