그누고수님들..최신글 적용문제입니다 적용안댐..제발 ㅠㅠ 후사함 정말로..
본문
안녕하세요 그누 고수님들..ㅠ_ㅠ
회사에서 홈페이지 만드는중 공지사항을 인덱스에 최신글 추출로 하고싶은데
도무지..해결이 안됩니다..ㅠ_ㅠ 적용시키면 적용시킨 시점부터 아랫부분은 전부 안보이고
공지사항 최신글 추출은안되고...ㅠㅠ
일단 소스가 이거입니다..홈페이지 주소는 ( http://eck0411.cafe24.com/ ) 입니다 중간화면 매장검색 아래 칸에
공지사항을 넣고싶은데 보시다시피 흰생 빈공간으로 아무것도 안나오고 카피라이트부분은 아예 안나옵니다..ㅠㅠ
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/layout.css" />
</head>
</head>
<body>
<div id="bottom_wrap">
<div class="bottom-l1 float_l">
<embed src="flash/menu.swf" width="325px;" height="324px;" wmode="transparent" scale="noborder"></embed>
</div>
<div class="bottom-c1 float_l"><!--1번째칸 중앙틀-->
<img src="images/clean_eco.jpg" />
</div>
<div class="bottom-r1 float_l"><!--창업문의란--->
<img src="images/shop_search.jpg" />
</div>
<!-------------------------- Bottom 상단 1번째 줄 끝 ------------------------------->
<div class="bottom-l1 float_l">
<embed src="flash/menu.swf" width="325px;" height="324px;" wmode="transparent" scale="noborder"></embed>
</div>
<div class="bottom-c1 float_l"><!--1번째칸 중앙틀-->
<img src="images/clean_eco.jpg" />
</div>
<div class="bottom-r1 float_l"><!--창업문의란--->
<img src="images/shop_search.jpg" />
</div>
<!-------------------------- Bottom 상단 1번째 줄 끝 ------------------------------->
<div class="bottom-l2 float_l"><!---OpenStore 란---->
<img src="images/harang_secret.jpg" width="653px" height="335px" />
</div>
<div class="bottom-c2 float_l">
<div class="bottom-c2-1 float_l">
<? include_once("/harang_gnu4/_common.php");
include_once("$g4[path]/lib/latest.lib.php"); ?>
<!--[최신글추출 ("스킨명","게시판아이디",출력라인수,글자수)-->
<? echo latest("basic","notice",3,30); ?>
</div>
<div class="bottom-c2-1 float_l" style="background:#f2f2f2;">
<? include_once('sms_contact.php'); ?>
</div>
</div>
<!-------------------------- Bottom 하단 2번째 줄 끝 ------------------------------->
<img src="images/harang_secret.jpg" width="653px" height="335px" />
</div>
<div class="bottom-c2 float_l">
<div class="bottom-c2-1 float_l">
<? include_once("/harang_gnu4/_common.php");
include_once("$g4[path]/lib/latest.lib.php"); ?>
<!--[최신글추출 ("스킨명","게시판아이디",출력라인수,글자수)-->
<? echo latest("basic","notice",3,30); ?>
</div>
<div class="bottom-c2-1 float_l" style="background:#f2f2f2;">
<? include_once('sms_contact.php'); ?>
</div>
</div>
<!-------------------------- Bottom 하단 2번째 줄 끝 ------------------------------->
</div><!---bottom_wrap 끝남-->
</body>
</html>
</html>
제발 도와주세요...해결 해주시면 정말로..제 양심을걸고 소정이나마 후사하겠습니다 ㅠㅠ
제발 도와주세요 ㅠ_ㅠ
답변 5
<? include_once("/harang_gnu4/_common.php"); ?>
이 부분을 <? include_once("http://eck0411.cafe24.com/harang_gnu4/_common.php");?>
수정을 해보시겠어요 ??
최신글 사용을 위해
<?php include_once("$g4[path]/lib/latest.lib.php"); ?>
이 부분을 추가 해주시는것은 맞구요.
경로 부분을 잘 설정해주시면 되실것 같으세요.
카톡 아이디 remoted 친추주세요
많은 도움이 되었습니다. 감사합니다.
<? include_once("/harang_gnu4/_common.php");
include_once("$g4[path]/lib/latest.lib.php"); ?>
<!--[최신글추출 ("스킨명","게시판아이디",출력라인수,글자수)-->
<? echo latest("basic","notice",3,30); ?>
include_once("$g4[path]/lib/latest.lib.php"); ?>
<!--[최신글추출 ("스킨명","게시판아이디",출력라인수,글자수)-->
<? echo latest("basic","notice",3,30); ?>
이 정의는 뭔가요...최신글이 않나올수밖에 없을것 같네요...
답변을 작성하시기 전에 로그인 해주세요.