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.

Anchors

Property Type
commentAnchorPrefix string
showCommentAnchor string
writeCommentAnchor string
successfulAnchor string
customMessagesAnchor string

commentAnchorPrefix

Property

commentAnchorPrefix

Data type

string

Default

comment

Description

Every comment gets an own anchor which contains the uid of the comment. In the default case the anchor will look something like that: #comment1337.

showCommentAnchor

Property

showCommentAnchor

Data type

string

Default

comments

Description

This anchor will appear in front of the comment numbering.

writeCommentAnchor

Property

writeCommentAnchor

Data type

string

Default

writeComment

Description

This anchor will appear in front of the comment form.

successfulAnchor

Property

successfulAnchor

Data type

string

Default

thanksForYourComment

Description

This is the anchor of the flashMessage which notifies the user that his comment has been submitted successfully.

customMessagesAnchor

Property

customMessagesAnchor

Data type

string

Default

customMessages

Description

This anchor is part of index action and marks the flashMessage container to show customMessages, like “You can’t vote for your own comment.”