[TYPO3] Captcha in CHC Forum

Jakub Tesinsky j at kub.cz
Wed Jun 13 03:24:55 CEST 2007


... to complete the answer: for the .tpl file you should also include 
st. like <input type="tet" name="captcha+response" /> for user captcha 
answer box. Also chc_forum_popup, sr_freecap should be installed.

Jakub Tesinsky napsal(a):
> I'm trying to solve the same problem. As far as I understand it, there 
> was a intention to implement etension which provides captcha in chc, 
> nevertheless it does not work.
> 
> I have found dirty hack: Comment out line 19019 in 
> chc_forum_popup/pi1/class.ux_tx_chcforum_form.php i.e.
> 
> #    $tmpl->newBlock('captcha');
> 
> Than edit the tamplate file chc_forum/pi1/templates so it contains 
> strings {SR_FREECAP_IMAGE}, {SR_FREECAP_NOTICE}, {SR_FREECAP_CANT_READ} 
> where the captcha parts should be displayed.
> 
> Jakub
> 
> PS: If anyone finds better solution, I would like to know about it.
> 
> Rens Admiraal napsal(a):
>> Hi all,
>>
>> I have the following extensions installed:
>>
>> sr_freecap
>> ve_guestbook
>> chc_forum
>>
>> sr_freecap is showing a captcha in ve_guestbook, but I can't get a 
>> captcha in chc_forum.
>> I use the following TS code
>>
>> plugin.tx_chcforum_pi1 {
>>     captcha {
>>         display {
>>             fe_users = 0
>>             guests = 1
>>         }
>>     }
>> }
>>
>> setting fe_users to 1 also is not a solution.
>>
>>
>> does anyone know if I have to do some additional steps???
>>
>> Greetz,
>> Rens
> 


More information about the TYPO3-english mailing list