TYPO3 Logo
News system
Release: 9.2

Loading data.

  • Introduction
    • What does it do?
    • Need Support?
    • Contribute
    • Help supporting further development
  • Quick start
    • Quick installation
    • Quick configuration
    • Create some initial content
    • Quick templating in Fluid
  • Editors manual
    • News administration module
    • List module
    • Plugin
    • Records
      • News
      • Category
      • Tag
  • Tutorials
    • Best practice
      • SEO
      • View button
      • TSconfig code snippets
      • Use Routing to rewrite URLs
      • Breadcrumb menu
      • RSS feed
      • LinkHandler
      • Limit content elements
      • Integrations with TypoScript
      • Cache clearing
      • Predefine values
      • ICalendar feed
    • Extend News
      • Extensions based on EXT:news
      • Extend FlexForms
      • Events
      • Hooks
      • Demands
      • Data processing
        • AddNewsToMenuProcessor
        • LanguageMenuProcessor
      • Add custom fields
      • Custom news types
    • Templates
      • Changing & editing templates
      • Bootstrap templates
      • Assorted snippets
      • ViewHelpers
      • Template selector
      • Render content elements
      • Group news records
      • Filter news by multiple categories
      • Set overwriteDemand in links
    • External tutorials
  • Administration
    • Installation
    • Updating
    • Migration
      • Migration from tt_news to news
      • Migration from realurl to news with routing
  • Reference
    • Extension Configuration
    • TypoScript
      • Plugin settings
      • General settings
    • TsConfig
      • General configuration
      • Administration module
      • Plugin configuration
    • Events
    • ViewHelpers reference
      • ExcludeDisplayedNewsViewHelper
      • HeaderDataViewHelper
      • IncludeFileViewHelper
      • LinkViewHelper
      • MediaFactoryViewHelper
      • MetaTagViewHelper
      • PaginateBodytextViewHelper
      • TargetLinkViewHelper
      • TitleTagViewHelper
      • Format / NothingViewHelper
      • Widget / PaginateViewHelper
    • ChangeLog
      • 9.2.2 - 25th January 2022
      • 9.1.1 - 20th December 2021
      • 9.1.0 - 11th November 2021
      • 9.0.0 - 23th October 2021
      • 8.6.0 - 22th July 2021
      • 8.5.2 - 12th January 2021
      • 8.5.1 - 8th January 2021
      • 8.5.0 - 20th October 2020
      • 8.4.1 - 25th September 2020
      • 8.4.0 - 18th August 2020
      • 8.3.0 - 12th May 2020
      • 8.2.0 - 4th May 2020
      • 8.1.1 - 4th May 2020
      • 8.1.0 - 28th April 2020
      • 8.0.0 - 2020/21/04
      • 7.3.1 - 2019/29/08
      • 7.3.0 - 2019/28/08
      • 7.2.3 - 2019/08/06
      • 7.2.2 - 2019/08/05
      • 7.2.1 - 2019/08/04
      • 7.2.0 - 2019/04/15
      • 7.1.0 - 2019/07/03
      • 7.0.8 - 2018/06/11
      • 7.0.7 - 2018/24/10
      • 7.0.6 - 2018/08/10
      • 7.0.5 - 2018/16/05
      • 7.0.4 - 2018/16/05
      • 7.0.1 - 2018/27/04
      • 7.0.0 - 2018/26/04
      • 6.3.0 - 2018/02/01
      • 6.2.1- 2018/01/24
      • 6.2.0 - 2018/01/23
      • 6.1.1 - 2017/09/06
      • 6.1.0 - 2017/08/31
      • 6.0.0 - 2017/21/03
      • 5.3.1 - 2017/01/21
      • 5.3.1 - 2016/11/24
      • 5.3.0 - 2016/11/24
      • 5.2.0 - 2016/09/23
      • 5.1.0 - 2016/09/12
      • 5.0.0 - 2016/09/03
      • 4.3.0 - 2016/07/13
      • 4.2.1 - 2016/03/11
      • 4.2.0 - 2016/03/02
      • 4.1.0 - 2016/01/27
      • 4.0.0 - 2015/11/10
      • 3.2.6 - 2016/07/13
      • 3.2.5 - 2016/03/01
      • 3.2.4 - 2015/09/26
      • 3.2.3 - 2015/09/25
      • 3.2.1 - 2015/07/13
      • 3.2.1 - 2015/07/11
      • 3.2.0 - 2015/05/19
      • 3.1.0 - 2015/02/12
      • 3.0.1 - 2014/06/03
      • 3.0.0 - 2014/05/16
      • 2.3.0 - 2013/12/12
      • 2.2.1 - 2013/09/23
      • 2.2.0 - 2013/07/06
      • 2.1.0 - 2013/03/28
    • Known problems
  • News system

PAGE CONTENTS

  • Set overwriteDemand in links
  1. Start
  2. Tutorials
  3. Templates
  4. Set overwriteDemand in links
View source How to edit Edit on GitHub

Set overwriteDemand in links¶

Sometimes it can be nice to define links with overwriteDemand properties in the frontend. Use cases are:

  • Change the sorting in the frontend
  • Define some category filter
  • …

The following example defines the ordering

<f:link.page additionalParams="{tx_news_pi1:{overwriteDemand:{order: 'datetime desc'}}}">
   Order datetime descending
</f:link.page>

Important

The checkbox Disable override demand in the list plugin (Tab Additional) must not be set to allow overriding the properties.

  • Previous
  • Next
  • Issues
  • Repository

Last updated: Jan 25, 2022 06:55

Last rendered: Jan 25, 2022 06:56

TYPO3 Theme 4.6.2

© Copyright 2022
  • Legal Notice
  • Privacy Policy