그누보드 [G4] 최근게시물에서 읽기권한 제어하기
페이지 정보
본문
최근게시물에서 읽기 권한에 따라서 다른 메시지를 보여줍니다. 최근게시물스킨/latest.skin.php 상단에 global $member; 변수선언
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
global $member; // <- 추가
?>
<table cellpadding="0" cellspacing="0" style="width:341px"><? for ($i=0; $i<count($list); $i++) { ?>
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" style="width:100%">
<tbody>
<tr>
<td style="vertical-align:top"><? if ($member[mb_level] >= 5 ){ ?>급훈<br />
<?=$list[$i]['subject']; ?><br />
<a href="" style="font-family:돋움; color:#754C23; font-size:12px; padding-top:10px;"><img alt="수정" src="<?=$latest_skin_path;?>/img/btn_modify.gif" style="margin:5 0 0 0" /></a><?
} else {
?>급훈<br />
<?=$list[$i]['subject']}?><? } ?></td>
</tr>
</tbody>
</table>
</td>
</tr>
<? } ?><? if (count($list) == 0) { ?>
<tr>
<td>게시물이 없습니다.<br />
<a href="/gnuboard/bbs/write.php?bo_table=<?=$bo_table?>"><img alt="쓰기" src="<?=$latest_skin_path?>/img/btn_write.gif" style="margin:5 0 0 0" /></a></td>
</tr>
<? } ?>
</tbody>
</table>
참고자료
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=11089
댓글목록
등록된 댓글이 없습니다.