그룹최신글 질문입니다
페이지 정보
본문
이런 종류의 그룹최신글이 없어서 어렵게 코드 비교해가며 붙여넣기해서 비슷하게 하였습니다
그런대 글 제목에서 제 능력으로 아무리 해도 최신글 제목을 못만들겠습니다
저렇게 자유게시판처럼 그룹 제목글이 출력 할려면.. 도움좀 부탁드립니다
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_01.gif" width="5" height="5"></td>
<td background="<?=$latest_skin_path?>/img/basice1_02.gif" height="5"></td>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_03.gif" width="5" height="5"></td>
</tr>
<tr>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_04.gif" width="5" height="25"></td>
<td background="<?=$latest_skin_path?>/img/basice1_05.gif" height="25" style="padding:0 0 0 5">
<div style="float:left;">
<!--테이블명-->
<td>
<img src="<?=$latest_skin_path?>/img/basice1_06.gif" width="5" height="25"></td>
</tr>
<tr>
<td background="<?=$latest_skin_path?>/img/basice1_07.gif" width="5"></td>
<td align="center" valign="top">
<!--내용-->
<? for ($i=0; $i<count($list); $i++) { ?>
<table width=100% cellpadding=0 cellspacing=0>
<tr><td height="22">
<b>ㆍ</b>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong><font color=#red>[{$list[$i]['bo_subject']}]</font> {$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'><font color=#red>[{$list[$i]['bo_subject']}]</font> {$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
// echo " " . $list[$i]['icon_new'];
// echo " " . $list[$i]['icon_file'];
// echo " " . $list[$i]['icon_link'];
// echo " " . $list[$i]['icon_hot'];
// echo " " . $list[$i]['icon_secret'];
?>
</td></tr>
</table>
<? } ?>
<? if (count($list) == 0) { ?><font color=#6A6A6A>게시물이 없습니다.</a><? } ?>
<!--/내용-->
</td>
<td background="<?=$latest_skin_path?>/img/basice1_09.gif" width="5"></td>
</tr>
<tr>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_10.gif" width="5" height="5"></td>
<td background="<?=$latest_skin_path?>/img/basice1_11.gif" height="5"></td>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_12.gif" width="5" height="5"></td>
</tr>
</table>
<div style="margin:0 0 5 0;"></div>
그런대 글 제목에서 제 능력으로 아무리 해도 최신글 제목을 못만들겠습니다
저렇게 자유게시판처럼 그룹 제목글이 출력 할려면.. 도움좀 부탁드립니다
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_01.gif" width="5" height="5"></td>
<td background="<?=$latest_skin_path?>/img/basice1_02.gif" height="5"></td>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_03.gif" width="5" height="5"></td>
</tr>
<tr>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_04.gif" width="5" height="25"></td>
<td background="<?=$latest_skin_path?>/img/basice1_05.gif" height="25" style="padding:0 0 0 5">
<div style="float:left;">
<!--테이블명-->
<td>
<img src="<?=$latest_skin_path?>/img/basice1_06.gif" width="5" height="25"></td>
</tr>
<tr>
<td background="<?=$latest_skin_path?>/img/basice1_07.gif" width="5"></td>
<td align="center" valign="top">
<!--내용-->
<? for ($i=0; $i<count($list); $i++) { ?>
<table width=100% cellpadding=0 cellspacing=0>
<tr><td height="22">
<b>ㆍ</b>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong><font color=#red>[{$list[$i]['bo_subject']}]</font> {$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'><font color=#red>[{$list[$i]['bo_subject']}]</font> {$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
// echo " " . $list[$i]['icon_new'];
// echo " " . $list[$i]['icon_file'];
// echo " " . $list[$i]['icon_link'];
// echo " " . $list[$i]['icon_hot'];
// echo " " . $list[$i]['icon_secret'];
?>
</td></tr>
</table>
<? } ?>
<? if (count($list) == 0) { ?><font color=#6A6A6A>게시물이 없습니다.</a><? } ?>
<!--/내용-->
</td>
<td background="<?=$latest_skin_path?>/img/basice1_09.gif" width="5"></td>
</tr>
<tr>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_10.gif" width="5" height="5"></td>
<td background="<?=$latest_skin_path?>/img/basice1_11.gif" height="5"></td>
<td>
<img src="<?=$latest_skin_path?>/img/basice1_12.gif" width="5" height="5"></td>
</tr>
</table>
<div style="margin:0 0 5 0;"></div>
추천0
댓글목록
쎄엠님의 댓글
쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일
<td width='100%' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href='<?=$g4[bbs_path]?>/group.php?gr_id=<?=$gr_id?>'><?=$gr[gr_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href='<?=$g4[bbs_path]?>/group.php?gr_id=<?=$gr_id?>'><img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
짜집기 하셨다니 혹 도움이 될지 모르겠네요
활용해 보시면 어떨까 하고 올려 봅니다.