Project

General

Profile

Actions

Feature #48785

closed

Reverse sorting of FilesContentObject

Added by René Pflamm almost 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-06-03
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

An option to reverse the sorting of the files list would be nice.

page.10 = FILES

page.10 {
  files = 12,15,16
  collections = 2,9
  folders = 1:mypics/

  sorting = name
  reverse = 1

  renderObj = TEXT
  renderObj {
    data = file:current:size
    wrap = <p>File size: <strong>|</strong></p>
  }
}

Files

FilescontentObjectSorting.patch (985 Bytes) FilescontentObjectSorting.patch Enable reverse sorting René Pflamm, 2013-06-03 10:48
FilesContentObject.php.patch (531 Bytes) FilesContentObject.php.patch Witali Rott, 2013-12-06 14:11
Actions #1

Updated by Steffen Weber almost 11 years ago

I second this, this would be very helpfull. Also, before FAL, reverse sorting was possible.

Actions #2

Updated by Witali Rott over 10 years ago

Usage:

sorting.reverse = 1

Example:

tt_content.uploads.20.sorting.reverse = 1

Actions #3

Updated by Chris topher over 10 years ago

Hi guys,

I think this has been solved already. In TYPO3 6.2 the new sub-property sorting.direction has been introduced which allows changing the sort direction. See http://docs.typo3.org/typo3cms/TyposcriptReference/latest/ContentObjects/Files/

Actions #4

Updated by Lorenz Ulrich almost 10 years ago

This can indeed be closed as it is implemented.

Actions #5

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF