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.

Constants

This page is divided into the following sections which are all configurable by using TypoScript or the constant editor: All constants could be configured once per site.

plugin.tx_thrating.settings

Property Title Type
pluginStoragePid General storage page int

pluginStoragePid

Property

pluginStoragePid

Data type

integer

Description

General storage page where all records are stored.

Default

plugin.tx_thrating.config

Property Title Type
loadJQuery Switch to load jQuery boolean
showNoFEUser Display switch boolean
cookieLifetime Cookie protection lifetime int
mapAnonymous Map UID to anonymous user int

loadJQuery

Property

loadJQuery

Data type

boolean

Description

Enable (1) / Disable (0) loading jQuery by this extension string

Default

1

showNoFEUser

Property

showNoFEUser

Data type

boolean

Description

Enable (1) / Disable (0) info if no FE user is logged on

Default

0

cookieLifetime

Property

cookieLifetime

Data type

integer

Description

Set lifetime for cookie protection (global setting [days]). Could be overridden by individual settings.

Default

0

mapAnonymous

Property

mapAnonymous

Data type

integer

Description

UID of the FE user that holds all anonymous votings

Default

0 (no anonymous votes allowed)

plugin.tx_thrating.view

Property Title Type
templateRootPath path directive string
partialRootPath path directive string
layoutRootPath path directive string

templateRootPath

Property

templateRootPath

Data type

string

Description

Path where the FLUID templates are stored

Default

EXT:th_rating/Resources/Private/Templates/

partialRootPath

Property

partialRootPath

Data type

string

Description

Path where the FLUID partials are stored

Default

EXT:th_rating/Resources/Private/Partials/

layoutRootPath

Property

layoutRootPath

Data type

string

Description

Path where the FLUID layouts are stored

Default

EXT:th_rating/Resources/Private/Layouts/