georgringer/news-recurring

Add possibilities for galleries in a news record

Installs: 57

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 4

Open Issues: 4

Type:typo3-cms-extension

dev-master 2024-11-22 09:40 UTC

This package is auto-updated.

Last update: 2024-11-22 10:21:48 UTC


README

This extension provides an easy way to add multiple dates to a single news record.

Even though a recurring news event is a new record, it will be shown as a duplicate of the original one, except the date is switched to the actual one.

screenshot.png

Requirements

  • TYPO3 12/13 LTS
  • Extension news 12

How to use

Installation

Install the extension by using composer composer require georgringer/news-recurring or install it via Extension Manager.

Usage

When creating a new news record, you can add multiple dates as relation to it.

In the template some additional properties are available which might be useful

<!--This property will give you the original uid
    because by just fetching ``{newsItem.uid}`` the uid of the parent object will be shown.
-->
({newsItem.recurringOriginal}

<!--This property will get you the parent object-->
{newsItem.recurringParent}

<!--This property will give you all recurring events which are attached.-->
{newsItem.recurring}