완전 초보라 급해요!!
이미지에서..notice부분과more부분은 http://veanne05.cafe24.com/community.html 이 주소로 링크를 원하고요..
아랫 게시글은 링크를 없애고 싶어요...
어떻게 해야 할까요????
아랫 게시글은 링크를 없애고 싶어요...
어떻게 해야 할까요????
댓글 3개
미라클OnAir
13년 전
소스가 있으면 수정이 가능할것 같은데요.
위쪽은 그대로 놔두시고
아래쪽의 소스쪽 <a href=[어쩌고저쩌고]> 부분과
뒤쪽부분의 </a> 이것을 삭제하시면 됩니다.
위쪽은 그대로 놔두시고
아래쪽의 소스쪽 <a href=[어쩌고저쩌고]> 부분과
뒤쪽부분의 </a> 이것을 삭제하시면 됩니다.
ackteam
13년 전
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>";
이렇게 바꿔주시면 될것 같습니다.
ws1003
13년 전
감사합니다...
저 같은 초보의 고민거리를 해결해 주시고....
사례라도 하고 싶은 마음이네요..
암튼 너무 감사해서 님의 앞날을 위해 기도라도..ㅎㅎ
행복하세요.
저 같은 초보의 고민거리를 해결해 주시고....
사례라도 하고 싶은 마음이네요..
암튼 너무 감사해서 님의 앞날을 위해 기도라도..ㅎㅎ
행복하세요.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기