zeroseven/pagebased-blog

Installs: 115

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:typo3-cms-extension

v1.1.0 2023-10-16 09:49 UTC

This package is auto-updated.

Last update: 2024-04-06 11:33:01 UTC


README

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

Example of page based blog posts in TYPO3

Features

  • Create blog posts as pages
  • List and filter plugin
  • Tags
  • Categories
  • Contacts
  • Relations
  • Rss feed

Quick installation

  1. Install the extension by composer req zeroseven/pagebased-blog.
  2. Create a new page of type "Blog category" (doktype: 146).
  3. All pages inside this blog category are automatically treated as a post.
  4. Display post properties on all post pages by using the following TypoScript:
page.16848430146 = USER
page.16848430146 {
  userFunc = Zeroseven\Pagebased\Utility\RenderUtility->renderUserFunc
  file = EXT:pagebased_blog/Resources/Private/Templates/Info.html
  registration = pagebased_blog
}

More information

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