haassie / rh_recaptcha

TYPO3 extension implementing Google reCAPTCHA
1 stars 9 forks source link

Manual #2

Closed haassie closed 9 years ago

haassie commented 9 years ago

Provide a manual for the extension

SventB commented 9 years ago

Please describe there how to overwrite the error message ("Captcha: Possible robot detected! ")

SventB commented 9 years ago

It seems this is the only possibility:

$TYPO3_CONF_VARS['SYS']['locallangXMLOverride']['EXT:rh_recaptcha/Resources/Private/Language/locallang.xlf'][] = 'EXT:my_ext/Resources/Private/Language/Plugin/RhRecaptcha/locallang.xlf';
$TYPO3_CONF_VARS['SYS']['locallangXMLOverride']['EXT:rh_recaptcha/Resources/Private/Language/de.locallang.xlf'][] = 'EXT:my_ext/Resources/Private/Language/Plugin/RhRecaptcha/de.locallang.xlf';
haassie commented 9 years ago

In that case it is a bug. Please report a new issue for this and I will try to fix that this week.

SventB commented 9 years ago

I created a new ticket: #5

haassie commented 9 years ago

Thank you. The manual (without translation) is now added to the repository and can be viewed on https://docs.typo3.org/typo3cms/extensions/rh_recaptcha/