Download the PHP package koninklijke-collective/koning-comments without Composer
On this page you can find all versions of the php package koninklijke-collective/koning-comments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download koninklijke-collective/koning-comments
More information about koninklijke-collective/koning-comments
Files in koninklijke-collective/koning-comments
Download koninklijke-collective/koning-comments
More information about koninklijke-collective/koning-comments
Files in koninklijke-collective/koning-comments
Vendor koninklijke-collective
Package koning-comments
Short Description TYPO3 Extension: Commenting system based on fe_users
License LGPL-3.0+
Homepage https://github.com/koninklijke-collective/koning_comments
Package koning-comments
Short Description TYPO3 Extension: Commenting system based on fe_users
License LGPL-3.0+
Homepage https://github.com/koninklijke-collective/koning_comments
Please rate this library. Is it a good library?
Informations about the package koning-comments
TYPO3 Extension: Comments
- 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 (
ASC
orDESC
)
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.
All versions of koning-comments with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
>=9.5.0 <10.0.0
The package koninklijke-collective/koning-comments contains the following files
Loading the files please wait ....