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.

Configuration

There are various typoscript settings available to improve the usability of extension.

Properties

Property Title Sheet Type
requireCommentApproval Require comment approval General int
addJsValidations JQuery validations General int
showPagination Show Pagination General int
recordPerPage Records per page General int
showSearch Show Search General int
showSortBy Show sorting combo General int
enableRating Enable Rating General int
enableRatingAtLogin Enable Rating at login General int
showTotalRatings Show Total Rating General int
badwordFilterString Bad Filtering General int
dateformat Date Format General int
notification.newsauthor.sendMailToNewsAuthor Send mail to News Author General int
notification.newsauthor.authorMailSubject Author email subject General string
notification.siteadmin.sendMailToAdmin Send mail to Site Admin General int
notification.siteadmin.adminEmail Site Admin mail address General string
notification.siteadmin.adminMailSubject Admin email subject General string

requireCommentApproval

Property

requireCommentApproval

Data type

int

Description

Define to require comment approval or not. The value 1 indicates required comment approval. It will show, comment on the list page after it will be made visible by the site admin.

addJsValidations

Property

addJsValidations

Data type

int

Description

Define the jQuery validations require or not. Value 1 stands for it include the jQuery validations, and 0 value exclude jQuery validations and raise serverside validations.

showPagination

Property

showPagination

Data type

int

Description

Define the show/hide pagination while listing of comments.

recordPerPage

Property

recordPerPage

Data type

int

Description

Define the number of comments pers page if you enabled paginations.

showSearch

Property

showSearch

Data type

int

Description

Define the show/hide search box on comment listing page.The search box will search the particular comment(s) from the list by matching word string.

showSortBy

Property

showSortBy

Data type

int

Description

Define the sorting combo will display on list page or not. It will allows to sort comments by oldest record first, newest record first, best rated, worst rated.

enableRating

Property

enableRating

Data type

int

Description

Define to show/hide rating on comment list page.

enableRatingAtLogin

Property

enableRatingAtLogin

Data type

int

Description

It allows user to rate comments only after at login.

showTotalRatings

Property

showTotalRatings

Data type

int

Description

Define to show/hide total rating at bottom of list comment page.

badwordFilterString

Property

badwordFilterString

Data type

string

Description

It does not allow to post comment with bad words.The value contains comma separated strings.

dateformat

Property

dateformat

Data type

string

Description

Defines the date format. The value contains valid php date formates.Default value is F j, Y, g:i a

notification.newsauthor.sendMailToNewsAuthor

Property

notification.newsauthor.sendMailToNewsAuthor

Data type

string

Description

Define to send notification mail to news author.

notification.newsauthor.authorMailSubject

Property

notification.newsauthor.authorMailSubject

Data type

string

Description

Define email subject of news author mail.

notification.siteadmin.sendMailToAdmin

Property

notification.siteadmin.sendMailToAdmin

Data type

string

Description

Define to send notification mail to site admin.

notification.siteadmin.adminEmail

Property

notification.siteadmin.adminEmail

Data type

string

Description

Define the site admin mail address.

notification.siteadmin.adminMailSubject

Property

notification.siteadmin.adminMailSubject

Data type

string

Description

Define the mail subject of admin email.

Hint

You can configure these settings by the constant editor.

Configration Settings