묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.09.08 00:58
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 3
-
최찬호
2005.09.08 01:06
-
name.P
2005.09.08 01:09
<input onfocus='this.blur()' type=submit value=' submit ' ; font-class:button;height:18' align=center style=cursor:hand class=button> 에서 하셔야죠. -
name.P
2005.09.08 01:15
class가 button이네요. 아마 style.css파일이 있을거에요. 거기에보면 .button 있는데 거기서 변경하시면 됩니다.
/* 간단한 답글을 출력하는 부분입니다.
view.php스킨파일에 간단한 답글을 시작하는 <table>시작 태그가 시작되어 있습니다.
그리고view_foot.php 파일에 </table>태그가 간단한 답글 쓰기 폼과 같이 있습니다
<?=$comment_name?> : 글쓴이
<?=$c_memo?> : 내용
<?=$c_reg_date?> : 글을 쓴 날자;;
<?=$a_del?> : 코멘트 삭제 버튼링크
<?=$c_face_image?> : 멤버용 아이콘;;
*/
?>
<tr valign=top onMouseOver=this.style.backgroundColor="" onMouseOut=this.style.backgroundColor="">
<td width=65 nowrap align=center style='word-break:break-all;padding:3'><?=$c_face_image?> <?=$comment_name?></td>
<td width=100% style='word-break:break-all;padding:3'><?=nl2br($c_memo)?></td>
<td width=60 nowrap align=right><font class=commentnum><font face=tahoma size=1><?=$c_reg_date?></font></td>
<td nowrap align=right> <?=$a_del?><img src=<?=$dir?>/comment_del.gif border=0></a></td>
</tr>
여기서 하는건가요?