최근글에 링크, 파일 이런 이미지를 수정하고 싶은데.. 채택완료
http://www.dajoahe3.x-y.net/board/bbs/100.php">http://www.dajoahe3.x-y.net/board/bbs/100.php

최근글에 나오는 링크나 새글, 파일 이런것을 수정하고 싶은데
어디에서 수정을 해야 할까요?
기존 보드처럼 아래와 같이 하고 싶거든요

1. 어느 소스를 수정해야 할까요? 2. 아니면 지금 5.3에서 최근파일, 링크, 새글... 이거 색상을 수정할려면 어찌 해야 할까요?
</strong></p>
<p><?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가</p>
<p>// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$latest_skin_url.'/style.css">', 0);
?></p>
<p><!-- <?php echo $bo_subject; ?> 최신글 시작 { --></p>
<p> <div class="kor">
<ol class="list-unstyled">
<?php for ($i=0; $i<count($list); $i++) { ?>
<li class="latest"> </p>
<p> <?php</p>
<p> echo "<span class=\"latest-right pull-right fa-download\"> ";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }</p>
<p> if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new'];
if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot'];
if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file'];
if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link'];
if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret'];</p>
<p> echo "</span>";</p>
<p> //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'];</p>
<p> if ($list[$i]['comment_cnt'])
echo $list[$i]['comment_cnt'];</p>
<p> echo "</a>";
?>
</li>
<?php } ?>
<?php if (count($list) == 0) { //게시물이 없을 때 ?>
<li>게시물이 없습니다.</li>
<?php } ?>
</ol>
</div></p>
<p><strong>
css
</strong></p>
<p>@charset "utf-8";
/* 승희아빠 */</p>
<p>/* 새글 스킨 (latest) */
.kor { word-wrap: break-word; word-break: keep-all; }/* 한글 줄바꿈 */
.latest {
max-width:100%; /* Customise it accordingly */
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.latest-more { margin-top:6px; }
.latest-right { width:85px; text-align:right; }
.latest-hr { display:block; margin:5px 0px; }</p>
<p><strong>
답변 2개
참고하세요. 최신글 스킨도 아마 같을 겁니다.
http://gnustudy.com/bbs/board.php?bo_table=skin_board&wr_id=145
$board_skin_url
위 경로는 이렇게 바꾸고.. $latest_skin_url
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
꾸벅!!
혹시 5.3에서 icon_new, icon_file, icon_link
이것들 색상 수정은 어찌 해야 하는지 좀 알려주시면 안되실까요?