테스트 사이트 - 개발 중인 베타 버전입니다

최근게시물 스킨하나 다운받았는데요 그누보드 처음 사용하거든요..

· 14년 전 · 790 · 2
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<div style='width:100%;background-color:#fafafa;border:1px solid #f1f1f1;'>
<div style='width:100%px;height:29px;background-color:#f8f8f8; text-align:-moz-left;text-align:left;padding:5 15 5 15'><IMG src="<?=$latest_skin_path?>/img/arr.gif">&nbsp;&nbsp;<strong><?=$board[bo_subject]?></strong>
<a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><IMG src="<?=$latest_skin_path?>/img/more.gif"
border=0></a>
</div>


<? for ($i=0; $i<count($list); $i++) { ?>

<? echo "<div style='width:100%px;height:27px;background-color:#ffffff;text-align:-moz-left;text-align:left;padding:5 15 5 15 '>" ;

echo "<a href='{$list[$i][href]}'>";
if ($list[$i][is_notice])
echo "<FONT color=#aaaaaa>&nbsp;&nbsp;&#8226;&nbsp;</FONT><font style='color:#000000;,><strong>{$list[$i][subject]}</strong></font>";
else
echo "<FONT color=#aaaaaa>&nbsp;&nbsp;&#8226;&nbsp;</FONT><font style='color:#000000;'>{$list[$i][subject]}</font>";
echo "</a>";
echo " " . $list[$i][icon_new];

?></div><? } ?>

<? if (count($list) == 0) { ?>
게시물이 없습니다.
<? } ?>

</div>

-----------------------------------------------------------------

위와 같이 나오는데....게시판의 최근글 뽑아올려면 어느부분을 수정해야 하나요?
게시판이름적는거등은 어디에 적어야 하는지요?
처음사용해서 질문드립니다.
감사합니다.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 2개

게시판 최근글을 메인에 뽑으시려면 index.php 파일에서 출력하고자 하는 부분에
<?=latest("스킨명", "게시판아이디", 5, 30);?>
이런식으로 넣어주면 됩니다.

http://sir.co.kr/manual/youngcart4/?man=skin.htm
처음사용이시라면 그누보드 운영매뉴얼 한번 참고하시는게 좋을듯 하네요
감사합니다. 좋은 하루보내세요!!

게시글 목록

번호 제목
284508
284499
284492
284490
284484
284481
284478
284476
284474
284472
284470
284458
284457
284454
284453
284447
284446
284444
284441
284440