4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: mr designer on November 27, 2006, 01:16:04 AM
-
when Registration didnt show image verification code
Registration
--------------------------------------------------------------------------------
Please enter the verification code.
Please fill out all fields. Enter a valid email address so we can provide you with your activation code.
Registration
Username:
Password:
Email:
plz help me
-
Hi,
you have old templates.... Update to 1.7.4
http://www.4homepages.de/forum/index.php?topic=15154.0
cu
Kurt
-
hi mr KurtW
i have v. 1.7.4 :?:
this is my gallery u can see Registration problem
http://mrdesigner.wahapal.com/gallery/register.php
thanks u
-
Your Register_form.html is wrong! The field for captcha is missing! So try to use the code below and it should be working afterwards!
{lang_register_msg}
<form method="POST" action="{url_register}">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td valign="top" class="head1">
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="head1">{lang_register}</td>
</tr>
<tr>
<td class="row1"><b>{lang_user_name}</b></td>
<td class="row1">
<input type="text" name="user_name" size="30" value="{user_name}" class="input" />
</td>
</tr>
<tr>
<td class="row2"><b>{lang_password}</b></td>
<td class="row2">
<input type="password" name="user_password" size="30" class="input" />
</td>
</tr>
<tr>
<td class="row1"><b>{lang_email}</b></td>
<td class="row1">
<input type="text" name="user_email" size="30" class="input" value="{user_email}" />
</td>
</tr>
{if captcha_registration}
<tr>
<td class="row1" valign="top"><b>{lang_captcha}</b></td>
<td class="row1">
<a href="javascript:new_captcha_image();"><img src="{url_captcha_image}" border="0" id="captcha_image" /></a> <br />
<input type="text" name="captcha" size="30" value="" class="commentinput" id="captcha_input" />
<br />
{lang_captcha_desc}
</td>
</tr>
{endif captcha_registration}
</table>
</td>
</tr>
</table>
<input type="hidden" name="action" value="register" />
<p align="center">
<input type="submit" value="{lang_submit}" class="button" />
<input type="reset" value="{lang_reset}" class="button" />
</p>
</form>
-
Hi,
your script is 1.7.4
Templates are old
Update your templates looks like the link in the top.
More templates are old, not only the register.html :wink:
Kurt