서동요님의 제휴문의게시판 사용중에 정보
서동요님의 제휴문의게시판 사용중에본문
안녕하세요?
다름이 아니라 서동요님의 제휴문의게시판을 쓸려는데요
사용자가 글을 작성하고 write 버튼을 클릭하면
기본적으로 그누보드 메인화면으로 돌아가게 되있습니다.
특정 게시판 회면으로 이동하게 하고싶은데
어디를 고쳐야하는지 모르겠네요.
그러니까
관리자일때만 보이는 list버튼을 누르면 해당 게시판으로 이동하는것처럼
일반작성자가 write버튼을 누르면 해당 게시판 처음으로 돌아가게 하고싶습니다.
글 작성하는 버튼이 있는 테이블 소스는
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="10" background="<?=$board_skin_path?>/img/write_down_bg.gif"></td>
</tr>
<tr>
<td width="100%" align="center" valign="top">
<input type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 accesskey='s'>
<?if($is_admin){?>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/btn_list.gif" border=0></a>
<?}?>
</td>
</tr>
</table>
<tr>
<td width="100%" height="10" background="<?=$board_skin_path?>/img/write_down_bg.gif"></td>
</tr>
<tr>
<td width="100%" align="center" valign="top">
<input type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 accesskey='s'>
<?if($is_admin){?>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/btn_list.gif" border=0></a>
<?}?>
</td>
</tr>
</table>
입니다.
잘 부탁드립니다.
댓글 전체
write.update.php
$g4[path] ← 부분을 바꿔주시면 될꺼에요..
$g4[path] ← 부분을 바꿔주시면 될꺼에요..
스펙트럼님, 답변 주셔서 감사합니다
그런데 write.update.php중에 어디요?
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 자신만의 코드를 넣어주세요.
?>
<?
if($is_admin){
?>
<script language="JavaScript">
alert("정상적으로 처리되었습니다.");
</script>
<? } else {?>
<script language="JavaScript">
alert("정상적으로 신청되었습니다.");
window.location='../';
</script>
<? } ?>
어느 부분을 바꿔야하는지... -_-ㅋ
그런데 write.update.php중에 어디요?
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 자신만의 코드를 넣어주세요.
?>
<?
if($is_admin){
?>
<script language="JavaScript">
alert("정상적으로 처리되었습니다.");
</script>
<? } else {?>
<script language="JavaScript">
alert("정상적으로 신청되었습니다.");
window.location='../';
</script>
<? } ?>
어느 부분을 바꿔야하는지... -_-ㅋ
window.location='../'; ←부분을 바꿔보세요...
우왓~!!!
스펙트럼님 감사합니다.
큰 도움이 됐어요.
좋은 오후 보내세요.
스펙트럼님 만세.
스펙트럼님 감사합니다.
큰 도움이 됐어요.
좋은 오후 보내세요.
스펙트럼님 만세.
도움이 되셨다니 다행입니다^^
하품123님도 즐거운 하루 보내세요~
하품123님도 즐거운 하루 보내세요~