“”

Page Teaser (with Fluid) Page Teaser (with Fluid)

3 likes

pw_teaser / stable

Create powerful page teasers in TYPO3 CMS with data from page properties and its content elements. Based on Extbase and Fluid template engine.

This version supports TYPO3

10 LTS 11 LTS

Older versions also support TYPO3

4.5 LTS 6.2 LTS 7 LTS 8 LTS 9 LTS 10 LTS 11 LTS


Tags

Get started

Download 6.0.3

Details

Author
Armin Vieweg
Company
v.ieweg Webentwicklung
Last update
15. Oct 2022
First upload
21. Dec 2010
Downloads
48,202
Category
Frontend Plugins
Dependencies
  • TYPO3 (>=10.4.6 <=11.5.99)

Last upload comment

Bugfixes


Downloads by month

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer require t3/pw_teaser to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (9)


Version history

Filter for TYPO3 versions

6.0.3 stable Latest
October 15, 2022
TYPO3: 10 LTS 11 LTS (>=10.4.6 <=11.5.99)
Bugfixes
Download
6.0.2 stable
October 10, 2022
TYPO3: 10 LTS 11 LTS (>=10.4.6 <=11.5.99)
Bugfixes
Download
6.0.1 stable
October 02, 2022
TYPO3: 10 LTS 11 LTS (>=10.4.6 <=11.5.99)
Bugfixes
Download
6.0.0 stable
September 11, 2022
TYPO3: 10 LTS 11 LTS (>=10.4.6 <=11.5.99)
Added TYPO3 11 LTS support
Download
5.0.1 stable
April 22, 2021
TYPO3: 9 LTS 10 LTS (>=9.5.0 <=10.4.99)
Bugfixes. Fixed wrong extension icon; Do not cause warning in Backend, when pw_teaser typoscript is missing; Fixed wrong Extbase mappings.
Download
5.0.0 stable
August 29, 2020
TYPO3: 9 LTS 10 LTS (>=9.5.0 <=10.4.99)
Added TYPO3 10 compatibility. New feature: Template presets. Added full ReST documentation. Dropped TYPO3 8.7 compatibility.
Download
4.0.0 stable
December 27, 2019
TYPO3: 8 LTS 9 LTS (>=8.7.0 <=9.5.99)
Added TYPO3 9.5 compatibility
Download
3.4.2 stable
March 27, 2017
TYPO3: 6.2 LTS 7 LTS 8 LTS (>=6.2.0 <=8.99.99)
Bugfix for TYPO3 8 compatibility. Thanks to Michael Oehlhof for providing the patch.
Download
3.4.1 stable
September 17, 2016
TYPO3: 6.2 LTS 7 LTS 8 LTS (>=6.2.0 <=8.99.99)
Bugfix for TYPO3 7.4 and below. Thanks to Gerald Grote for reporting and fixing the issue.
Download
3.4.0 stable
August 24, 2016
TYPO3: 6.2 LTS 7 LTS 8 LTS (>=6.2.0 <=8.99.99)
This update of pw_teaser makes it compatible from TYPO3 6.2 to 8.x and adds an entry to new content element wizard.
Download
3.3.1 stable
July 28, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Two bugfixes and some code refactorings
Download
3.3.0 stable
July 10, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Add new option "pageMode". Normally pages are passed as flat array to fluid template. If this option is set to "nested" you get a nested page object with (new attribute) childPages.
Download
3.2.0 stable
April 29, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Add new option "recursionDepthFrom" to define a start for recursion.
Download
3.1.1 stable
April 24, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Fixed php warning in settings utility
Download
3.1.0 stable
April 23, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Page and content model in pw_teaser does not have properties for all available columns in the accordant tables. In this version everytime you try to access such attributes the whole row of the page/content will be loaded (and stored in model) and the valu
Download
3.0.4 stable
April 15, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Fixed lib.tx_pwteaser to work with new namespaced classes
Download
3.0.3 stable
April 08, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Fixed bug in PHP 5.3 with accidentally added new array syntax []
Download
3.0.2 stable
April 07, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Fixed bug when ordering descending. When get pages recursively and order by (page tree) sorting, now the order of parent pages will be also respected. Add field sorting to $TYPO3_CONF_VARS[\'FE\'][\'addRootLineFields\'].
Download
3.0.1 stable
April 01, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Added TYPO3 6.2 LTS compatibility and many new features. Check changelog: http://goo.gl/0aLkpO (Added some very small fixed)
Download
3.0.0 stable
April 01, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Added TYPO3 6.2 LTS compatibility and many new features. Check changelog: http://goo.gl/0aLkpO
Download
2.99.2 stable
April 29, 2014
TYPO3: 4.5 LTS (>=4.5.0 <=4.7.99)
Add option for recursion begin. This backported version accords to version 3.2.0. For TYPO3 6.2 please use the latest version 3.x.
Download
2.99.1 stable
April 29, 2014
TYPO3: 4.5 LTS (>=4.5.0 <=4.7.99)
Small bugfix in backported version. For TYPO3 6.2 please use the latest version 3.x.
Download
2.99.0 stable
April 28, 2014
TYPO3: 4.5 LTS (>=4.5.0 <=4.7.99)
This is a backported version of 3.1.1 for TYPO3 4.5 or 4.7 installations. This version will be barely maintained, so please consider upgrading to TYPO3 6.2.
Download
2.9.1 stable
April 01, 2014
TYPO3: 6.2 LTS (>=6.2.0 <=6.2.99)
Added TYPO3 6.2 LTS compatibility and many new features. Check changelog: http://goo.gl/0aLkpO (Added some very small fixes)
Download
2.2.7 stable
November 05, 2012
TYPO3:
Updated manual.
Download
2.2.6 stable
August 03, 2012
TYPO3:
Fixed a small issue with deprecated filename of fluid layout file. Thanks to Oliver Klee, for reporting this issue.
Download
2.2.5 stable
July 02, 2012
TYPO3:
Fixed a small issue in GetContentViewHelper. Thanks to Marco Zanter for reporting.
Download
2.2.4 stable
June 15, 2012
TYPO3:
Changed all checkboxes in flexform to select-boxes. It was not possible to define a default for value for a field which is a checkbox, because checkboxes always got a value (0 or 1) and overwrites the typoscript setting.

Thanks to Anna-Lena Steines for p
Download
2.2.3 stable
November 03, 2011
TYPO3:
Fix some wrong mappings and make the ignoreUids feature working. Thanks to Dan Pugh.
Download
2.2.2 stable
September 16, 2011
TYPO3:
Fixed the getting of images of content elements. Thanks to Klaus Weidenbach
Download
2.2.1 stable
September 09, 2011
TYPO3:
Fixed a small bug with "first" and "previous" link in pagination viewhelper widget, which appears in combination with coolURI or realURL.
Download
2.2.0 stable
August 18, 2011
TYPO3:
Add possibility to select fluid-html-file directly via typoscript:

10 lib.pwteaser
10.view.templatePathAndFilename path/to/fluidtemplate.html
Download
2.1.0 stable
August 18, 2011
TYPO3:
Add new order method: by customField. Make it possible to order by a field which has been added to pages table by another extension, i.e.
Download
2.0.4 stable
August 04, 2011
TYPO3:
Fixed a bug which appears if random sorting and limit1 has been set. Thanks to Tim Klein-Hitpass, for reporting.
Download
2.0.3 stable
July 25, 2011
TYPO3:
Fixed a bug with multi inclusion of pw_teaser on one page. Thanks to Andreas W. Wylach.
Download
2.0.2 stable
June 15, 2011
TYPO3:
Some code improvement to increase performance.

Put extbase model mappings to extension setup, to prevent the appear of an exception if the user has forgotten to include the static setup to template.
Download
2.0.1 stable
June 10, 2011
TYPO3:
Fixed a bug with the rendering of given typoscript. Now it is possible to give pw_teaser typoscript, which will be interpreted before it will be used as property of pw_teaser.
Download
2.0.0 stable
June 09, 2011
TYPO3:
Add very much new features and possibilities to order and filter pages. Add new hook to manipulate or add new pages or properties.
Download
1.0.1 alpha
December 21, 2010
TYPO3:
Removed accidentally added trunk, branches and tag directory. Some flexform fixes.
Download
1.0.0 alpha
December 21, 2010
TYPO3:
First initial publication of alpha version.
Download

Get started

Download 6.0.3

Details

Author
Armin Vieweg
Company
v.ieweg Webentwicklung
Last update
15. Oct 2022
First upload
21. Dec 2010
Downloads
48,202
Category
Frontend Plugins
Dependencies
  • TYPO3 (>=10.4.6 <=11.5.99)