Pagetree Add New Childs Reverse

New Pages in Descending Sortorder (newest first) while sortmode is Manual Drag-n-Drop

ProcessWire Admin: New Pages in Descending Sortorder (newest first) while sortmode can be "Manual Drag-n-Drop"

When a site display an overview of the latest posts, news, image-albums, etc. the newest entries should be on top of the list. We can achieve that by using an automated setting for the sortfield e.g. when the page was created = "-created".

But this way we are not able to manually move a single page in the tree.

This module enables us to do exactly that. It works with manually created pages, with pages created via the API, also when bootstrapped by importer scripts.

====================

Pagetree "Newsitems" with 3 newsitems sorted in descending order.

alt text

===

New created item 4 is added to the top.

alt text

===

To change the order click item 3 and drag it to the top and drop it.

alt text

alt text

alt text

How to use it

Download the module into your site/modules/ directory and install it. In the config page you find a single textarea field. Here you can enter the templatename or page-ID of the parent which children should get reverse added, - optionaly followed by a colon and the child-templatename if you need a more precise selector. You can add as many parents as you like, but only one on each line and in this format: TEMPLATE-NAME or PAGE-ID[,CHILDTEMPLATE-NAME].

A few examples:

newsitems
posts,post
1042
1033,album

You want set your template(s) sortfield(s) to 'Manual drag-n-drop' if not have done allready.

ATTENTION

You need to setup the TreeParent and the module config when there are no children in it! Otherwise it will not work!

Also disabling the module once you have added childs and then add one new pages to it will mess up all! (You may think about to install the module as permanent in critical situations.?! see below ->)

Per default you are limited to 1.000.000.000 childpages, but you may increase it if you need :)

ProcessWire forums thread of this module

More modules by Horst Nogajski

  • WireMail: SMTP

    extends WireMail, uses SMTP protocol (plain | ssl | tls), provides: to, cc, bcc, attachments, priority, disposition notification, bulksending, ...
  • PageImage Manipulator

    This module provide basic Imagemanipulations for PageImages or Imagefiles ! FOR PW > 2.5.11+ and PW 3+, ONLY USE PageImageManipulator 2 !
  • Pagetree Add New Childs Reverse

    New Pages in Descending Sortorder (newest first) while sortmode is Manual Drag-n-Drop
  • Local Audio Files MP3-DB

    The Local Audio Files DB is a combination of a Module and a SiteProfile. It is intended to import MP3-files from your filesystem into ProcessWire, read ID3-Tags and pull coverImages from it to feed…
  • Croppable Image 3

    Field that stores one or more GIF, JPG, or PNG images and support optional predefined crop functionality!
  • Image Animated GIF

    This module helps with resizing and cropping of animated GIFs when using GD-Lib.

All modules by Horst Nogajski

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