PHPackages                             zeroseven/z7-blog-comments - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. zeroseven/z7-blog-comments

ActiveTypo3-cms-extension

zeroseven/z7-blog-comments
==========================

z7\_blog comments

v1.1.1(5y ago)119GPL-2.0-onlyPHP

Since Sep 8Pushed 3y ago9 watchersCompare

[ Source](https://github.com/zeroseven/z7_blog_comments)[ Packagist](https://packagist.org/packages/zeroseven/z7-blog-comments)[ RSS](/packages/zeroseven-z7-blog-comments/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (17)Used By (0)

Comment function for the [z7\_blog](https://github.com/zeroseven/z7_blog)
=========================================================================

[](#comment-function-for-the-z7_blog)

With this extension you can extend your blog with a comment function. For all comments to be easily managed by you, this extension supports you with notifications via email, a dashboard widget and further settings directly in your blog posts.

🍭 Feature overview
------------------

[](#lollipop-feature-overview)

- Email notifications
- Dashboard widget
- Automatic language detection of comments
- Reply function
- Extension of structured data
- Automatic captcha

🔠 Language concept
------------------

[](#capital_abcd-language-concept)

Comments are important user signals that shouldn't be missed on translated pages with less traffic. Therefore, comments are displayed across all page translations.

For this to not be a problem with your SEO or screenreader compatibility, comments will be automatically tagged with their corresponding language.

📝 Based on the TYPO3 form extension
-----------------------------------

[](#memo-based-on-the-typo3-form-extension)

The comment form is based on the [TYPO3 form extension](https://docs.typo3.org/c/typo3/cms-form/master/en-us/). This enables you to add additional fields, finishers or validators as you wish. To add to this, there's also a comprehensive documentation for it available.

Is the form extension already in your project, an already styled comment form might be nice side effect.

🔧 Installation
--------------

[](#wrench-installation)

Get this extension via `composer req zeroseven/z7-blog-comments`.

⚙️ Setup
--------

[](#gear-setup)

### Integrate comments

[](#integrate-comments)

You can achieve this via typoscript or via a ViewHelper. For more information on this, please check the README of our [z7\_blog](https://github.com/zeroseven/z7_blog) extension.

Here is an example for an integration in fluid:

```

        {page.title}

        ...

```

### Extend comments

[](#extend-comments)

All you have to do for this, is to extend the domain model of Comment and use this new property as the identifier for the corresponding form field. When sending a form, all entered data will be assigned to the corresponding properties in the domain model and saved to the database.

### Configure form:

[](#configure-form)

There's not much to do here. It's advised to override the form and finisher to fit your needs in the project. To use another form, you can alter this TypoScript constant `plugin.tx_z7blog.settings.comments.form` or [override the existing formDefinition in your TypoScript setup](https://docs.typo3.org/c/typo3/cms-form/master/en-us/I/Concepts/FrontendRendering/Index.html#typoscript-overrides) like shown the following example:

```
lib.Z7BlogCommentsForm.settings.formDefinitionOverrides.Z7BlogCommentsForm.finishers {

  # EmailToReceiver
  3.options {
    recipientAddress = b.a.baracus@ateam.com
    carbonCopyRecipients = john.hannibal.smith@ateam.com, murdock@ateam.com
    senderAddress = webmaster@ateam.com
  }
}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Recently: every ~26 days

Total

16

Last Release

1945d ago

Major Versions

v0.11.0 → v1.0.0-RC12020-09-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b22f8a50cfbda138fd9d18f9a9323a9ab93434487122956978e804dee700876?d=identicon)[zerosevendesignstudios](/maintainers/zerosevendesignstudios)

---

Top Contributors

[![srosskopf](https://avatars.githubusercontent.com/u/17512766?v=4)](https://github.com/srosskopf "srosskopf (10 commits)")[![teneris](https://avatars.githubusercontent.com/u/773723?v=4)](https://github.com/teneris "teneris (1 commits)")

### Embed Badge

![Health badge](/badges/zeroseven-z7-blog-comments/health.svg)

```
[![Health](https://phpackages.com/badges/zeroseven-z7-blog-comments/health.svg)](https://phpackages.com/packages/zeroseven-z7-blog-comments)
```

###  Alternatives

[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[typo3-themes/themes

TYPO3 THEMES

3642.6k2](/packages/typo3-themes-themes)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)[mautic/mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing\_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.

236.3k](/packages/mautic-mautic-typo3)[linawolf/form_double_opt_in

Double Opt-In for the TYPO3 CMS Form Framework

1412.8k](/packages/linawolf-form-double-opt-in)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
