2017 © Pedro Peláez
 

typo3-cms-extension typo3-dcp

TYPO3 Extension - Dynamic Content Plugin

image

sethorax/typo3-dcp

TYPO3 Extension - Dynamic Content Plugin

  • Wednesday, August 9, 2017
  • by Sethorax
  • Repository
  • 2 Watchers
  • 0 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 23 % Grown

The README.md

TYPO3 Extension DCP

StyleCI Latest Stable Version License, (*1)

This extension adds a plugin to display centralized tt_content elements based on storage (PIDs)., (*2)

Features

  • Works with all content elements (even third party ones like DCEs)!
  • Outputs all content elements from selected pages (or sysfolders).
  • Ability to define a plugin mode whose value can be retreived in content element templates via a built-in viewhelper.
  • Ability to further filter the elements by TYPO3 categories
  • Ability to limit the number of records.
  • Ability to select a tt_content database field used for sorting.
  • Ability to select the sorting direction.
  • Fully compatible with multiple languages and all language overlay modes.

Say hello to centralized dynamic content!, (*3)

Rendering is done via the content object typoscript methods. So all default functionality like start and end times and hidden does work!, (*4)

Usage

Installation

Installation using Composer, (*5)

It is recommended to install this extension via composer.
To install it just do composer require sethorax/typo3-dcp, (*6)

This extension can also be installed traditionally via the TYPO3 Extension Repository (TER)., (*7)

Setup

  1. Include the static TypoScript template of the extension.
  2. Define some plugin modes via pageTS (see example below).
  3. Create the dynamic content plugin where you want to output your centralized content elements.
  4. Set your mode, and storage and optionally some categories, the limit, order field and sorting direction.
  5. Have fun with your centralized content!

Example

The first thing before using this plugin is to specify the plugin modes in pageTS.
To do that simply add a new pageTS settings like the following:, (*8)

tx_dcp.pluginModes {
    list = List
    detail = Detail
}

Once the plugin modes are set, they can be selected within the plugin settings.
With the help of the built-in {dcp:mode.get()} viewhelper the plugin mode value can be retreived in the content element template.
This makes it possible to create different render options for the same content element type based on the plugin mode (e.g. list or detail view)., (*9)

ViewHelper namespace

To use the built-in viewhelper, simply add the following at the top of your fluid template:, (*10)

{namespace dcp=Sethorax\Dcp\ViewHelpers}, (*11)

The Versions

09/08 2017

dev-master

9999999-dev

TYPO3 Extension - Dynamic Content Plugin

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Avatar Sethorax

plugin typo3 cms

09/08 2017

1.1.2

1.1.2.0

TYPO3 Extension - Dynamic Content Plugin

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Avatar Sethorax

plugin typo3 cms

08/08 2017

1.1.1

1.1.1.0

TYPO3 Extension - Dynamic Content Plugin

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Avatar Sethorax

plugin typo3 cms

01/08 2017

1.1.0

1.1.0.0

TYPO3 Extension - Dynamic Content Plugin

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Avatar Sethorax

plugin typo3 cms

27/07 2017

1.0.0

1.0.0.0

TYPO3 Extension - Dynamic Content Plugin

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Avatar Sethorax

plugin typo3 cms