묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.06.15 10:35
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 4
-
홈리스
2005.06.15 11:03
-
홈리스
2005.06.15 11:11
test.html 소스입니다
<?
$_zb_url = "http://elldia.mireene.com/bbs/";
$_zb_path = "/web/home/elldia/html/bbs/";
include $_zb_path."outlogin.php";
?>
<html>
<head>
<body>
<? print_bbs("brown_newboard/bbs", "게시판", "board",5,10); ?>
</body>
</html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table width="597" cellpadding="0" cellspacing="0" height="370">
<tr>
<td align="left" valign="top">
<? print_bbs("brown_newboard/bbs", "강의게시판", "board",5,10); ?>
</td>
<td align="left" valign="top">
<? print_bbs("brown_newboard/bbs", "자유게시판", "board2",5,10); ?>
</td>
</tr>
<tr>
<td align="left" valign="top" colspan="2">
<? print_gallery("brown_newboard/gallery", "겔러리", "gallery", 3, 90, 80, 3) ?>
</td>
</tr>
</table>
</body>
</html> -
홈리스
2005.06.15 10:59
main3.php 파일 맨위에 6줄입니다.
1줄을 지우세요
<?
$_zb_url = "http://elldia.mireene.com/bbs/";
$_zb_path = "/web/home/elldia/html/bbs/";
include $_zb_path."outlogin.php";
?>
이렇케하세요 -
이세빈
2005.06.15 14:19
됐습니다 ^^ 정말 감사드립니다. 이제 크기만 조금 조절하고 ..수정하면 되겠네요 ^^
<? print_bbs("스킨폴더", "타이틀제목", "게시판이름", 목록갯수, 글자제한) ?>
이것이 1개 이기 때문에 1개만나오는것입니다.
위 소스를 몇개 추가하여보세요