댓글에 댓글 달리면 화살표로 구분하기 정보
댓글에 댓글 달리면 화살표로 구분하기
관련링크
첨부파일
본문
그누보드 / 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;">
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;">
추천
0
0
댓글 4개

너무이뻐요 감사합니다^^

유용하게 사용하세요 ^^
저는 안바뀌는 데요 어떻게 해야하나요..?

사용하시는 스킨의 img 폴더에 icon_re.gif 파일이 있는지 확인해주세요.