최근갤러리에 "Array" 라는 문구가 출력되네요 > 그누4 질문답변

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최근갤러리에 "Array" 라는 문구가 출력되네요 정보

최근갤러리에 "Array" 라는 문구가 출력되네요

본문

메인화면에 최근갤러리를 사용중인데 사진과 아래에 제목이 출력되는데 제목옆에..Array 라는 문가가 항상뜨네요.. 이거 어디를 수정해야하나요?

사진 첨부했습니다...

댓글 전체

<?
/* -----------------------------------------------------
배열을 이용해 특정 게시판에서 최신글 뽑아오기 - 갤러리 스킨
작성자 : 휴온 박성광 작성일 : 2008.09.27
----------------------------------------------------- */
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

//한 줄에 출력할 이미지 개수
$arr_new_cols=7;

$data_path = $g4[path]."/data/file/";
$thumb_path = $data_path;


?>
<link rel="stylesheet" type="text/css" href="<?=$latest_skin_path?>/arr_new_gallery.css">

<style type="text/css">

a.tt:link, a.tt:visited, a.tt:active {
text-decoration:none;
color:#000000;
letter-spacing:-0.04em;
font-size: 12px; }
a.tt:hover {
text-decoration:none;
color:#F60;
font-size: 12px;}

.tabcom_area{}
.tabcom_area .title{height:30px; border-bottom:2px solid #b1b1b1; margin:5px 0 10px 0; padding:0;  position:relative;}
.tabcom_area .title h3{display:inline; float:left; letter-spacing:-1px; margin:0 0 5px 0; padding-bottom:5px; font-weight:bold; font-size:20px; border-bottom:2px solid #353535;  position:relative;}
.tabcom_area .title h3 a{color:#3F627D;}
.tabcom_area .title span{display:inline; float:left; font:10px tahoma; margin-top:2px;margin-right:5px;}
.tabcom_area .title span a{ color:#777; }
.tabcom_list {display:inline;border-bottom-width:1; border-bottom-color:#9999CC; border-bottom-style:dotted;margin-top:10px; margin-botton:10px;}

</style>

<table width="100%" cellpadding=0 cellspacing=0 style="margin-top:7px;">
<tr>
<?
for ($i=0; $i<count($list); $i++) {
if ($i >= 0)
    $title = get_text($list[$i][subject]);

    //한 줄에 $arr_new_cols 만큼 출력
    if($i%$arr_new_cols == 0 && $i>0)
echo "</tr><tr>";

    $content = cut_str(get_text($list[$i][wr_content]), 80);
    $bo_table=$board_list[$i][bo_table];
    $image = urlencode($list[$i][file][0][file]); //원본
$img=$data_path."/".$bo_table."/".$image;    //썸네일이 없을경우 원본출력
$thumb = $thumb_path."/".$bo_table."/thumb".$list[$i][wr_id];

if (!file_exists($img)) {
        $img = "$latest_skin_path/img/noimage.gif";
   
}
    echo <<<HEREDOC
    <td  align='center' valign='middle' class='lt_td' width='{$imgwidth}' height='{$imgheight}'>
    <a href='{$list[$i][href]}' >
<img src='$img' border='0'  title='$title' class="img"><br/>
<span style='font-size:9pt; color:#3D70C2;'>[{$board_list[$i][bo_subject]}]</span>
<div>{$subject} {$title} {$list[$i]}</div>
</a>
    </td>
HEREDOC;
}
/* end for */
?>
<? if (count($list) == 0) { ?>
<td align=center height=50><font color=#6A6A6A>There is not a contents</a></td>
<? } ?>
</tr>
</table>
<br />



입니다
<div>{$subject} {$title} {$list[$i]}</div>
이부분 오류같은데요

<div>{$subject} {$title} {$list[$i][comment_cnt]}</div>
제가봐선 댓글갯수 가져오는거 같은데 이렇게 해보세요
전체 29 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT