묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.10.18 17:30
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 13
-
조민
2005.10.18 17:33
zboard.php => view.php로 바꿔시면 되지 않을까요? -
신혜경
2005.10.18 17:55
어디에서 그걸 바꾸나요?
http://www.dubai2u.com/bbs/zboard.php?id=board1를
http://www.dubai2u.com/bbs/view.php?id=board1로바꾸란 얘기신가?
잘 모르겠어요..T.T -
조민
2005.10.18 17:58
신혜경님 간단한 방법은 해당 게시판 관라자페이지에서 전체목록 보이기를 체크 하세요..
그러면 파일을 변경하지 않아도 됩니다.. -
신혜경
2005.10.18 18:07
[전체 목록 출력(글내용 보기) 글내용볼때 아래에 전체 리스트 기능 ] 이거요?
체크되어 있는뎅.. -
조민
2005.10.18 18:13
신혜경님
최근게시물 소스를 수정하거나 소스를 추가한거 같은데?
그 소스가 없으면 답변이 불가능합니다. -
조민
2005.10.18 18:25
outlogin.php파일에 보면 타겟을 정해주는 부분이 있습니다.
$setup = mysql_fetch_array(mysql_query("select use_alllist from $admin_table where name='$id'"));
if($setup[use_alllist]) $target = "zboard.php?id=".$id;
else $target = "view.php?id=".$id;
위부분을 수정했나요?
확인해 보세요..!! -
신혜경
2005.10.18 18:18
outlogin.php에서
if(eregi("\[notice\_",$header)) {
$data=mysql_fetch_array($result);
$memo = stripslashes($data[memo]);
if($data[use_html]<2) $memo = nl2br($memo);
else $memo = strip_tags($memo);
$filename1 = $data[file_name1];
$filename2 = $data[file_name2];
if(eregi("\.gif|\.jpg",$filename1))$uploadimage1 = "<img src=".$_zb_url.$filename1." border=0><br>"; else $uploadimage1="";
if(eregi("\.gif|\.jpg",$filename2))$uploadimage2 = "<img src=".$_zb_url.$filename1." border=0><br>"; else $uploadimage2="";
$memo = autolink($uploadimage1.$uploadimage2.$memo);
if($data[ismember]) {
$imageBoxPattern = "/\[img\:(.+?)\.(jpg|gif)\,align\=([a-z]){0,}\,width\=([0-9]+)\,height\=([0-9]+)\,vspace\=([0-9]+)\,hspace\=([0-9]+)\,border\=([0-9]+)\]/i";
$memo=preg_replace($imageBoxPattern,"<img src='".$_zb_url."icon/member_image_box/$data[ismember]/\\1.\\2' align='\\3' width='\\4' height='\\5' vspace='\\6' hspace='\\7' border='\\8'>", stripslashes($memo));
}
$subject = cut_str(stripslashes($data[subject]),$textlen)."</font></b>";
$date = date($datetype, $data[reg_date]);
$header = str_replace("[notice_memo]",$memo,$header);
$header = str_replace("[notice_subject]",$subject,$header);
$header = str_replace("[notice_date]",$date,$header);
}
$main_data = "";
while($data=mysql_fetch_array($result)) {
$name = stripslashes($data[name]);
$subject = cut_str(stripslashes($data[subject]),$textlen)."</font></b>";
$date = date($datetype, $data[reg_date]);
if($data[total_comment]) $comment = "[".$data[total_comment]."]"; else $comment="";
$main = $loop;
$main = str_replace("[name]",$name,$main);
$main = str_replace("[date]",$date,$main);
$main = str_replace("[subject]","<a href='".$_zb_url.$target."&no=$data[no]' target=_top>".$subject."</a>",$main);
$main = str_replace("[comment]",$comment,$main);
$main_data .= "\n".$main;
}
$list = $header.$main_data.$footer;
$list = str_replace("[title]","<a href='".$HTTP_HOST."/".$my_index."?id=".$id."'target=_top>".$title."</a>",$list);
$list = str_replace("[dir]",$_zb_url."latest_skin/".$skinname."/images/",$list);
echo $list;
}
약간 수정했거든요? 여기 어느분이 답하신거 보구 참조한건데.. -
신혜경
2005.10.18 18:18
아시려면..뭔 소스가 더 필요한건지.. -
신혜경
2005.10.18 18:29
수정했더니..전체 페이지로 떠버리는뎅.. -
신혜경
2005.10.18 18:32
원래 이렇게 되어 있었거든요?
if($id=="board1")$my_index="../html/communication/01.html";
$setup = mysql_fetch_array(mysql_query("select use_alllist from $admin_table where name='$id'"));
$target = "../".$my_index."?id=".$id; -
조민
2005.10.18 18:32
신혜경님 위에 소스 부분을 수정했나 물었던 겁니다.
위소스로 수정하란 글은 아니죠?
출력하신 소스는 기본 소스입니다.
다른부분을 수정했나 봅니다.
아무튼지 결론은
게시판 타겟을 zboard.php => view.php 이렇게 바꿔야 합니다. -
신혜경
2005.10.18 18:39
어쨌든 감사합니다. 하도 여러군데를 수정해서..저조차도 헷갈리네요..더 연구해야 하나 봅니다. -
조민
2005.10.18 18:45
신혜경님
그팁을 만드신분이 영진이라고 알고있습니다.
그분에게 답변을 해보세요...