Admin Page Tree Multiple Sorting

Extend the ordinary sort of children of a template in the admin page tree with multiple properties. For each template, you can define your own rule. Write each template (template-name) in a row, follo

#Admin Page Tree Multible Sorting #####ClassName: ProcessPageListMultipleSorting


Extend the ordinary sort of children of a template in the admin page tree in the ProcessWire CMS/CMF with multiple properties. For each template, you can define your own rule. Write each template (template-name) in a row, followed by a colon and then the additional field name for sorting.


Example: All children of the template "blog" to be sorted in descending order according to the date of creation, then descending by modification date, and then by title. Type:

blog: -created, -modified, title

Pretty, huh? Then I am pleased to receive a donation on Flattr or PayPal.


###Installation

  1. Copy the files for this module to /site/modules/ProcessPageListMultipleSorting/
  2. In admin: Modules > Check for new modules.
  3. Install Module "Admin Page Tree Multible Sorting".

Alternative in ProcessWire 2.4+

  1. Login to ProcessWire backend and go to Modules
  2. Click tab "New" and enter Module Class Name: "ProcessPageListMultipleSorting"
  3. Click "Download and Install"

###Changelog

1.0.1

  • Small improvements

1.0.0

  • Initial release

More modules by David Karich

  • AIOM+ (All In One Minify) for CSS, LESS, JS and HTML

    AIOM+ (All In One Minify) can minimize and combine CSS, LESS and JS files into a single file. HTML source can be minimized. Can enhance builtin template caching and noticeable speed up your site.
  • Page Hit Counter – Simple Page View Tracking

    The Page Hit Counter module implements a simple page view tracking. Page views of visitors are automatically tracked on defined templates, with monitoring of multiple page views. Even if the page is c
  • ProcessWire-Textformatter-AutoSchema

    AutoSchema automatically sets the basic properties of the micro data of Schema.org. For example, for headings, images and links. Images are automatically changed to a figure tag and the alt Attribut…
  • Admin Page Tree Multiple Sorting

    Extend the ordinary sort of children of a template in the admin page tree with multiple properties. For each template, you can define your own rule. Write each template (template-name) in a row, follo
  • Repeater Matrix Item Duplicator

    This module extends the commercial ProcessWire ProModule "RepeaterMatrix" by the function to duplicate repeater items from one page to another page. Multilingual and full support of file…

All modules by David Karich

Install and use modules at your own risk. Always have a site and database backup before installing new modules.