묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.08.26 04:33
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 5
-
홈리스
2005.08.26 09:08
-
홈리스
2005.08.26 09:07
1)
한글 도메인은 링크와 소스속에 진짜 주소로 사용하세야 됩니다
로그인해도 로그인 안된걸로 연동이안됩니다
<?
$_zb_url = "http://xn--hq1b15i9rp81g79a.com/board/";
$_zb_path = "/절대경로/제로폴더/";
include $_zb_path."outlogin.php";
?>
2)
외부로그인 스킨은 정식소스를 사용하여보세요
http://www.nzeo.com/manual/6_2.html스킨제작 메뉴얼 입니다
3)
비밀번호찾기 정보입력이안된오류 부분은
http://www.nzeo.com/manual/install_zeroboard2.html참고하세요 -
홈리스
2005.08.26 09:07
login html 소스입니다
<style type="text/css">
body,td,tr,table {font-size:8pt;font-family:verdana;color:#666666}
A:link {color:#666666;text-decoration:none}
A:visited {color:#666666;text-decoration:none}
A:active {color:#666666;text-decoration:none}
A:hover {color:#000000;text-decoration:none}
.id{font-family:verdana;font-size:9pt;}
.lp {font-family:verdana;font-size:7pt;}
.pro_ver8 {font-family:verdana;font-size:8pt}
</style>
<table width="210" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="[dir]bg.gif" width="210" height="110"><table width="154" align="center" cellpadding="0" cellspacing="0">
<form name=zb_login method=post action="[action]" onsubmit="return zb_login_check_submit();">
<input type=hidden name=s_url value="[s_url]">
<tr>
<td width="170" height="20">
<table cellpadding="0" cellspacing="0" width="152">
<tr>
<td width="52" height="20" align="left"><img src="[dir]id.gif" width="52" height="20"></td>
<td width="116" height="20">
<input type=text name=user_id value='' style='background-color:#FFFFFF; border:1 #CCCCCC solid; width:90px; height:18px' class=id></td>
</tr>
</table></td>
</tr>
<tr>
<td width="170" height="20">
<table cellpadding="0" cellspacing="0" width="154">
<tr>
<td width="52" height="20" align="left"><img src="[dir]pass.gif" width="52" height="20"></td>
<td width="100" height="20">
<input type=password name=password value='' style='background-color:#FFFFFF; border:1 #CCCCCC solid; width:90px; height:18px' class=id>
</td>
</tr>
</table></td>
</tr>
<tr>
<td width="170" height="32"><table width="72%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="28%">[member_join]</a></td>
<td width="28%">[lost_id]</td>
<td width="44%">[login]</td>
</tr>
</table></td>
</tr>
</form>
</table></td>
</tr>
</table> -
홈리스
2005.08.26 14:03
2번째줄에 http:// 를두우번 적으셔습니다
<?
$_zb_url = "http://xn--hq1b15i9rp81g79a.com/board/";
$_zb_path = "/절대경로/제로폴더/";
include $_zb_path."outlogin.php";
?> -
http://www.ddoni.com
2005.08.26 14:18
너무너무감사합니다.ㅠㅠ
그것때문에 그랬었군요..
해결됐습니다.^^
<style type="text/css">
body,td,tr,table {font-size:8pt;font-family:verdana;color:#666666}
A:link {color:#666666;text-decoration:none}
A:visited {color:#666666;text-decoration:none}
A:active {color:#666666;text-decoration:none}
A:hover {color:#000000;text-decoration:none}
.name {font-family:verdana;font-size:8pt;}
.lp {font-family:verdana;font-size:7pt;}
.pro_ver8 {font-family:verdana;font-size:8pt}
</style>
<table width="210" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="[dir]bg.gif" width="210" height="110"><table width="160" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1094">
<div align="center">[name] <b>님</b></div></td>
</tr>
<tr>
<td width="1094" height="20">
<table cellpadding="0" cellspacing="0" width="170">
<tr>
<td height="20" align="left"><div align="center">레벨/포인트 <span class="lp"><span class="pro_ver8">[level]</span> / [point]</span></div> </td>
</tr>
</table></td>
</tr>
<tr>
<td width="1094" height="32"><table width="75%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td width="50">[info]</td>
<td width="50">[admin]</td>
<td width="50">[logout]</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>