latest 스킨 적용이 안되요.. 정보
latest 스킨 적용이 안되요..본문
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./head3.php");
?>
<!-- 메인화면 최신글 시작 -->
<td width="340" height="204">
<?
// 최신글
$sql = " select bo_table, bo_subject from $g4[board_table] order by gr_id, bo_table ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
// 스킨은 입력하지 않을 경우 관리자 > 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다.
// 사용방법
// latest(스킨, 게시판아이디, 출력라인, 글자수);
echo latest("jepae", $row['bo_table'], 1, 28, "4,25");
echo "<p>\n";
}
?>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./tail3.php");
?>
노프레임강좌보고 그대로 했는데요
이미지는 나오는 latest 적용이 안됩니다.
3일째 안되네요..좀 도와주세요..
latest 스킨 적용하는 법좀 알려주세요..
왕초보라서 지송합니다..
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./head3.php");
?>
<!-- 메인화면 최신글 시작 -->
<td width="340" height="204">
<?
// 최신글
$sql = " select bo_table, bo_subject from $g4[board_table] order by gr_id, bo_table ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
// 스킨은 입력하지 않을 경우 관리자 > 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다.
// 사용방법
// latest(스킨, 게시판아이디, 출력라인, 글자수);
echo latest("jepae", $row['bo_table'], 1, 28, "4,25");
echo "<p>\n";
}
?>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./tail3.php");
?>
노프레임강좌보고 그대로 했는데요
이미지는 나오는 latest 적용이 안됩니다.
3일째 안되네요..좀 도와주세요..
latest 스킨 적용하는 법좀 알려주세요..
왕초보라서 지송합니다..
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '259465' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php