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: show all news from tt_news

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-06-03T21:37:31.600000000
Classification:allnews
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) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:tt_news, show, all, starttime, future
Author:Timo Bartholomes
Email:tb@datawhore.de
Info 4:
Language:en

img-1 img-2 EXT: show all news from tt_news - allnews

EXT: show all news from tt_news

Extension Key: allnews

Language: en

Keywords: tt_news, show, all, starttime, future

Copyright 2009, Timo Bartholomes, <tb@datawhore.de>

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: show all news from tt_news 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

`Administration 4 <#1.2.Administration|outline>`_

`Configuration 5 <#1.3.Configuration|outline>`_

Reference 5

`To-Do list 6 <#1.4.To-Do%20list|outline>`_

`ChangeLog 7 <#1.5.ChangeLog|outline>`_

Introduction

What does it do?

  • Adds a frontend-plugin to TYPO3 which allows displaying of all news of a category, even before the starttime of the news
  • maybe added on login-protected pages to allow representatives of the press to see some news earlier
Screenshots

img-3

img-4

Administration

  • Include on root level: Include Static (from extensions) → Show all news (allnews)
  • Edit constants in Constant Editor or in template (Constants)

Configuration

  • Target group: Developers

Reference

Plugin.tx_allnews_pi1.option = value

NewsPid

Property

NewsPid

Data type

Int

Description

Sets ID of the Newssysfolder

Default

ListPid

Property

ListPid

Data type

Int

Description

Sets ID of the page including the list view if other than single view

Default

SinglePid

Property

SinglePid

Data type

Int

Description

Sets ID of the page including the single view if other than list view

Default

PageSize

Property

PageSize

Data type

Int

Description

Number of news elements per page

Default

CatPid

Property

CatPid

Data type

Int

Description

ID of the tt_news category you want to display

Default

TemplateFile

Property

TemplateFile

Data type

String

Description

Path to own template if any

Default

UseDach

Property

UseDach

Data type

Int

Description

Special thing in my dev setup

Default

0

((generated))
Example
plugin.user_allnews_pi1 {
    listPid = 135
    singlePid = 136
    newsPid = 500
    templateFile = EXT:user_allnews/res/pi1_template.html
    pageSize = 2
    catPid = 7
    useDach = 0
}

To-Do list

ChangeLog

  • 0.1.0

  • Initial TER upload

  • 0.2.0

  • Removed error in locallang.xml
    
  • Removed hidden news from list- and singleview
    
  • “Free for release after:" now only shown if starttime is in the Future
    
  • Template updated
    
  • Backlink in Singleview now points to the last page viewed in listview
    
  • 0.2.1
    
  • minor change

7