This page is still a beta!

1.3. Configuration

TypoScript Configuration

plugin.tx_mathguard: TS configuration.

Settings:

  

Property:

Data type:

Description:

Default

question

String

Enter a custom string to be shown before the captcha.

This string will get concatenated with the link to the MathGuard website.

Example:

TypoScript:

plugin.tx_mathguard.question = question. Please enter the result into the according field.

Output:

MathGuard question. Please enter the result into the according field.

“security question. Please solve:” (plus translations)

color

String

Change the color of the output of MathGuard.

You can enter anything that's a valid color in CSS.

Examples:

plugin.tx_mathguard.color = maroon

plugin.tx_mathguard.color = #CDCDCD

plugin.tx_mathguard.color = #222

plugin.tx_mathguard.color = rgb(123,123,123)

red