The Captcha is off but still displays this:
Code: Select all
{msgCaptcha}
{printCaptcha}
________________
[________________]

Moderator: Thorsten
Code: Select all
{msgCaptcha}
{printCaptcha}
________________
[________________]
Code: Select all
<fieldset>
<legend>{msgCaptcha}</legend>
<div style="text-align:center;">
{printCaptcha}
<input class="inputfield" style="vertical-align: top;" type="text" name="captcha" id="captcha" value="" size="{setCaptchaCodeLength}" />
</div>
</fieldset>
Code: Select all
<fieldset>
<legend>{msgCaptcha}</legend>
<div style="text-align:center;">
{printCaptcha}
<input class="inputfield" style="vertical-align: top;" type="text" name="captcha" id="captcha" value="" size="{setCaptchaCodeLength}" />
</div>
</fieldset>
Current documentation wrote: 3.e. Modifying templates for phpMyFAQ 1.6.x
The 1.3.x templates are not compatible with phpMyFAQ 1.6.x, so please take the default XHTML templates from the package. The 1.4.x templates are partly compatible with phpMyFAQ 1.6.x, so you have to edit them and add some new placeholders for the captcha support. The 1.5.x templates are mostly compatible with phpMyFAQ 1.6.x, if your layout is completly based on CSS, you only have to change the .tpl files listed in docs/CHANGEDFILES.txt. If you need help to integrate phpMyFAQ into your website feel free to contact us.
Suggested documentation wrote: 3.e. Modifying templates for phpMyFAQ 1.6.x
You must make modifications to your existing template files if they have changed since the release from which you are upgrading. Use CHANGEDFILES.txt to determine which template/ files have changed (if any).
The 1.3.x templates are not compatible with phpMyFAQ 1.6.x, so please take the default XHTML templates from the package. The 1.4.x templates are partly compatible with phpMyFAQ 1.6.x, so you have to edit them and add some new placeholders for the captcha support. The 1.5.x templates are mostly compatible with phpMyFAQ 1.6.x, if your layout is completly based on CSS, you only have to change the .tpl files listed in docs/CHANGEDFILES.txt. If you need help to integrate phpMyFAQ into your website feel free to contact us.