답변글 작성시 원글과 함께 이미지 사용하기입니다. > 그누3 팁자료실

그누3 팁자료실

답변글 작성시 원글과 함께 이미지 사용하기입니다. 정보

그누호환 답변글 작성시 원글과 함께 이미지 사용하기입니다.

본문

gbform.php 에서 글작성시와 글답변시  글수정시 폼에 적용되는 순서입니다.

http://doctorson.co.kr/gnuboard.php?bo_table=qna&wr_id=60

+++++++ gbform.php에서 +++++++++++++
if ($w == '') {                                                        //<-----요부분이 글작성할때 입력폼입니다.
 &nbsp; &nbsp;$content = $board[bo_insert_content];
} else if ($w == 'r') {                                              //<-----요부분이 글답변할때 입력폼입니다.
if ($content) {
 &nbsp; &nbsp; &nbsp; &nbsp;$content = "<img src='$board_skin/icon_q.gif' align='left' vspace=10 hspace=10>$write[wr_content]
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<table width='<?=$gbform_width?>' align='center' cellpadding='0' cellspacing='0'>
 &nbsp; &nbsp;<tr><td width='100%' height='3' bgcolor='#999999'></td>
 &nbsp; &nbsp;</tr>
<tr>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width='100%' height='5' background='<?=$dir?>/images/dot.gif'></td>
 &nbsp; &nbsp;</tr>
</table>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img src='$board_skin/icon_a.gif' align='left' vspace=10 hspace=10>";
 &nbsp; &nbsp;}
} else {                                                                //<-----요부분이 글수정할때 입력폼입니다.(원글이함께오죠)
 &nbsp; &nbsp;$content = get_text($write[wr_content]);
}
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
와 같이 하면 링크에서 보시는것처럼 됩니다. 참 머리 뽀게지는줄 알았습니다. 어디에 있는지 무얼 수정해야하는지 몰라서 헤메이다가...우왕...되는거 보니깐 기분 좋네요...ㅎㅎㅎ
글구 이미지는 스킨디렉토리안에 넣어주면 됩니다. 그럼 Q&A와 같은 게시판에서 질문과 함께 답변을 함께 보실 수가 있습니다. 뭐 좋은팁은 아니지만 그래도 유용하게 사용하시길...^^*
추천
3
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로