묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.09.09 14:13
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 7
-
홈리스
2005.09.09 14:22
/bbs/latest_skin/ 폴더속에 gure_20050629/ 폴더가없습니다 -
홈리스
2005.09.09 14:22
[[ 최근게시물스킨은 ]]
자료실에서 다운받은 최근게시물 스킨은
이미지 폴더와 달랑 main.html 만 있습니다.
다른 파일들이 있는것은 최근게시물 스킨이 아님니다.
latest_skin/ 속에 스킨폴더를 올려야됩니다.
예)
latest_skin/스킨폴더/main.html 처럼 올리면
<? print_bbs("스킨폴더", "타이틀제목", "게시판이름", 목록갯수, 글자제한) ?>
latest_skin/스킨폴더/또폴더/main.html 처럼 올리면
<? print_bbs("스킨폴더/또폴더", "타이틀제목", "게시판이름", 목록갯수, 글자제한) ?>
형식으로 하시면 됩니다. -
홈리스
2005.09.09 15:03
최근게시물 nzeo/black_bbs 기본스킨 으로 일단 테스트하여보세요
<?
$_zb_url = "http://www.oopswoobo.com/bbs/";
$_zb_path = "/home/hosting_users/woobo9/www/bbs/";
include $_zb_path."outlogin.php";
?>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)
==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
// -->
//-->
</script>
</head>
<body bgcolor="#CCCCCC" text="#FFFFFF" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="20">
<tr>
<td bgcolor="#999999" width="1%"> </td>
<td bgcolor="#999999" width="49%"><b><font color="#FFFFFF" size=1>≫
main</font></b></td>
<td bgcolor="#999999" width="50%"><? print_outlogin("dateinfo2", 2, 10) ?></td>
</tr>
</table>
<p>
</p>
<table width="80%" border="0" cellspacing="0" cellpadding="0" height="500">
<tr>
<td><?print_bbs("nzeo/black_bbs","gallery","gallery",2,25)?></td>
<td><?print_bbs("nzeo/black_bbs","photo","photo",2,25)?></td>
</tr>
<tr>
<td><?print_bbs("nzeo/black_bbs","my digital story","mydigitalstory",2,25)?></td>
<td><?print_bbs("nzeo/black_bbs","your page","yourpage",2,25)?></td>
</tr>
</table>
</body>
</html> -
강인성
2005.09.09 14:33
앙~~ 무슨말인지 이해가 안돼여~
홈피 만든게 처음이라~ 지송~~
latest_skin폴더에 다운받아서 넣었는뎅~
무슨 스킨폴더를 넣으란 말인지...ㅠㅠ -
홈리스
2005.09.09 14:59
소스를 보면요
<?print_bbs("gure_20050629/guru_gallery","gallery","gallery",2,25)?>
적으셔는데요
http://www.oopswoobo.com/bbs/latest_skin/폴더속에 gure_20050629 폴더가없습니다
즉
http://www.oopswoobo.com/bbs/latest_skin/gure_20050629/폴더가없습니다
http://www.oopswoobo.com/bbs/latest_skin/gure_20050629/guru_gallery폴더가없습니다 -
강인성
2005.09.09 15:23
ㅋㅋㅋ 감솨~
해결했슴다~
못알아듣는 절 위해서 계속 답변해주시니..
몸둘바를 몰겠습니다.
정말 감사드려여~ -
홈리스
2005.09.09 16:37
최근겔러리네요
최근겔러리는 print_bbs( 아니구요 print_gallery( 를 사용합니다.
<? print_gallery("스킨폴더", "타이틀제목", "게시판이름", 총갯수, 가로크기, 세로크기, 가로갯수) ?>