묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.08.05 19:25
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
login.html 파일소스에서요
</form> 이라는 태그는 페이지 맨 하단에 한번만 적용하면 됩니다.
본인의 소스를 잘 확인해 보시길 바랍니다..
소스 예제 ---------------------------------------------------------------------
<table cellpadding=0 cellspacing=0 border=0>
<form name=zb_login method=post action="[action]" onsubmit="return zb_login_check_submit();">
<input type=hidden name=s_url value="[s_url]">
<tr>
<td align=right class=outlogin>아 이 디 </td>
<td><input type=text name=user_id value='' class=outlogin_input></td>
</tr>
<tr><td height=4 colspan="2"></td></tr>
<tr>
<td align=right class=outlogin>비밀번호 </td>
<td><input type=password name=password value='' class=outlogin_input></td>
</tr>
<tr><td height=5 colspan="2"></td></tr>
<tr>
<td nowrap align=center class=outlogin>
<input type=checkbox name=auto_login value=1 onclick=check_autologin() >자동접속 </td>
<td>[login]</td> </tr>
<tr><td height=7 colspan="2"></td></tr>
<tr>
<td colspan="2" nowrap align=right>[member_join][lost_id]</td></tr>
</form>
</table>
---------------------------------------------------------------------------------
윗 소스와 본인의 소스와 비교를 해보시길..