zeroseven/pagebased-news

Create news articles as “normal” pages in TYPO3. Easy to install and ready to use straight away.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

v1.0.0 2023-11-06 19:27 UTC

This package is auto-updated.

Last update: 2024-04-06 21:15:43 UTC


README

This extension is based on the TYPO3 pagebased extension to create news articles that can be managed in TYPO3 with all the advantages and functions of "normal" pages

Page based news articles in TYPO3

Features

  • List and filter plugin
  • Tags
  • Categories
  • Contacts
  • Relations
  • Rss feed
  • Structured data
  • and more …

Quick installation

  1. Install the extension by composer req zeroseven/pagebased-news.
  2. Adjust the registration setup in ext_localconf.php (if you want that).
  3. Create a new page of type "Article-Category" (doktype: 148).
  4. All pages inside this category page are automatically treated as article objects.
  5. Display article properties on all article pages by using the following TypoScript:
page.16848430148 = USER
page.16848430148 {
    userFunc = Zeroseven\Pagebased\Utility\RenderUtility->renderUserFunc
    file = EXT:pagebased_news/Resources/Private/Templates/Info.html
    registration = pagebased_news
}

More information

Check out the pagebased extension for more information about the configuration and usage of this extension.