묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.02.25 13:54
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
=============================================================================
<? if($group_data[use_picture]) { ?>
<tr height=28 align=right>
<td style=font-family:Tahoma;font-size:8pt;>Photo</td>
<td align=left> <input type=file name=picture size=34 maxlength=255 style=border-color:#d8b3b3 class=input>
<? if($member[picture]) echo"<br> <img src='$member[picture]' border=0> <input type=checkbox name=del_picture value=1> 삭제"; ?>
<input type=checkbox value=1 name=open_picture <?=$check[$member[open_picture]]?>> 공개
</td>
</tr> <tr>
<td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
</tr>
<? } ?>
=============================================================================
위 부분을 아래처럼 수정하시고 회원정보를 보시면 사진 올리는 부분이 나옵니다.
사진을 올린 후 다시 원래대로 하시면 됩니다.
=============================================================================
<?// if($group_data[use_picture]) { ?>
<tr height=28 align=right>
<td style=font-family:Tahoma;font-size:8pt;>Photo</td>
<td align=left> <input type=file name=picture size=34 maxlength=255 style=border-color:#d8b3b3 class=input>
<? if($member[picture]) echo"<br> <img src='$member[picture]' border=0> <input type=checkbox name=del_picture value=1> 삭제"; ?>
<input type=checkbox value=1 name=open_picture <?=$check[$member[open_picture]]?>> 공개
</td>
</tr> <tr>
<td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
</tr>
<?// } ?>
최고관리자 사진로드 막아놓은거 삭제한다는 내용인데 이렇게 하면 코멘트도 넣을수도 있습니다..