예전스킨에서 T_T 정보
예전스킨에서 T_T본문
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=27972&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EC%A7%80%EC%8B%9D&sop=and&page=5
이 게시판스킨을 쓰고 싶었는데요..
http://hug-me.kr/gnuboard4/bbs/write.php?bo_table=lineup
이게 글쓰기 게시판입니다.
...우선 T_T 시간이 잘못되어있죠 ㅠ_ㅠ
그리고 글쓰기확인게시판이 안눌려요 ㅠ ㅁ ㅠ
근데 이게 2008년도인가..이전 게시판은 다 확인이 안눌리더라구요 ㅠㅠ
[ 시간부분]
<td width="80">· 적용기간</td>
<td><? if ($w == "u"){?>
<?=$write[wr_datetime]?>
<? } else {?>
<?=$g4[time_ymdhis]?>
<? }?>
로부터<br>
<? if ($w == "u"){?>
<input name="wr_8" value="<?=$write[wr_8]?>" readonly>
<? } else {?>
<? $day30 = date("Y-m-d H:i:s", strtotime($now) + 86400 * 30); ?>
<input name="wr_8" value="<?=$day30?>" readonly>
<? }?>
까지 30 일간 적용됩니다.</td>
[글쓰기부분]
<?
include_once("$share_write_path/write_content_basic.php"); // 내용입력사항
include_once("$share_write_path/write_file_basic.php"); // 파일입력사항
include_once("$share_write_path/write_form_tail.php"); // 폼 테일(필수)
include_once("$share_write_path/write_java_basic.php"); // 쓰기 자바(필수)
?>
이렇게 되어있어서..
[write_form_tail 부분]
<table width="300" align="center" cellpadding="9">
<tr>
<td width="100%" align="center" valign="top" style="padding-top:30px;">
<input type=image id="btn_submit" src="<?=$share_skin_path?>/img/submit.gif" border=0 accesskey='s'>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$share_skin_path?>/img/cancel.gif" border=0></a></td>
</tr>
</table>
</td></tr></table>
</form>
입니다 T_T 제발도와주세요
이 게시판스킨을 쓰고 싶었는데요..
http://hug-me.kr/gnuboard4/bbs/write.php?bo_table=lineup
이게 글쓰기 게시판입니다.
...우선 T_T 시간이 잘못되어있죠 ㅠ_ㅠ
그리고 글쓰기확인게시판이 안눌려요 ㅠ ㅁ ㅠ
근데 이게 2008년도인가..이전 게시판은 다 확인이 안눌리더라구요 ㅠㅠ
[ 시간부분]
<td width="80">· 적용기간</td>
<td><? if ($w == "u"){?>
<?=$write[wr_datetime]?>
<? } else {?>
<?=$g4[time_ymdhis]?>
<? }?>
로부터<br>
<? if ($w == "u"){?>
<input name="wr_8" value="<?=$write[wr_8]?>" readonly>
<? } else {?>
<? $day30 = date("Y-m-d H:i:s", strtotime($now) + 86400 * 30); ?>
<input name="wr_8" value="<?=$day30?>" readonly>
<? }?>
까지 30 일간 적용됩니다.</td>
[글쓰기부분]
<?
include_once("$share_write_path/write_content_basic.php"); // 내용입력사항
include_once("$share_write_path/write_file_basic.php"); // 파일입력사항
include_once("$share_write_path/write_form_tail.php"); // 폼 테일(필수)
include_once("$share_write_path/write_java_basic.php"); // 쓰기 자바(필수)
?>
이렇게 되어있어서..
[write_form_tail 부분]
<table width="300" align="center" cellpadding="9">
<tr>
<td width="100%" align="center" valign="top" style="padding-top:30px;">
<input type=image id="btn_submit" src="<?=$share_skin_path?>/img/submit.gif" border=0 accesskey='s'>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$share_skin_path?>/img/cancel.gif" border=0></a></td>
</tr>
</table>
</td></tr></table>
</form>
입니다 T_T 제발도와주세요
댓글 전체
글쓰기 확인버튼 잘 눌러지는데요..??
암튼, 날짜부분은 $now 가 정의 되지 않은것 같군요.
<? $day30 = date("Y-m-d H:i:s", strtotime($now) + 86400 * 30); ?>
이것을
<? $day30 = date("Y-m-d H:i:s", strtotime($g4[time_ymdhis]) + 86400 * 30); ?>
이렇게 바꾸면 될 것 같네요...
암튼, 날짜부분은 $now 가 정의 되지 않은것 같군요.
<? $day30 = date("Y-m-d H:i:s", strtotime($now) + 86400 * 30); ?>
이것을
<? $day30 = date("Y-m-d H:i:s", strtotime($g4[time_ymdhis]) + 86400 * 30); ?>
이렇게 바꾸면 될 것 같네요...
모든 입력을 다 입력했을때 ㅠ_ㅠ 안눌린답니다! ㅠㅠ 시간은 적용해볼게요
감사합니다 '3 '
감사합니다 '3 '