최근 게시물 관련 질문입니다(고수님들 도와주세요) 정보
그누보드 최근 게시물 관련 질문입니다(고수님들 도와주세요)본문
http://www.sir.co.kr/?doc=bbs/gnuboard.php&bo_table=skin3&sselect=ca_id&stext=1&page=3&wr_id=4111
이 스킨에서요
최근게시물에 제목 하고 날짜는 불러와지는데요

위그림 처럼 회사명 작성자명 그리고 이메일 그리고 연락처를 원하는데로
최근게시물로 뽑을려면 어케 해야 하는지 오늘 하루종일 여기저기 기웃거리다가
도저히 않되어서 질문드립니다.........
어느파일에 어디를 수정해야 할지 막막 하기만 하네요
댓글 전체
<table width=100% bgcolor=#FFFFFF cellpadding=0 cellspacing=0>
<tr><td colspan=2 height=10></td></tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<? if ($i) { echo ""; } ?>
<tr>
<td width=0 align=center></td>
<td width='' height=20><span class=content><img src='<?=$latest_skin?>/icon_li.gif'> <a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>'><font color="cf4900">제목</font> : <?=$list[$i][subject]?> <span style='font-size:8pt;'><?=$list[$i][commentcnt]?></span></a> <?=$list[$i][icon_new]?> <br></span>
<img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">평점</font> : <?=$list[$i][wr_1]?><br> <img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">감독</font> : <?=$list[$i][wr_2]?><br> <img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">주연</font> : <?=$list[$i][wr_3]?><br> <img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">상영일</font> : <?=$list[$i][wr_4]?><br><img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">OST</font> : <?=$list[$i][wr_5]?><p>
</td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=2 align=center height=50>자료가 없습니다.</td></tr>"; } ?>
<tr><td colspan=2 height=5></td></tr>
</table>
이것은 zzzz님이 이전에 올리신 영화스킨의 글을 최신글로 불러올때
제가 적용시킨 최신글 소스 입니다. 약간 응용만 하시면 되실듯 합니다.
링크해 주신팁은 제가 적용해 본적이 없네요. 참고만 하세요.
이미지 미리보기 > http://www.slgi.co.kr/gnu3/?doc=bbs/gnuboard.php&bo_table=skin&page=9&wr_id=37
<tr><td colspan=2 height=10></td></tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<? if ($i) { echo ""; } ?>
<tr>
<td width=0 align=center></td>
<td width='' height=20><span class=content><img src='<?=$latest_skin?>/icon_li.gif'> <a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>'><font color="cf4900">제목</font> : <?=$list[$i][subject]?> <span style='font-size:8pt;'><?=$list[$i][commentcnt]?></span></a> <?=$list[$i][icon_new]?> <br></span>
<img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">평점</font> : <?=$list[$i][wr_1]?><br> <img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">감독</font> : <?=$list[$i][wr_2]?><br> <img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">주연</font> : <?=$list[$i][wr_3]?><br> <img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">상영일</font> : <?=$list[$i][wr_4]?><br><img src='<?=$latest_skin?>/icon_li.gif'> <font color="cf4900">OST</font> : <?=$list[$i][wr_5]?><p>
</td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=2 align=center height=50>자료가 없습니다.</td></tr>"; } ?>
<tr><td colspan=2 height=5></td></tr>
</table>
이것은 zzzz님이 이전에 올리신 영화스킨의 글을 최신글로 불러올때
제가 적용시킨 최신글 소스 입니다. 약간 응용만 하시면 되실듯 합니다.
링크해 주신팁은 제가 적용해 본적이 없네요. 참고만 하세요.
이미지 미리보기 > http://www.slgi.co.kr/gnu3/?doc=bbs/gnuboard.php&bo_table=skin&page=9&wr_id=37
아무리해도 제목하고 날짜 그리고 최근글 아이콘만 나오니 미칠 지경이네요 해결책좀 알려주세요
부탁드립니다.....
부탁드립니다.....