첨부된 사진 보시면 아시겠지만 보시는바와같이
글제목이 있고 코멘트갯수가 있고 new 파일이 출력되잖아요?
근데 저 코멘트 갯수 출력을 (갯수) 이렇게 말고 +갯수
ex) (8) -> +8
이렇게 변경하고 싶은데 혹시 방법이 없을까요?ㅠㅠㅠ
그리고 코멘트갯수 글씨체와 색상도 변경하고 싶습니다..
--------------소스입니다----------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 네이버 http://html.nhndesign.com/?mid=ui_pattern_list 참고
// 리메이크: Terrorboy
?>
<link rel="stylesheet" href="<?=$latest_skin_path?>/latest.css" type="text/css" />
<!--ui object -->
<div class="section_ul">
<h2><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></h2>
<ul>
<?
for ($i=0; $i<count($list); $i++) {
// 최근 게시물 시간 정렬 수정
$list[$i]['wr_datetime'] = date("Y.m.d", time($list[$i]['wr_datetime']));
?>
<li>
<span class="bu"></span>
<a href="<?=$list[$i]['href']?>"><?=$list[$i]['subject']?></a>
<a href="<?=$list[$i]['comment_href']?>" class="comment"><?=$list[$i]['comment_cnt']?></a><? echo " " . $list[$i][icon_new]; ?>
<span class="time"><?=$list[$i]['wr_datetime']?></span>
</li>
<? } ?>
<? if (count($list) == 0) { ?>
<li><div class="none">최근 게시물이 없습니다.</div></li>
<? } ?>
</ul>
<a class="more" href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>">
더보기</a> </div>
<!--//ui object -->
글제목이 있고 코멘트갯수가 있고 new 파일이 출력되잖아요?
근데 저 코멘트 갯수 출력을 (갯수) 이렇게 말고 +갯수
ex) (8) -> +8
이렇게 변경하고 싶은데 혹시 방법이 없을까요?ㅠㅠㅠ
그리고 코멘트갯수 글씨체와 색상도 변경하고 싶습니다..
--------------소스입니다----------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 네이버 http://html.nhndesign.com/?mid=ui_pattern_list 참고
// 리메이크: Terrorboy
?>
<link rel="stylesheet" href="<?=$latest_skin_path?>/latest.css" type="text/css" />
<!--ui object -->
<div class="section_ul">
<h2><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></h2>
<ul>
<?
for ($i=0; $i<count($list); $i++) {
// 최근 게시물 시간 정렬 수정
$list[$i]['wr_datetime'] = date("Y.m.d", time($list[$i]['wr_datetime']));
?>
<li>
<span class="bu"></span>
<a href="<?=$list[$i]['href']?>"><?=$list[$i]['subject']?></a>
<a href="<?=$list[$i]['comment_href']?>" class="comment"><?=$list[$i]['comment_cnt']?></a><? echo " " . $list[$i][icon_new]; ?>
<span class="time"><?=$list[$i]['wr_datetime']?></span>
</li>
<? } ?>
<? if (count($list) == 0) { ?>
<li><div class="none">최근 게시물이 없습니다.</div></li>
<? } ?>
</ul>
<a class="more" href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>">
더보기</a> </div>
<!--//ui object -->
댓글 5개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기