묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.05.30 10:51
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 7
-
영진
2005.05.30 11:46
-
The -A-
2005.05.30 12:09
아무런 변화도 없던데요... -
영진
2005.05.30 12:37
-
The -A-
2005.05.30 14:41
<col width=50></col><?=$hide_category_start?><col width=80></col><?=$hide_category_end?><col width=></col><col width= 100></col><col width=70></col><col width=50></col><col width=50></col>
<tr align=center class=title>
<td class=title_han height=30>번호</td>
<?=$hide_category_start?><td class=title_han nowrap>분류</td><?=$hide_category_end?>
<td class=title_han>제목</td>
<td class=title_han>작성자</td>
<td class=title_han>작성일</td>
<td class=title_han><?=$a_vote?><font class=title_han>추천</font></a></td>
<td class=title_han><?=$a_hit?><font class=title_han>조회</font></a></td>
</tr>
이걸 추가하라는 말입니까? 아니면 기존에 내용을 지우고 이걸로 교체하라는 내용입니까? -
영진
2005.05.30 15:07
님의 소스는 이것과 같은거 아닌가요?
다르다면 그걸 보여주세요. -
The -A-
2005.05.30 16:52
<table border=0 cellspacing=1 cellpadding=0 width=<?=$width?>>
<form method=post name=list action=list_all.php>
<input type=hidden name=page value=<?=$page?>>
<input type=hidden name=id value=<?=$id?>>
<input type=hidden name=select_arrange value=<?=$select_arrange?>>
<input type=hidden name=desc value=<?=$desc?>>
<input type=hidden name=page_num value=<?=$page_num?>>
<input type=hidden name=selected>
<input type=hidden name=exec>
<input type=hidden name=keyword value="<?=$keyword?>">
<input type=hidden name=sn value="<?=$sn?>">
<input type=hidden name=ss value="<?=$ss?>">
<input type=hidden name=sc value="<?=$sc?>">
<?=$hide_cart_start?><col width=15></col>
<?=$hide_cart_end?><col width=50></col><col width=></col><col width=100></col>
<col width=50></col><col width=45></col><col width=3 -
영진
2005.05.30 17:03
스킨이름이 뭐죠?
스킨폴더의 list_head.php파일에서 100을 원하는숫자로 바꿔보세요.
<col width=50></col><?=$hide_category_start?><col width=80></col><?=$hide_category_end?><col width=></col><col width= 100></col><col width=70></col><col width=50></col><col width=50></col>
<tr align=center class=title>
<td class=title_han height=30>번호</td>
<?=$hide_category_start?><td class=title_han nowrap>분류</td><?=$hide_category_end?>
<td class=title_han>제목</td>
<td class=title_han>작성자</td>
<td class=title_han>작성일</td>
<td class=title_han><?=$a_vote?><font class=title_han>추천</font></a></td>
<td class=title_han><?=$a_hit?><font class=title_han>조회</font></a></td>
</tr>