접속자현황 및 외부 로그인 그리고 최신글 관련 도와주세용~ ㅠㅠ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

접속자현황 및 외부 로그인 그리고 최신글 관련 도와주세용~ ㅠㅠ 정보

접속자현황 및 외부 로그인 그리고 최신글 관련 도와주세용~ ㅠㅠ

본문

접속자현황 및 외부 로그인 그리고 최신글설치를 못 하겠습니다 ㅠㅠ

질문에 찾아봐도 모르겠고...자세히 좀 부탁드리겠습니다~

+_+
  • 복사

댓글 전체

그누보드를 설치 하였을때

head 파일을 보시면 쉽게 이해 하실듯 합니다.

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

include_once("$g4[path]/head.sub.php");


include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
?>

상단에 입력 하고

원하시는 위치에

최신글
<?  echo latest("basic", notice, 10, 70);  ?>  // latest(스킨, 게시판아이디, 출력라인, 글자수);

외부로그인
 <?=outlogin("basic"); // 외부 로그인 ?>

접속자수
 <?=connect(); // 현재 접속자수 ?>

이렇게 불러오시면 될듯 합니다.

스킨 설치는

그노보드폴더/skin/해당폴더/여기에 업로드 하시면 됩니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(img/bg.png);
font-size: 1px;
}
</style>
</head>
<body>
<table width="1481" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" colspan="10">&nbsp;</td>
  </tr>
  <tr>
    <td width="274" height="25">&nbsp;</td>
    <td width="14">&nbsp;</td>
    <td colspan="5" style="width: 700px; height: 26px; background-image: url(img/main_1.png);">&nbsp;</td>
    <td width="119">&nbsp;</td>
    <td width="58">&nbsp;</td>
    <td width="296">&nbsp;</td>

이렇게 있는데...

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

include_once("$g4[path]/head.sub.php");


include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
?>  이걸 어디쯤에 넣으면 되나용~ ^^?
© SIRSOFT
현재 페이지 제일 처음으로