관리자로 글쓰기시 다른 사람 아이디로 작성할수잇는 프로그램있을까요?
본문
제목 이즈 내용입니다..
팁도 괜찮습니당
답변 1
write.skin.php 파일에 아래 소스 추가
<label for="mb_id" class="sound_only">회원아이디</label>
<input type="text" name="mb_id" value="<?php echo $write['mb_id'] ?>" id="mb_id" class="frm_input half_input" size="50" placeholder="회원아이디">
write_update.head.skin.php 파일 생성
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
if($mb_id) {
$member['mb_id'] = $mb_id;
}
답변을 작성하시기 전에 로그인 해주세요.