koninklijke-collective/koning-comments
Composer 安装命令:
composer require koninklijke-collective/koning-comments
包简介
TYPO3 Extension: Commenting system based on fe_users
README 文档
README
- Description: Offers a commenting widget for use in extensions.
- Extension key: koning_comments
Installation
Install extension from TER and include Koning Comments static template.
Usage
Usage in Fluid templates: <c:widget.comments />
Options
- url: link to current page (if left empty, it builds the url based on TSFE->id. Use this param if you use this on a page with an extension with url params
- enableCommenting: use this to make commenting read only (will display previous comments, but no option to post new ones)
- sort: sorting (
ASCorDESC)
Example with url:
<c:widget.comments url="{f:uri.action(action: 'detail', arguments: '{identifier: \'{item.uid}\'}', absolute: 1)}" />
Configuration
plugin.tx_koningcomments.settings.enableModeration (default 0): When enabled, comments will be created as hidden.
Signals
KoninklijkeCollective\KoningComments\ViewHelpers\Widget\Controller\CommentsController:afterCommentCreated: you can use this signal to send an e-mail or some other kind of notification after a comment has been created.
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2019-04-30