특정게시판 제외시키는 방법 > 그누4 질문답변

그누4 질문답변

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

특정게시판 제외시키는 방법 정보

특정게시판 제외시키는 방법

본문

오누리빌더 서브페이지에

'베스트10'이 고정으로 돌아가고 있는데요..

몇몇 게시판에서는 '베스트10'이 필요없는 테이블이 있거든요..

예를 들면. 회사소개 페이지, 찾아오는 길 페이지 등등..

board_head.php에 관련 문구가 있는데 어떻게 고치는지좀... 갈켜주세요..

<?if($bo_table){?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="4"><img src="<?=$g4['path']?>/img/box_b_1.gif"></td>
<td width="100%" background="<?=$g4['path']?>/img/box_b_2.gif"></td>
<td width="4"><img src="<?=$g4['path']?>/img/box_b_3.gif"></td>
</tr>
<tr>
<td background="<?=$g4['path']?>/img/box_b_4.gif"></td>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="4"><td colspan="3"></td></tr>
<tr>
<td></td><td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="148">&nbsp;<a href="<?=$g4['bbs_path']?>/board.php?bo_table=<?=$bo_table?>" style="color:#017c99; font-weight:bold;"><?=$board[bo_subject]?> 베스트 10</a></td></tr></table>
<td></td>
</tr>
<tr height="6">
<td colspan="3"></td>
</tr>
<tr height="1">
<td></td>
<td bgcolor=#cddbe4></td>
<td></td>
</tr>
<tr height="6">
<td colspan="3"></td>
</tr>
<tr>
<td></td>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="24%">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <?=latest_num("rank_1", $bo_table, 1, 20, "H", "", "", "0");?></td>
</tr>
</table>
</td>
<td width="1%"></td>
<td width="24%" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><?=latest_num("rank_234", $bo_table, 3, 20, "H", "", "", "1");?></td>
</tr>
</table>
</td>
<td width="1%"></td>
<td width="24%" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><?=latest_num("rank_567", $bo_table, 3, 20, "H", "", "", "4");?></td>
</tr>
</table>
</td>
<td width="1%"></td>
<td width="24%" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><?=latest_num("rank_890", $bo_table, 3, 20, "H", "", "", "7");?></td>
</tr>
</table>
</td>
<td width="1%"></td>
</tr>
</table>
</td><td>
</td>
</tr>
</table>
</td>
<td background="<?=$g4['path']?>/img/box_b_5.gif"></td>
</tr>
<tr>
<td><img src="<?=$g4['path']?>/img/box_b_6.gif"></td>
<td width="100%" background="<?=$g4['path']?>/img/box_b_7.gif"></td>
<td><img src="<?=$g4['path']?>/img/box_b_8.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<?}?>
  • 복사

댓글 전체

<?if($bo_table){?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>

==>

<?if( !empty( $bo_table) && $bo_table != 'ABC' && $bo_table != 'ABC2' && $bo_table != 'ABC3' ){?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
© SIRSOFT
현재 페이지 제일 처음으로