최신글 스킨을 설정하려고 하는데.. 정보
최신글 스킨을 설정하려고 하는데..본문
방법을 ... 모르겠네요 ,.
스킨을 받고 latest 에 업로드 후
index 에 //latest(스킨, 게시판아이디, 출력라인, 글자수);
이런 식으로 하는데 .. 안되요
스킨을 받고 latest 에 업로드 후
index 에 //latest(스킨, 게시판아이디, 출력라인, 글자수);
이런 식으로 하는데 .. 안되요
댓글 전체
오류 페이지를 보여주세요. index.php로 확장자 바꾸시구요.
skin/latest/ 에 원하는 스킨명이 있는지 확인해 보시구요.
index.php로 하셨으면 맨 상단에 로그인 로그아웃 경로 설정되게하는 파일들과
latest인식 할수 있는 파일을 인클루트 시켜야 합니다.
<?
include_once("_common.php");
include_once("lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("head.sub.php");
?>
<td><?=latest("스킨명", "게시판아이디", 출력라인, 글자수);?></td>
skin/latest/ 에 원하는 스킨명이 있는지 확인해 보시구요.
index.php로 하셨으면 맨 상단에 로그인 로그아웃 경로 설정되게하는 파일들과
latest인식 할수 있는 파일을 인클루트 시켜야 합니다.
<?
include_once("_common.php");
include_once("lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("head.sub.php");
?>
<td><?=latest("스킨명", "게시판아이디", 출력라인, 글자수);?></td>