定制 in2code/in2responsible 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

in2code/in2responsible

Composer 安装命令:

composer require in2code/in2responsible

包简介

Shows the responsible editor for a page.

README 文档

README

Introduction

Small TYPO3 extension to show a responsible editor in TYPO3 backend page module for a page. Useful for large TYPO3 instances like those from universities and higher education.

Page module

Page settings

Requirements and installation

composer req in2code/in2responsible

Configuration

Use Page TSConfig for a general configuration:

TYPO3 12

tx_in2responsible {
	note {
		active = 1
		templatePath = EXT:in2responsible/Resources/Private/Templates/Note.html
	}
}

In HTML template file, fields and labels can be defined

TYPO3 11

tx_in2responsible {
	showMessage = 1
	message = Diese Person ist für den Inhalt dieser Seite verantwortlich:
	name = Name des Ansprechpartners
	name.field = author
	email =
	email.field = author_email
	check =
	check.field = tx_in2responsible_check
}

DataProcessing in frontend (TYPO3 12 only)

If you want also to show name and/or email of the responsible author in frontend, you can use the delivered DataProcessor in TypoScript and Fluid:

100 = In2code\In2responsible\DataProcessing\ResponsibleProcessor
100 {
    as = responsibleData
}
<f:if condition="{responsibleData.author} && {responsibleData.author_email}">
	<f:link.email email="{responsibleData.author_email}" class="btn btn--right-link">Send feedback</f:link.email>
</f:if>

Breaking changes / Upgrade Info

Update to version 13.0.0

  • Field pages.tx_in2responsible_check is not checked any more by default. See commit message for details.

Contribution with ddev

This repository provides a DDEV-backed development environment. If DDEV is installed, simply run the following commands to quickly set up a local environment with example usages:

  • ddev start
  • ddev initialize

Requirements

  1. Install ddev, see: https://ddev.readthedocs.io/en/stable/#installation
  2. Install git-lfs, see: https://git-lfs.github.com/

Installation

  1. Clone this repository
  2. Run ddev start
  3. Run ddev initialize to setup configurations and test database

Branchinfo

  • master Branch - Next Major Version

Early Access Programm for TYPO3 14 support

ℹ️ TYPO3 14 compatibility

See EAP page (DE) or EAP page (EN) for more information how to get access to a TYPO3 14 version

Changelog

Version Date State Description
13.0.0 2025-05-23 [!!!] Task Support TYPO3 13 only
7.1.0 2024-03-05 Feature Add DataProcessor for frontend rendering of the responsible person
7.0.0 2024-03-05 Task Update for TYPO3 12, also dropped support for TYPO3 9 and 10
6.0.0 2022-02-25 [!!!] Task Update for TYPO3 11.5. Drop support of TYPO3 8.x
5.0.0 2021-06-09 [!!!] Task Update for TYPO3 10.4. Drop support of TYPO3 6.x and 7.x
4.0.0 2020-03-11 Task Update for TYPO3 9.5
3.0.0 2017-09-20 Task Update for TYPO3 8.7

in2code/in2responsible 适用场景与选型建议

in2code/in2responsible 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.63k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2019 年 05 月 31 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 in2code/in2responsible 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 in2code/in2responsible 我们能提供哪些服务?
定制开发 / 二次开发

基于 in2code/in2responsible 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2019-05-31