최근게시물 제목 관련 질문드립니다. > 그누4 질문답변

그누4 질문답변

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

최근게시물 제목 관련 질문드립니다. 정보

최근게시물 제목 관련 질문드립니다.

본문

http://sir.co.kr/data/file/g4_skin/1925742816_dxD2Q8gj_ez_skitter2.0.jpg
스킨은 이천이지님의 ez_skitter2.0 스킨입니다.

저 그림과 같이 아래에 게시물의 제목이 뜨는데, 저 게시물의 제목이 뜨지 않도록 하고 싶습니다.
어디를 주석처리 해야 제목 출력부분이 제외될까요? 답변 부탁드립니다.

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

/*
 *    latest.skin Gallery for Gnuboard4
 *    
 *      Copyright 2012.1.2 Man Hyung, cho
 *     
 *      File encoding: Korean(EUC-KR)
 *
 */


$is_crop = 1;
// $is_crop    : 세로 높이가 $height를 넘을 때 crop 할 것인지를 결정
//                0 : crop 하지 않습니다
//                1 : 기본 crop
//                2 : 중간을 기준으로 crop
// $col_width = (int)(99 / $cols);


//불당썸---------------------------------------------------------------//
$img_width = 510; //표시할 이미지의 가로사이즈
$img_height = 150; //표시할 이미지의 세로사이즈


//언샾마스트 퀄리티(썸 노이즈바지)
$th['filter'] = array();
$th['filter']['type'] = 90;
$th['filter']['arg1'] = 100;
$th['filter']['arg2'] = 1;
$th['filter']['arg3'] = 2;

$data_path = $g4[path]."/data/file/$bo_table";
$thumb_path = $data_path.'/thumb';
$no_img = $latest_skin_path."/img/no_img.gif";

// 불당썸을 include
include_once("$g4[path]/lib/thumb.lib.php");
//불당썸---------------------------------------------------------------//

?>


<style type="text/css">
/*<!--<![CDATA[*/
@import url(<?php echo $latest_skin_path; ?>/latest.skin.css);

/*]]>-->*/
</style>


<link href="<?php echo $latest_skin_path; ?>/css/skitter.styles.css" type="text/css" media="all" rel="stylesheet" />

<script src="<?php echo $latest_skin_path; ?>/js/jquery-1.6.3.min.js"></script>
<script src="<?php echo $latest_skin_path; ?>/js/jquery.easing.1.3.js"></script>
<script src="<?php echo $latest_skin_path; ?>/js/jquery.animate-colors-min.js"></script>

<script src="<?php echo $latest_skin_path; ?>/js/jquery.skitter.min.js"></script>
<script src="<?php echo $latest_skin_path; ?>/js/highlight.js"></script>
<script src="<?php echo $latest_skin_path; ?>/js/sexy-bookmarks-public.js"></script>

<script>
$(document).ready(function() {

var options = {};

if (document.location.search) {
var array = document.location.search.split('=');
var param = array[0].replace('?', '');
var value = array[1];

if (param == 'animation') {
options.animation = value;
}
else if (param == 'type_navigation') {
if (value == 'dots_preview') {
$('.border_box').css({'marginBottom': '10px'});
options['dots'] = true;
options['preview'] = true;
}
else {
options[value] = true;
if (value == 'dots') $('.border_box').css({'marginBottom': '40px'});
}
}
}

//$('.box_skitter_large').skitter(options); //원본
$('.box_skitter_large').css({width: 510, height: 150}).skitter({interval: 4000});

// Highlight
$('pre.code').highlight({source:1, zebra:1, indent:'space', list:'ol'});


//box_skitter_medium
//box_skitter_normal

//$('.box_skitter_large').skitter({label: false, numbers: false});
$('.box_skitter_small').skitter({label: false, numbers: false, interval: 1000});
$('.box_skitter_medium').css({width: 510, height: 150}).skitter({show_randomly: true, navigation: false, dots: true, interval: 4000});
$('.box_skitter_normal').css({width: 510, height: 150}).skitter({animation: 'blind', interval: 2000, hideTools: true});

// Highlight
//$('pre.code').highlight({source:1, zebra:1, indent:'space', list:'ol'});

});
</script>



<div class="box_skitter box_skitter_normal">
<ul>
<?php
for ($i=0; $i<count($list); $i++) {
$thumfile = "";
$thumb = $thumb_path.'/'.$list[$i][wr_id];
$file = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];

// 업로드된 파일이 이미지라면
if (preg_match("/\.(jpg|gif|png|bmp)$/i", $file) && file_exists($file)) {
$thumb = thumbnail($file, $img_width, $img_height, 0, 1, 90, 0, "",  $filter, $noimg); //첨부파일 언샾마스크추가

} else { //에디터에서 삽입한 이미지
$edit_img = $list[$i]['wr_content'];
if (eregi("data/cheditor4[^<>]*\.(gif|jp[e]?g|png|bmp)", $edit_img, $tmp)) { // data/cheditor------
$file = $g4[path].'/' . $tmp[0]; // 파일명
$thumb=thumbnail($file, $img_width, $img_height, 0, 1, 90, 0, "",  $th['filter'], $noimg); //언샾마스크추가
}
}
?>

<li><a href="#"><img src="<?php echo $thumb; ?>" class="showBarsRandom"  alt="" title=""></a>
<div class="label_text"><p><span class="font"><?php echo $list[$i]['subject']; ?></span></p></div>

<?php
}
?>

</ul>
</div>





<!--
box_skitter_large
// box_skitter_small
box_skitter_medium
box_skitter_normal


<div>
<a href="?" class="selected">all</a>
<a href="?animation=cube" class="">cube</a>
<a href="?animation=cubeRandom" class="">cubeRandom</a>
<a href="?animation=block" class="">block</a>
<a href="?animation=cubeStop" class="">cubeStop</a>
<a href="?animation=cubeHide" class="">cubeHide</a>
<a href="?animation=cubeSize" class="">cubeSize</a>
<a href="?animation=horizontal" class="">horizontal</a>
<a href="?animation=showBars" class="">showBars</a>
<a href="?animation=showBarsRandom" class="">showBarsRandom</a>
<a href="?animation=tube" class="">tube</a>
<a href="?animation=fade" class="">fade</a>
<a href="?animation=fadeFour" class="">fadeFour</a>
<a href="?animation=paralell" class="">paralell</a>
<a href="?animation=blind" class="">blind</a>
<a href="?animation=blindHeight" class="">blindHeight</a>
<a href="?animation=blindWidth" class="">blindWidth</a>
<a href="?animation=directionTop" class="">directionTop</a>
<a href="?animation=directionBottom" class="">directionBottom</a>
<a href="?animation=directionRight" class="">directionRight</a>
<a href="?animation=directionLeft" class="">directionLeft</a>
<a href="?animation=cubeStopRandom" class="">cubeStopRandom</a>
<a href="?animation=cubeSpread" class="">cubeSpread</a>
<a href="?animation=cubeJelly" class="">cubeJelly</a>
<a href="?animation=glassCube" class="">glassCube</a>
<a href="?animation=glassBlock" class="">glassBlock</a>
<a href="?animation=circles" class="">circles</a>
<a href="?animation=circlesInside" class="">circlesInside</a>
<a href="?animation=circlesRotate" class="">circlesRotate</a>
<a href="?animation=cubeShow" class="">cubeShow<span class="new_animation">new!</span></a>
<a href="?animation=upBars" class="">upBars<span class="new_animation">new!</span></a>
<a href="?animation=downBars" class="">downBars<span class="new_animation">new!</span></a>
<a href="?animation=random" class="">random</a>
<a href="?animation=randomSmart" class="">randomSmart</a>
</div>
-->
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로