[TYPO3-timtab] Captcha and TimTab?

Peter A. Schott paschott at no.yahoo.spamm.com
Wed Jun 20 13:07:07 CEST 2007


Odd thing is that I don't seem to have any "Captcha" dropdown in my form page
for ve_guestbook.  Was that a recent addition or do I probably have something
configured incorrectly?

I tried adding the below entries to the tmpl file, but that didn't seem to
make any difference.  Right now I can't even post a comment back to the blog
so I think I made things even worse.

I appreciate the help, if anyone has any suggestions on where to go from this
point, I'd appreciate them.

-Peter Schott

"Rajesh Duggal" <rajesh at duggalmail.com> wrote:

> 
> 
> 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