간절히 도움을 청하고 있습니다. 정보
간절히 도움을 청하고 있습니다.본문
latest.skin 코드원문인데요,.,, 대개보니까 그룹최신글스킨과 게시판최신글스킨이 코드상 다른점이 많더군요,, 이것역시 게시판최신글스킨인데 그룹최신글스킨으로 쓸수 있게 수정할수 있는 분 계시면 꼭 좀 도움바랍니다.. 다 그누3에서는 댓글이 잘않붙던데 희망을 가지고 기다리겠습니다.
참고로 이하 원문대로 씌우면 아이콘 외에는 아무것도 나오지 않습니다...
---------------------------------------------------------------------------------------
<table width=100% cellpadding=0 cellspacing=0 border=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<? if ($i==0) { ?>
<tr>
<td>
<? for ($i=0; $i<count($list); $i++) { ?>
<? if ($i==0) { ?>
<tr>
<td>
<table cellpadding=0 cellspacing=0 border=0>
<!--첫번째 기사 제목 시작 -->
<a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>' style=font-size:18pt;color:#00008B>
<b><?=cut_str($list[$i][subject],30,"...");?></b></a><?=$list[$i][icon_new]?>
<?=$list[$i][commentcnt]?>
<!--첫번째 기사 제목 끝 -->
<a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>' style=font-size:18pt;color:#00008B>
<b><?=cut_str($list[$i][subject],30,"...");?></b></a><?=$list[$i][icon_new]?>
<?=$list[$i][commentcnt]?>
<!--첫번째 기사 제목 끝 -->
<tr>
<td>
<!--첫번째 기사 내용 시작-->
<a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>' style=font-size:10pt;>
<?=nl2br(stripslashes(cut_str($list[$i][wr_content], 200, '…' )))?><?=$list[$i][name]?> 기자
</a>
<!--첫번째 기사 내용 끝-->
<td valign=top>
<!--첫번째 기사 사진시작 -->
<a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>' style=font-size:10pt;>
<?
if (!file_exists($list[$i][file_image1])) { $gznews_img = "width=0 height=0 border=0><br>"; }
else if (file_exists($list[$i][file_image1])) { $gznews_img = "width=150 border=0)'><br>"; }
?>
<img src=<?=$list[$i][file_image1]?> <?=$gznews_img?>
</a>
<!--첫번째 기사 사진끝-->
</td>
</table>
<tr>
<td background='<?=$latest_skin?>/contents_dot.gif'>
<!--두번째 기사 목록으로 보여줌-->
<? } else { ?>
<tr>
<td height=4>
<tr>
<td height=4>
<tr>
<td colspan=2 width="100%" valign="middle">
<a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>' style=font-size:11pt;>
<b><img src=<?=$latest_skin?>/arrow_m.gif border=0><?=cut_str($list[$i][subject],50,"...");?></b></a><?=$list[$i][icon_new]?>
<?=$list[$i][commentcnt]?>
<td height=4>
<tr>
<td colspan=2 width="100%" valign="middle">
<a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>' style=font-size:11pt;>
<b><img src=<?=$latest_skin?>/arrow_m.gif border=0><?=cut_str($list[$i][subject],50,"...");?></b></a><?=$list[$i][icon_new]?>
<?=$list[$i][commentcnt]?>
<? } ?>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=3 align=center height=25>기사가 없습니다.</td></tr>"; } ?>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=3 align=center height=25>기사가 없습니다.</td></tr>"; } ?>
</table>
<table>
<tr>
<td background='<?=$latest_skin?>/contents_dot.gif'>
</td>
</tr>
</table>
<table>
<tr>
<td background='<?=$latest_skin?>/contents_dot.gif'>
</td>
</tr>
</table>
댓글 전체
그누보드에 그룹최신글스킨이란게 없습니다.
함수를 새로 만드셔야 합니다.
함수를 새로 만드셔야 합니다.