외부 로그인 설치 질문입니다~ 정보
외부 로그인 설치 질문입니다~본문
첫번째로 제가 스킨을 login, login02란 이름으로 올려놨는데
오로지 basic만 뜨고.. login 은 갏턒혙 요런식으로 나와요.
login02는아예 오류가 뜨구요..
관련 게시물을 찾아봤더니 자세한 설명이 안나있더라구요.
두번째는 ID/PW 만 자바스크립트 오류가 뜹니다.
어떻게 해야 고칠수 있는지도 찾아봤는데..
제가 왕 초보라 무슨말인지 하나도 모르겠습니다.
세번째는 회원가입하기 를 눌렀더니
관리자로그인페이지 같이 뜨더라구요.
이건 어떤식으로 고쳐야 하는지..
정말 초보라서.. 간단히 답해주시면 하나도 모르겠습니다 ㅠ
죄송스럽지만..ㅠㅠ 제발 답변 부탁 드립니다..
댓글 전체

이해하기 좀 힘들군요....
홈페이지라도 링크주소라도 올려주심이.......
홈페이지라도 링크주소라도 올려주심이.......

무슨 질문인지 하나도 모르겠습니다. ㅠㅠ
질문하는 법을 먼저 터득하세요 ..
에러나는 주소
파일 소스
정도는 알려줘야겠죠?
추가..
쪽지로 알려달라는 말이 아니라 댓글로 달아 주세요
질문하는 법을 먼저 터득하세요 ..
에러나는 주소
파일 소스
정도는 알려줘야겠죠?
추가..
쪽지로 알려달라는 말이 아니라 댓글로 달아 주세요

<SCRIPT language=JavaScript type=text/javascript>
// ?좏뙆??濡쒓릿 李멸퀬
var bReset = true;
function chkReset(f)
{
if (bReset) {
if ( f.mb_id.value == '?꾩씠?? ) {
f.mb_id.value = '';
f.mb_id.focus();
} else {
document.getElementById("pw2").style.display = "";
if(g4_is_ie)
f.mb_password.focus();
}
bReset = false;
}
document.getElementById("pw1").style.display = "none";
document.getElementById("pw2").style.display = "";
}
//-->
</SCRIPT>
소스를 보시면 이런식으로 나오네요....;;;;
<script type="text/javascript" language=JavaScript>
// 엠파스 로긴 참고
var bReset = true;
function chkReset(f)
{
if (bReset) { if ( f.mb_id.value == '아이디' ) f.mb_id.value = ''; bReset = false; }
document.getElementById("pw1").style.display = "none";
document.getElementById("pw2").style.display = "";
}
</script>
이게 원래 소스입니다..
board4/skin/outlogin/스킨폴더/outlogin.skin.1.php 이파일 함 보세요..
// ?좏뙆??濡쒓릿 李멸퀬
var bReset = true;
function chkReset(f)
{
if (bReset) {
if ( f.mb_id.value == '?꾩씠?? ) {
f.mb_id.value = '';
f.mb_id.focus();
} else {
document.getElementById("pw2").style.display = "";
if(g4_is_ie)
f.mb_password.focus();
}
bReset = false;
}
document.getElementById("pw1").style.display = "none";
document.getElementById("pw2").style.display = "";
}
//-->
</SCRIPT>
소스를 보시면 이런식으로 나오네요....;;;;
<script type="text/javascript" language=JavaScript>
// 엠파스 로긴 참고
var bReset = true;
function chkReset(f)
{
if (bReset) { if ( f.mb_id.value == '아이디' ) f.mb_id.value = ''; bReset = false; }
document.getElementById("pw1").style.display = "none";
document.getElementById("pw2").style.display = "";
}
</script>
이게 원래 소스입니다..
board4/skin/outlogin/스킨폴더/outlogin.skin.1.php 이파일 함 보세요..

head.php <<== 요 파일이랑
tail.php <<==요 파일을 수정해야지
회원가입폼이 제대로 나오죠..
---------------------------------------------------
head.php 요파일을 보시면
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
?>
상단내용 부분
회원가입 파일를 보시면....
/bbs/register.php 요파일을 보시면
$g4[title] = "회원가입약관";
include_once("./_head.php");
_head.php 파일을 불려옵니다..
bbs/_head.php 요 파일을 보시면
===========================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.php");
?>
===========================
이런 소스가 있죠
이문구는 head.php 파일을 불려오게 되죠....
잘 보시면 이해가 되실듯
tail.php <<==요 파일을 수정해야지
회원가입폼이 제대로 나오죠..
---------------------------------------------------
head.php 요파일을 보시면
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
?>
상단내용 부분
회원가입 파일를 보시면....
/bbs/register.php 요파일을 보시면
$g4[title] = "회원가입약관";
include_once("./_head.php");
_head.php 파일을 불려옵니다..
bbs/_head.php 요 파일을 보시면
===========================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.php");
?>
===========================
이런 소스가 있죠
이문구는 head.php 파일을 불려오게 되죠....
잘 보시면 이해가 되실듯

1. 로그인 스킨을 새로운걸루 바꺼보세요.. 관리자 모드에서 바꿀수 있습니다.
2. 회원가입폼이 그누기본폼으로 나오는건 head.php 요 파일이랑 tail.php요 파일 두개만 수정하면 됨
2. 회원가입폼이 그누기본폼으로 나오는건 head.php 요 파일이랑 tail.php요 파일 두개만 수정하면 됨
감사합니다^^