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

· 2013-03-13 (수) 18:00:50 · 856
최근게시물에 뉴 아이콘과 파일첨부 부분을 등록하고 싶은데 쉽지가 않내요 ㅠㅠ

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?=$latest_skin_path?>/style.css" type="text/css" media="all" />
<div class="eggLatestSkin04">
<p class="title"><strong><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><?=$board[bo_subject]?></a></strong></p>
<ul>
<?for($i=0;$i<count($list);$i++){?>
<li>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<strong>{$list[$i]['subject']}</strong>";
else
echo "{$list[$i]['subject']}";
echo "</a>";

if ($list[$i]['comment_cnt']){
$list[$i][comment_cnt] = str_replace("(","",$list[$i][comment_cnt]);
$list[$i][comment_cnt] = str_replace(")","",$list[$i][comment_cnt]);
$list[$i][comment_cnt] = "+".$list[$i][comment_cnt];
echo " <span class=\"comment\">{$list[$i]['comment_cnt']}</span>";

}
?>
</li>
<?}?>
<?if(count($list)==0){?><li>게시물이 없습니다.</li><?}?>
</ul>
</div>

이게 소스고요 어떡게 해야될까요 ㅠㅠ 소스찾아서 올려봤는데 글자가 밀려나고 이상해지더라고요

도움요청할게요 ㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

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

+
제목 글쓴이 날짜 조회
13-03-14 조회 1,081
13-03-14 조회 2,391
13-03-14 조회 1,116
13-03-14 조회 1,734
13-03-13 조회 893
13-03-13 조회 1,640
13-03-13 조회 2,029
13-03-13 조회 4,153
13-03-13 조회 857
13-03-13 조회 1,622
13-03-13 조회 1,774
13-03-13 조회 1,068
13-03-13 조회 1,099
13-03-13 조회 3,026
13-03-13 조회 1,471
13-03-13 조회 1,093
13-03-13 조회 1,149
13-03-13 조회 1,652
13-03-13 조회 3,834
13-03-13 조회 819