承接 zeroseven/pagebased-blog 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zeroseven/pagebased-blog

最新稳定版本:v1.1.0

Composer 安装命令:

composer require zeroseven/pagebased-blog

包简介

README 文档

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.

统计信息

  • 总下载量: 149
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-only
  • 更新时间: 2023-07-24