DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Overview

In “login required”-mode users need to make login for commenting. When a user is not logged in, then a login form is displayed under the comment entry form.

When the user made log in he can save his comment.

Login required mode is activated with TypoScript Option

plugin.tx_toctoccomments_pi1 {
advanced {
loginRequired = 1
}
}