답변 2개
채택된 답변
+20 포인트
11년 전
작은별님, 답변 감사합니다.
스킨을 다른 것으로 변경해보니 되네요.
스킨에 문제가 있나요 아니면 latest에 문제가 있나요?
아래는 배추빌더를 사용했습니다.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
=mw_latest("mw.index.side.img", "Advertise", 4, 30, 0, $mw[config][cf_index_cache])?>
_++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$style_name = "mw-latest-side-img-$bo_table-$rows-$subject_len";
?>
.=$style_name?> { border:1px solid #e1e1e1; }
.=$style_name?> .subject { background:url(=$latest_skin_path?>/img/box-bg.gif); height:24px; margin:0 0 7px 0; }
.=$style_name?> .subject div { margin:5px 0 0 10px;}
.=$style_name?> .subject a { font-size:12px; color:#555; font-weight:bold; letter-spacing:-1px; text-decoration:none; }
.=$style_name?> .item { clear:both; height:60px; }
.=$style_name?> .file { width:80px; height:60px; float:left; }
.=$style_name?> .file div { margin:0 0 0 5px; }
.=$style_name?> .file-img { width:70px; height:50px; border:1px solid #e2e2e2; }
.=$style_name?> .post-subject { padding:5px 5px 0 0; }
.=$style_name?> .post-subject a:hover { color:#438A01; text-decoration:underline; }
.=$style_name?> .comment { font-size:11px; color:#FF6600; font-family:dotum; letter-spacing:-1px; }
for ($i=0; $i<$rows; $i++) { ?>
$img = "$g4[path]/data/file/$bo_table/thumb/{$list[$i][wr_id]}";
if (!@file_exists($img)) $img = "$g4[path]/data/file/$bo_table/thumbnail/{$list[$i][wr_id]}";
//if (!@file_exists($img)) $img = "{$list[$i][file][0][path]}/{$list[$i][file][0][file]}";
if (!@file_exists($img)) $img = "$latest_skin_path/img/noimage.gif";
if (!$list[$i][wr_id]) $img = "$latest_skin_path/img/noimage.gif";
if (@is_dir($img)) $img = "$latest_skin_path/img/noimage.gif";
$list[$i][subject] = mw_builder_reg_str($list[$i][subject]);
$list[$i]['title'] = mw_title_tag(mw_builder_reg_str($list[$i]['wr_subject']));
?>
} ?>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인