최신글 질문입니다. 정보
최신글 질문입니다.본문
index.php 파일소스입니다.
<? include "$DOCUMENT_ROOT/inc/top.php"; ?>
<link href="/comm/style.css" rel="stylesheet" type="text/css">
<table width="970" border="0" align="center" cellpadding="0" cellspacing="0" background="imges/main_bg.jpg" class="main_bg">
<tr>
<td align="center">
<!--로고/메뉴 S-->
<? include "$DOCUMENT_ROOT/inc/menu.php"; ?>
<!--로고/메뉴 E-->
<table width="890" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="345"><script>writeflash(openflash(555, 345, "/imges/main01.swf"));</script></td>
<td width="335" valign="top">
<!-- 공지사항 S-->
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<?=latest('basic', 'notice', 5, 30);?>
<!--공지사항 E-->
<!--제품소개 S-->
<? include "$DOCUMENT_ROOT/inc/main_banner.php"; ?>
<!--제품소개 E-->
<table width="315" border="0" cellpadding="0" cellspacing="0" class="row_t">
<tr>
<td><img src="imges/img_banner01.gif" width="155" height="80" /></td>
<td align="right"><img src="imges/img_banner02.gif" width="155" height="80" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="imges/flash02.jpg" width="970" height="220" /></td>
</tr>
</table>
<? include "$DOCUMENT_ROOT/inc/copyright.php"; ?>
공지사항 최근글보이게 하려고 합니다. 문구 넣으라고 해서 넣었습니다.
스킨폴더 ftp에 넣었습니다. 최신글 폴더 이름 main_latest+ 입니다.
/www/gnuboard4/skin/board/main_latest+
다른분들 스킨 설정안하면
/www/gnuboard4/skin/latest/basic 기본으로 뜬다고 하시더라구요.
다 해봤습니다.
대체 어디서 문제가 있는걸까요?
급합니다.
답변 달아주세요.
<? include "$DOCUMENT_ROOT/inc/top.php"; ?>
<link href="/comm/style.css" rel="stylesheet" type="text/css">
<table width="970" border="0" align="center" cellpadding="0" cellspacing="0" background="imges/main_bg.jpg" class="main_bg">
<tr>
<td align="center">
<!--로고/메뉴 S-->
<? include "$DOCUMENT_ROOT/inc/menu.php"; ?>
<!--로고/메뉴 E-->
<table width="890" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="345"><script>writeflash(openflash(555, 345, "/imges/main01.swf"));</script></td>
<td width="335" valign="top">
<!-- 공지사항 S-->
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<?=latest('basic', 'notice', 5, 30);?>
<!--공지사항 E-->
<!--제품소개 S-->
<? include "$DOCUMENT_ROOT/inc/main_banner.php"; ?>
<!--제품소개 E-->
<table width="315" border="0" cellpadding="0" cellspacing="0" class="row_t">
<tr>
<td><img src="imges/img_banner01.gif" width="155" height="80" /></td>
<td align="right"><img src="imges/img_banner02.gif" width="155" height="80" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="imges/flash02.jpg" width="970" height="220" /></td>
</tr>
</table>
<? include "$DOCUMENT_ROOT/inc/copyright.php"; ?>
공지사항 최근글보이게 하려고 합니다. 문구 넣으라고 해서 넣었습니다.
스킨폴더 ftp에 넣었습니다. 최신글 폴더 이름 main_latest+ 입니다.
/www/gnuboard4/skin/board/main_latest+
다른분들 스킨 설정안하면
/www/gnuboard4/skin/latest/basic 기본으로 뜬다고 하시더라구요.
다 해봤습니다.
대체 어디서 문제가 있는걸까요?
급합니다.
답변 달아주세요.
댓글 전체
저도 초보인데요
아마 경로가 맞지 않아서 그런거 아닌가 생각하는데요
index.php상단에 아래내용 넣어보세요
< ?
include_once("경로/gnu4/_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.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");
? >
아마 경로가 맞지 않아서 그런거 아닌가 생각하는데요
index.php상단에 아래내용 넣어보세요
< ?
include_once("경로/gnu4/_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.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");
? >
경로 잘못인가하고 수정했는데 도 http://www.happycamcar.com/index2.php 이렇게 보이네요 ㅜㅜ 답변고맙습니다.
지우신건가...메인에 공지사항 출력부분이 없어보이는데여?
네 지워놨어요..탑메뉴와 플래시만 보이고 나머지는 안보여서요..