“”

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

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

Older versions also support TYPO3

Composer support

composer req t3/pw_teaser

Tags

#sitemap #page #Teaser #Fluid #menu #pages

Last upload comment

Bugfixes

Downloads by month

Download 6.0.3 Extension Manual Found an Issue? Code Insights Packagist.org Donate and Give Kudos
Author
Armin Vieweg
Company
v.ieweg Webentwicklung
Last update
15. Oct 2022
First upload
21. Dec 2010
Downloads
36,262
Category
Frontend Plugins
Dependencies
  • TYPO3 (10.4.6 - 11.5.99)

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 req 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

Version Upload comment Works with TYPO3 Download
6.0.3 / stable
October 15, 2022
Bugfixes
10.4.6 - 11.5.99 Download
6.0.2 / stable
October 10, 2022
Bugfixes
10.4.6 - 11.5.99 Download
6.0.1 / stable
October 02, 2022
Bugfixes
10.4.6 - 11.5.99 Download
6.0.0 / stable
September 11, 2022
Added TYPO3 11 LTS support
10.4.6 - 11.5.99 Download
5.0.1 / stable
April 22, 2021
Bugfixes. Fixed wrong extension icon; Do not cause warning in Backend, when pw_teaser typoscript is missing; Fixed wrong Extbase mappings.
9.5.0 - 10.4.99 Download
5.0.0 / stable
August 29, 2020
Added TYPO3 10 compatibility. New feature: Template presets. Added full ReST documentation. Dropped TYPO3 8.7 compatibility.
9.5.0 - 10.4.99 Download
4.0.0 / stable
December 27, 2019
Added TYPO3 9.5 compatibility
8.7.0 - 9.5.99 Download
3.4.2 / stable
March 27, 2017
Bugfix for TYPO3 8 compatibility. Thanks to Michael Oehlhof for providing the patch.
6.2.0 - 8.99.99 Download
3.4.1 / stable
September 17, 2016
Bugfix for TYPO3 7.4 and below. Thanks to Gerald Grote for reporting and fixing the issue.
6.2.0 - 8.99.99 Download
3.4.0 / stable
August 24, 2016
This update of pw_teaser makes it compatible from TYPO3 6.2 to 8.x and adds an entry to new content element wizard.
6.2.0 - 8.99.99 Download
3.3.1 / stable
July 28, 2014
Two bugfixes and some code refactorings
6.2.0 - 6.2.99 Download
3.3.0 / stable
July 10, 2014
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.
6.2.0 - 6.2.99 Download
3.2.0 / stable
April 29, 2014
Add new option "recursionDepthFrom" to define a start for recursion.
6.2.0 - 6.2.99 Download
3.1.1 / stable
April 24, 2014
Fixed php warning in settings utility
6.2.0 - 6.2.99 Download
3.1.0 / stable
April 23, 2014
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
6.2.0 - 6.2.99 Download
3.0.4 / stable
April 15, 2014
Fixed lib.tx_pwteaser to work with new namespaced classes
6.2.0 - 6.2.99 Download
3.0.3 / stable
April 08, 2014
Fixed bug in PHP 5.3 with accidentally added new array syntax []
6.2.0 - 6.2.99 Download
3.0.2 / stable
April 07, 2014
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\'].
6.2.0 - 6.2.99 Download
3.0.1 / stable
April 01, 2014
Added TYPO3 6.2 LTS compatibility and many new features. Check changelog: http://goo.gl/0aLkpO (Added some very small fixed)
6.2.0 - 6.2.99 Download
3.0.0 / stable
April 01, 2014
Added TYPO3 6.2 LTS compatibility and many new features. Check changelog: http://goo.gl/0aLkpO
6.2.0 - 6.2.99 Download
2.99.2 / stable
April 29, 2014
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.
4.5.0 - 4.7.99 Download
2.99.1 / stable
April 29, 2014
Small bugfix in backported version. For TYPO3 6.2 please use the latest version 3.x.
4.5.0 - 4.7.99 Download
2.99.0 / stable
April 28, 2014
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.
4.5.0 - 4.7.99 Download
2.9.1 / stable
April 01, 2014
Added TYPO3 6.2 LTS compatibility and many new features. Check changelog: http://goo.gl/0aLkpO (Added some very small fixes)
6.2.0 - 6.2.99 Download
2.2.7 / stable
November 05, 2012
Updated manual.
Download
2.2.6 / stable
August 03, 2012
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
Fixed a small issue in GetContentViewHelper. Thanks to Marco Zanter for reporting.
Download
2.2.4 / stable
June 15, 2012
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
Fix some wrong mappings and make the ignoreUids feature working. Thanks to Dan Pugh.
Download
2.2.2 / stable
September 16, 2011
Fixed the getting of images of content elements. Thanks to Klaus Weidenbach
Download
2.2.1 / stable
September 09, 2011
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
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
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
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
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
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
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
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
Removed accidentally added trunk, branches and tag directory. Some flexform fixes.
Download
1.0.0 / alpha
December 21, 2010
First initial publication of alpha version.
Download