[TYPO3-timtab] Captcha and TimTab?

Rajesh Duggal rajesh at duggalmail.com
Tue Jun 19 19:56:55 CEST 2007



On Mon, 18 Jun 2007 21:37:24 -0500, "Peter A.Schott"
<paschott at no.yahoo.spamm.com> said:
> Been following all of the threads I can find on using sr_freecap with
> ve_guestbook to make timtab work, but I can't seem to find the right
> combination.
> 
> Anyone have any pointers on how to configure captchas with timtab in
> order to
> help reduce spam posts?
> 
> Thanks.
> 
> -Peter Schott

Hi Peter,
Install sr_freecap and in the ve_guestbook plugin that you set
"What to display: FORM" click the FORM tab, and in the CAPTCHA drop down
select sr_freecap. In your guestbook.tmpl file.. make sure you have..
these fields somewhere..

###FORM_ERROR_FIELDS###

<!--###CAPTCHA_INSERT### this subpart is removed if CAPTCHA is not
enabled! --
<div class="tx-guestbook-field">
  <label for="capture">###FORM_CAPTCHA_RESPONSE### <span
  class="tx-guestbook-form-obligationfield">*</span><br
  />###CAPTCHA_IMAGE###</label>
  <input type="text" class="tx-guestbook-form-inputfield-med"
  name="tx_veguestbook_pi1[captcha_response]" value="" id="capture" />
</div>
<!--###CAPTCHA_INSERT###-->


<!--###SR_FREECAP_INSERT### this subpart is removed if CAPTCHA is not
enabled! -->
<div class="tx-guestbook-field">
   <label for="freecap">###SR_FREECAP_NOTICE### <span
   class="tx-guestbook-form-obligationfield">*</span><br /><span
   class="freecap-span">###SR_FREECAP_CANT_READ###</span></label>
  ###SR_FREECAP_IMAGE###&nbsp;<input type="text"
  class="tx-guestbook-form-inputfield-med"
  name="tx_veguestbook_pi1[captcha_response]"
  title="###SR_FREECAP_NOTICE###" value="" id="freecap" />
</div>
<!--###SR_FREECAP_INSERT###-->


Also, you can check out the timtab_badbehaviour extension.

Cheers,
Rajesh.


More information about the TYPO3-project-timtab mailing list