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
Requires
- georgringer/news: ^6.0
- typo3/cms-core: ^7.6.13 || >=8.5.0 <9
Replaces
- news_recurring: dev-analysis-8wM5Ko
- typo3-ter/news-recurring: dev-analysis-8wM5Ko
This package is auto-updated.
Last update: 2024-10-24 01:34:57 UTC
README
About
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.
Requirements
- TYPO3 7.6 LTS, 8.7 LTS
- Extension "news" 6.0.0
Screenshots
How to use
Using this extension is simple! Follow this steps:
Creating the records
- Install the extension. You can get it either from the TER or from Github
- Create or open a news record and add multiple dates.
Adopt the template
A few properties are added to the news object:
({newsItem.recurringOriginal}
This property will give you the original uid, because by just fetching {newsItem.uid}
the uid of the parent object will be shown.
{newsItem.recurringParent} This property will get you the parent object
{newsItem.recurring} This property will give you all recurring events which are attached.
Author
Author of this extension is Georg Ringer (http://www.montagmorgen.at).
Contribution & Bug reports
Any contribution is highly welcomed. Please use the bugtracker of the GitHub Project