그누보드 [G4] 댓글(코멘트)에 댓글(코멘트/덧글/답글) 달리면 화살표로 구분하기
페이지 정보
첨부파일
-
icon_re.zip (201byte)
26회 다운로드 | DATE : 2012-10-30 22:59:10
본문
그누보드 / skin / board / 스킨 / view_comment.skin.php 에서 아래 코드를 추가합니다.
22 ~ 34 라인을 아래와 같이 수정합니다.
<td><? for ($k=0; $k<strlen($list[$i][wr_comment_reply]); $k++) echo " "; ?></td>
<td width='100%'>
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td height=1 colspan=3 bgcolor="#dddddd"><td>
</tr>
<tr>
<td height=1 colspan=3></td>
</tr>
<tr>
<td valign=top>
<div style="height:28px; background:url(<?=$board_skin_path?>/img/co_title_bg.gif); clear:both; line-height:28px;">
를 아래와 같이 변경합니다.
<td><? for ($k=0; $k<strlen($list[$i][wr_comment_reply]); $k++) echo " "; ?></td>
<td width='100%'>
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td height=1 colspan=3 bgcolor="#dddddd"><td>
</tr>
<tr>
<td height=1 colspan=3></td>
</tr>
<tr>
<td valign=top align="left" width="10"><?php if ($k != 0) echo "<img src='$board_skin_path/img/icon_re.gif' align='absmiddle' alt='' /> "; ?></td>
<td valign=top colspan="2">
<div style="height:28px; background:url(<?=$board_skin_path?>/img/co_title_bg.gif); clear:both; line-height:28px;">
댓글목록
등록된 댓글이 없습니다.