묻고답하기
제발 도와주세요. 게시판 글쓰기 후 입력 완료되었다는 페이지로 이동하고자 합니다.
2013.07.23 19:24
게시글은 모든 사용자가 작성 할 수 있고 리스트와 뷰는 관리자만 볼 수 있는 상담문의 게시판을 만들었습니다.
그런데 문제는 게시글 작성후 완료버튼을 눌렀을때 입력 완료되었다는 html페이지를 만들고 (또는 완료되었다는 alert 창이 뜨고 )다시 해당 작성 창에 남아도 됩니다.
xe Qna에서 열심히 찾아 봤는데 아래 소스 밖에 찾지 못했습니다.
board.controller.php파일을 열어서 111번째줄에
// if there is an error
if(!$output->toBool()) return $output;
// return the results
$this->add('mid', Context::get('mid'));
$this->add('document_srl', $output->get('document_srl'));
// alert a message
$this->setMessage($msg_code);
if(Context::get('mid')=="Onlinereservation") $this->setRedirectUrl("http://naver.comViewer");
}
여기서
if(Context::get('mid')=="Onlinereservation") $this->setRedirectUrl("http://naver.comViewer");
}
꼭 답변 부탁드릴게요. 정말 눈이 빠질것만 같습니다.
그럼 꼭 답변 부탁드려요. 꾸벅
kingmaya 님 안녕하세요,
board\tpl\board.js 파일 15번째줄을 아래와 같이 한번 해보세요.