묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.08.04 13:25
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 6
-
조민
2005.08.05 02:39
-
조민
2005.08.04 13:34
흠 ㅠ,ㅠ
댓글을 쓰는데
view_write_comment.php 파일이 필요하죠?
왜 댓글 내용보기 파일인 view comment.php 이파일의 소스를 올리시는지? -
조민
2005.08.04 13:40
댓글달때 글자수 입력 제한은 view_write_comment.php 이파일 안에 소스가 있습니다. -
조민
2005.08.04 13:49
맞는지 모르겠내요..
먼저 view comment.php 이파일을 미리 백업해 두고 수정하세요,...
<tr>
<td colspan=2>
<table border=0 align=center cellpadding=2 cellspacing=1 width=100%>
<tr align=center >
<td width=10% align=right style='word-break:break-all;' nowrap><?=$c_face_image?> <?=$comment_name?></td>
<td width=70 style='word-break:break-all;' nowrap class=thm8><font style=font-size:7pt;> [<?=$c_reg_date?>]</td>
<td width=1% nowrap class=thm8><b> ::</b><br><img src=images/t.gif height=5></td>
<td align=left style='word-break:break-all;'> <?=$c_memo?></td>
<td width=20><?=$a_del?><img src=<?=$dir?>/secret_head.gif border=0></a></td>
</tr>
<tr>
<td colspan=3 height=1 bgcolor='#DBDBDB' style='padding:0px'></td>
</tr>
</table>
</td>
</tr> -
박상현
2005.08.04 17:16
조민님...관심가져 주셔서 감사드려요^^
님이 적어놓으신 것 처럼 해 봤는데요.
http://twolive.hubweb.net/bbs/view.php?id=board11&page=1&page_num=20&select_arrange=headnum&desc=&sn=off&ss=on&sc=on&keyword=&no=3&category=
이렇게 뜨더라고요. 덧글 부분에서요. 내용부분까지 줄로 나누어 졌으면 하는데요...^^
좀 도와주세요^^ -
박상현
2005.08.05 20:05
잘 해결되었습니다.^^
감사드립니다.
<tr>
<td colspan=2>
<table border=0 align=center cellpadding=2 cellspacing=1 width=100%>
<tr align=center >
<td width=10% align=right style='word-break:break-all;' nowrap><?=$c_face_image?> <?=$comment_name?></td>
<td width=70 style='word-break:break-all;' nowrap class=thm8><font style=font-size:7pt;> [<?=$c_reg_date?>]</td>
<td width=1% nowrap class=thm8><b> ::</b><br><img src=images/t.gif height=5></td>
<td align=left style='word-break:break-all;'> <?=$c_memo?></td>
<td width=20><?=$a_del?><img src=<?=$dir?>/secret_head.gif border=0></a></td>
</tr>
<tr>
<td colspan=3 height=1 bgcolor='#DBDBDB' style='padding:0px'></td><td colspan=3 height=1 bgcolor='#DBDBDB' style='padding:0px'></td>
</tr>
</table>
</td>
</tr>