DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Random Files Sorting

Author:Christopher
Created:2010-12-18T19:57:23
Changed by:Philipp Müller
Changed:2014-04-08T14:05:52
Classification:lvrandfiles
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) ----
Keywords:forEditors, forBeginners
Author:Philipp Mueller
Email:philipp.mueller@lavitto.ch
Language:en

img-1 img-2 EXT: Random Files Sorting

Extension Key: lvrandfiles

Language: en

Version: 1.0.0

Keywords: forEditors, forBeginners

Copyright 2013, Philipp Mueller, <philipp.mueller@lavitto.ch>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

`EXT: SSL Helper 1 <#__RefHeading__5708_1738894311>`_

`Introduction 3 <#__RefHeading__5710_1738894311>`_

What does it do? 3

`Installation 4 <#__RefHeading__453_362501470>`_

`Administration 5 <#__RefHeading__31511_818911409>`_

Screenshots 5

Constant Editor 5

Page Settings 5

`Others 6 <#__RefHeading__794_1937077595>`_

Known problems 6

To-Do list 6

ChangeLog 6

Introduction

What does it do?

Extends the FileContentObject with a random sorting.

Installation

Simple install the extension by extension manager

Administration

Additionally to existing properties you can define “rand()” as a sorting-option.

Example

TypoScript-Setup

lib.field_images = COA_INT
lib.field_images {
  10 = FILES
  10 {
    references {
      data = levelmedia:-1,slide
    }

    // here you can use “rand()” now
    sorting = rand()
    maxItems = 5

    renderObj = COA
    renderObj {
      10 = IMAGE
      10 {
        file {
          import.data = file:current:publicUrl
          width = 110c
          height = 100c
        }
      }
    }
  }
}

Others

Known problems

Nothing. If you find a problem report it on http://forge.typo3.org/projects/extension-lvrandfiles To-Do list ^^^^^^^^^^

Nothing. Feel free to add feature requests on http://forge.typo3.org/projects/extension-lvrandfiles

ChangeLog

See EXT:lvrandfiles/ChangeLog