Ich habe jetzt gerade die neueste ve_guestbook und sr_freecap installiert. Ohne beim Freecap was einzustellen (auch beim Gästebuch nicht) habe ich beim Form des Gästebuches die Captchagrafik.
Mein Standard-Template vom ve_guestbook (Auszug)
HTML-Code:
<!-- ###TEMPLATE_FORM### begin
The guestbook form for a new frontend entry
Following markers will be substituted:
###FORM_FIRSTNAME### Firstname
###FORM_SURNAME### Surname
###FORM_EMAIL### E-Mail
###FORM_HOMEPAGE### Website
###FORM_PLACE### Place
###FORM_ENTRY### Message
--> <span class="tx-guestbook-form-error">###FORM_ERROR###</span>###FORM_ERROR_FIELDS###
<form name="formular" method="post" action="###ACTION_URL###"> <table cellpadding="3" cellspacing="3" border="0"> <tr> <td>###FORM_FIRSTNAME### <span class="tx-guestbook-form-obligationfield">###FORM_FIRSTNAME_OBLIGATION###</span></td> <td><input type="text" name="tx_veguestbook_pi1[firstname]" value="###VALUE_FIRSTNAME###" class="tx-guestbook-form-inputfield-med" /></td> </tr> <tr> <td>###FORM_SURNAME### <span class="tx-guestbook-form-obligationfield">###FORM_SURNAME_OBLIGATION###</span></td> <td><input type="text" name="tx_veguestbook_pi1[surname]" value="###VALUE_SURNAME###" class="tx-guestbook-form-inputfield-med" /></td> </tr> <tr> <td>###FORM_EMAIL### <span class="tx-guestbook-form-obligationfield">###FORM_EMAIL_OBLIGATION###</span></td> <td><input type="text" name="tx_veguestbook_pi1[email]" value="###VALUE_EMAIL###" class="tx-guestbook-form-inputfield-med" /></td> </tr> <tr> <td>###FORM_HOMEPAGE### <span class="tx-guestbook-form-obligationfield">###FORM_HOMEPAGE_OBLIGATION###</span></td> <td><input type="text" name="tx_veguestbook_pi1[homepage]" value="###VALUE_HOMEPAGE###" class="tx-guestbook-form-inputfield-big" /></td> </tr> <tr> <td>###FORM_PLACE### <span class="tx-guestbook-form-obligationfield">###FORM_PLACE_OBLIGATION###</span></td> <td><input type="text" name="tx_veguestbook_pi1[place]" value="###VALUE_PLACE###" class="tx-guestbook-form-inputfield-big" /></td> </tr> <!--###CAPTCHA_INSERT### this subpart is removed if CAPTCHA is not enabled! --> <tr> <td valign="top">###FORM_CAPTCHA_RESPONSE###<br> ###SR_FREECAP_NOTICE### ###SR_FREECAP_CANT_READ###</td> <td><input type="text" class="tx-guestbook-form-inputfield-med" name="tx_veguestbook_pi1[captcha_response]" title="###SR_FREECAP_NOTICE###" value="" />
###SR_FREECAP_IMAGE###</td> </tr> <!--###CAPTCHA_INSERT###--> <tr> <td> </td> <td><input type="hidden" name="id" value="###PID###" /><input type="hidden" name="tx_veguestbook_pi1[submitted]" value="1" /><input type="submit" value="###FORM_SUBMIT###" /></td> </tr> </table> <table cellpadding="3" cellspacing="3" border="0"> <tr> <td valign="top">###FORM_ENTRY### <span class="tx-guestbook-form-obligationfield">###FORM_ENTRY_OBLIGATION###</span></td> <td><textarea name="tx_veguestbook_pi1[entry]" class="tx-guestbook-form-textarea" rows="8" cols="25">###VALUE_ENTRY###</textarea></td> </tr> </table> </form> <br /> <!-- ###TEMPLATE_FORM### end -->