묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.08.17 10:59
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 2
-
홈리스
2005.08.17 11:15
-
홈리스
2005.08.17 11:24
3)
로그인실패 메세지 로 띠우기
http://www.nzeo.com/bbs/zboard.php?id=cgi_tip&no=5036참고하세요
워드패드 같은 택스트 에디터로 수정 하세요 웹에디터[x]에서 수정하시면 파일이 망가집니다.
4)
최근겔러리는 print_gallery() 를 사용합니다.
<? print_gallery("스킨폴더", "타이틀제목", "게시판이름", 총갯수, 가로크기, 세로크기, 가로갯수) ?>
5)
게시판관리 접속하시면
왼쪽메뉴부분에 "그릅이름(그릅번호)" 가 있습니다.
<? print_outlogin("스킨", 그릅번호, 10) ?>
그룹번호 부분에 숫자를 적어주시면됩니다.
6)
확실한지는 모르지만
http://www.nzeo.com/bbs/zboard.php?id=cgi_tip&no=6063참고하세요
top-wil.html 소스속에
<a href="http://seyun99.namoweb.net/bbs/">
홈으로 가기 버튼에 타텟을 주세요
<a href="http://seyun99.namoweb.net/bbs/" target="_top">
입니다
2)
새창뜨느부분에 자바스크립트가 빠져 있습니다.
top-wil.html 파일소스입니다
<html>
<head>
<title>top of the bsc homepage</title>
<meta http-equiv=Content-Type content=text/html; charset=ENG>
<link rel=StyleSheet HREF=style.css type=text/css title=style>
<base href="http://seyun99.namoweb.net/bbs/">
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : '+ '+ 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body topmargin='0'+ ' leftmargin='0' marginwidth='0' marginheight='0' bgcolor="white">
<table border=0 cellspacing=0 cellpadding=0 width=100% height=66>
<tr valign=top>
<td><a href="http://seyun99.namoweb.net/bbs/" target="_top"><img src=images/bec_banner.gif border=0 width="315" height="113"></a></td>
</tr>
<tr valign=bottom>
<td>
<p><img src=./images/about_bec.gif width="900" height="120" border="0" alt="about_bec.gif" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="577, 24, 817, 72" href="javascript:na_open_window('win', 'http://seyun99.namoweb.net/bbs/aboutbsc.htm', 0, 0, 700, 600, 0, 0, 0, 0, 0);" alt="ALL about what BSC stands for!!">
</map>
</td>
</tr>
</table>
</body>
</html>