묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.05.13 13:00
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 3
-
영진
2005.05.13 15:00
-
노영호
2005.05.13 16:22
번번히 감사드립니다.
덕분에 작업에 많은 진전이 있었습니다. ^ ^*
죄송합니다. 제가 너무 몰라 자꾸 여쭙게 되네요
이번 소스까지 적용하고나니.. 먼저 알려주셨던 소스 나열되는 방법에서 조금 문제가 생긴듯 싶습니다.
테스트겸 해서 내용을 추가입력하고 페이지 표시가 잘 나타나는지 보려는데요
페이지가 나뉘지 않고 리스트가 밑으로 계속 생성되는 현상이 발생합니다.
http://www.nzeo.com/bbs/zboard.php?id=cgi_qa2_new&page=2&sn1=&divpage=29&sn=off&ss=on&sc=off&select_arrange=headnum&desc=asc&no=167007
[ list_head.php ]
// 설정값이 없을때 기본값
if(!$data2[w_su])$data2[w_su]=3;//줄당 이미지 수
if(!$data2[h_su])$data2[h_su]=5;//출력할 줄수
if(!$data2[img_w])$data2[img_w]=102;//가로크기
if(!$data2[img_h])$data2[img_h]=93;//세로크기
if(!$data2[hh])$data2[hh]=0;//테두리두께
if(!$data2[hs])$data2[hs]=0;//수평여백
if(!$data2[vs])$data2[vs]=0;//수직여백
?>
[ list_main.php ]에 적용되었던 소스에서 '출력할 줄 수[h_su]'에 대한 언급이 없는 것 같습니다.
어떻게 해결하여야 할까요. - ㅜ;
<?
$reg_data=date("Y/m/d", $data[reg_date]);
if(!$data[file_name1])$data[file_name1]="$dir/xxx.gif";
@$sz=getimagesize("$data[file_name1]");//이미지 사이즈
$title="작성자 : $data[name] \n 작성일 : $reg_data \n 실제 크기: $sz[0] * $sz[1]";
$wid=$width/$data2[w_su];
$data2[img_w]=$wid-16;
//비례를 구하기
$img_1=$data2[img_w]/$data2[img_h];
$img_2=$sz[0]/$sz[1];
//리사이즈
if($img_1>$img_2){
$_h=$data2[img_h];
$_w=$data2[img_h]*$img_2;}
if($img_1<=$img_2){
$_w=$data2[img_w];
$_h=$data2[img_w]/$img_2;}
if(($sz[0]<=$data2[img_w])&&($sz[1]<=$data2[img_h])){
$_w=$sz[0];
$_h=$sz[1];
}
//팝엽창 실제크기보다 30 더 크게.
$sz1=$sz[0]+40;
$sz2=$sz[1]+40;
?>
<script language='JavaScript' type='text/javascript'>
function Win( sURL, sName, scrollbars,wid,hei,left,top){
var win;
win = window.open(sURL, sName, "status=no,toolbar=no,resizable=no,scrollbars="+scrollbars+",menubar=no, width="+wid+", height="+hei+", left="+left+", top="+top);
win.opener.self;
}
</script>
<td align='center' valign='top'>
<table border=0 cellpadding='0' cellspacing='0' width=525>
<!--이미지를 클릭하면 내용보기로 이동합니다-->
<tr>
<td width=175 align=center>
<!-- STR : List > thumbnail -->
<table width=128 height=128 cellpadding=0 cellspacing=0 border=0 background="<?=$dir?>/bg_thumbnail.gif">
<? $img_link=$_zb_path."zboard.php?id=".$id."&no=".$data[no]; ?>
<tr>
<td width=13 height=12 nowrap></td>
<td width=102 nowrap></td>
<td width=13 nowrap></td>
</tr>
<tr>
<td height=93 nowrap></td>
<td><a href='<?=$img_link?>'><img src='<?=$data[file_name1]?>' width=<?=$_w?> height=<?=$_h?> border=0></a></td>
<td></td>
</tr>
<tr>
<td height=15 nowrap></td>
<td class=font8_c3l1 align=center style="padding : 2 0 0 0"><?=$subject?></td>
<td></td>
</tr>
<tr>
<td height=8 nowrap></td>
<td align=center></td>
<td></td>
</tr>
</table>
<table>
<tr>
<td height=10 colspan=3><?=$hide_cart_start?><input type=checkbox name=cart value="<?=$data[no]?>"><?=$hide_cart_end?></td>
</tr>
</table>
<!-- EMD : List > thumbnail -->
</td>
</tr>
</table>
</td>
<? if($co==$data2[w_su]*$co2){?>
</tr>
<tr>
<?$co2++;?>
<?}?>
<?$coloring++;$co++;?> -
영진
2005.05.13 17:25
[ list_main.php ]에 적용되었던 소스에서 '출력할 줄 수[h_su]'에 대한 언급이 없는 것 같습니다
이건 이미 list_head.php에서 정의 했어요.
if(!$data2[h_su])$data2[h_su]=5;//출력할 줄수
원래 디비에 테이블하나 만들어서 사용했던거애요.
그러서 값이 없을경우 5라고 정의 한거아닌가요.
while($i+$start_page<=$total_page&&$i<=$show_page_num) {
$move_page=$i+$start_page;
if($page==$move_page) $print_page.=" <font style=font-size:8pt><b>■</b> ";
else $print_page.="<a onfocus=blur() href='$PHP_SELF?id=$id&page=$move_page&select_arrange=$select_arrange&desc=$desc&category=$category&sn=$sn&ss=$ss&sc=$sc&keyword=$keyword&sn1=$sn1&divpage=$divpage'><font style=font-size:8pt>[■]</a>";
$i++;
}