완전 초보라 급해요!! 정보
완전 초보라 급해요!!본문
이미지에서..notice부분과more부분은 http://veanne05.cafe24.com/community.html 이 주소로 링크를 원하고요..
아랫 게시글은 링크를 없애고 싶어요...
어떻게 해야 할까요????
아랫 게시글은 링크를 없애고 싶어요...
어떻게 해야 할까요????
댓글 전체
소스가 있으면 수정이 가능할것 같은데요.
위쪽은 그대로 놔두시고
아래쪽의 소스쪽 <a href=[어쩌고저쩌고]> 부분과
뒤쪽부분의 </a> 이것을 삭제하시면 됩니다.
위쪽은 그대로 놔두시고
아래쪽의 소스쪽 <a href=[어쩌고저쩌고]> 부분과
뒤쪽부분의 </a> 이것을 삭제하시면 됩니다.

gnuboard4/skin/latest/basic/latest.skin.php
에 파일을 열어 보시면
5번째줄에 보시면
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table>
이것을
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href=' http://veanne05.cafe24.com/community.html'><?=$board[bo_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href=' http://veanne05.cafe24.com/community.html'><img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table>
이렇게 바꿔주시고,
22번째 줄부터 주석 바로 앞까지는
echo $list[$i]['icon_reply'] . " ";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
if ($list[$i]['comment_cnt'])
echo " <span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span>";
이렇게 바꿔주시면 될것 같습니다.
에 파일을 열어 보시면
5번째줄에 보시면
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table>
이것을
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href=' http://veanne05.cafe24.com/community.html'><?=$board[bo_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href=' http://veanne05.cafe24.com/community.html'><img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table>
이렇게 바꿔주시고,
22번째 줄부터 주석 바로 앞까지는
echo $list[$i]['icon_reply'] . " ";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
if ($list[$i]['comment_cnt'])
echo " <span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span>";
이렇게 바꿔주시면 될것 같습니다.
감사합니다...
저 같은 초보의 고민거리를 해결해 주시고....
사례라도 하고 싶은 마음이네요..
암튼 너무 감사해서 님의 앞날을 위해 기도라도..ㅎㅎ
행복하세요.
저 같은 초보의 고민거리를 해결해 주시고....
사례라도 하고 싶은 마음이네요..
암튼 너무 감사해서 님의 앞날을 위해 기도라도..ㅎㅎ
행복하세요.