다시 질문드려요.. 공지 게시물 수정 부탁드립니다^^ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

다시 질문드려요.. 공지 게시물 수정 부탁드립니다^^ 정보

다시 질문드려요.. 공지 게시물 수정 부탁드립니다^^

첨부파일

notice.zip (16.7K) 2회 다운로드 2013-01-08 16:38:46

본문

전에 올렸던게 안되서... 다시 질문드려요

게시물 basic 에 있는걸루 수정해서 했는데요

사이트 보시면 두개가 아래로 내려갔습니다..

이미지처럼 한곳에 나와야는데 다음 칸으로 넘어가버렸네요 ㅠㅠ

죄송하지만 어떻게 해야 할까요 ㅠㅠ
  • 복사

댓글 전체

latest.skin.php 파일 소스를 다음으로 바꾸고 저장하 해보세요.
물론 이전것 백업은 필수입니다.

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0>
 
  <tr>
<td width="5%">
<table align="left" cellpadding="0" cellspacing="0" width="68" border="0">
<tr>
<td width="58" align="left" valign="top"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/latest_title.gif" alt="" width="58" height="58" /></a></td>
<td width="42" rowspan="2"></td>
</tr>
<tr>
<td width="58" align="left" valign="top"></td>
</tr>
</table>
</td> 

<td width="95%">
<table width="100%" cellpadding="0" cellspacing="0" border="0">

<? for ($i=0; $i<count($list); $i++) { ?>
<tr><td width="95%" align=left><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
            <?
            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>{$list[$i]['subject']}</strong></font>";
            else
                echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$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>
</td>
</tr>

<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>

</table>
© SIRSOFT
현재 페이지 제일 처음으로