pluswerk/comments

Pluswerk: Comments

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.2.1 2020-07-29 11:55 UTC

This package is auto-updated.

Last update: 2024-03-29 04:12:36 UTC


README

This extension adds the possibility for users to leave comments on your TYPO3 websites.

Features:

  • logged in users can write comments
  • comments are coupled to pages
  • comments can be validated before getting published
  • commentary sections can be closed so no comments can be written anymore
  • intuitive backend module for simple page-based comment administration
  • the editorial can reply to comments
  • mail notifications for comments
  • disabling comments (e.g. inappropriate comments)
  • extendable (bootstrapped) fluid-templates
  • users can delete their comments
  • users can report comments

How to

Simply add the Plugin "Comments" to the pages you want to have a discussion in. Check all options you want to check. Don't forget to set a storagePid for all comments. The storagePid is the database-field "pid" of a comment. The "page_uid" is the page on which the comments are getting displayed. If "validate comments before publishing" is set in the plugin options, the editorial needs to approve comments before getting displayed on the website.

image

Inside the backend-module "Comments" the editorial can administrate comments for every page. If no page is selected, every unapproved comment gets displayed for quick approval. If a page is selected, the editorial can see all comments on the current page and reply to them, disable or delete them. Disabled comments can be reenabled.

image

Important notices

  • The plugins are uncached because of the user-login-check. So pages with a comment section do not work together with a static file cache.