홈페이지 초짜입니다 ㅠㅠ 게시판을 홈페이지 연동시키고싶습니다.. 정보
홈페이지 초짜입니다 ㅠㅠ 게시판을 홈페이지 연동시키고싶습니다..본문
html로 만들었습니다 홈페이지 주소는
http://dreamlife.mireene.com/m
입니다.
여기서 금융지식 란에 (사진보시면 ) 눌렀을때 탑페이지는 그대로 유지하면서 아래 게시판을 넣고 싶은데 ㅠㅠ 제가 보드를 잘못설치한걸까요?
계속 m폴더안에 그누보드폴더를 집어넣었는데 ㅠㅠ include를 제가 잘몰라서 ..메뉴얼을 봐도 이해가 어렵네요 ㅠㅠ
include로 제가 만든 php를 (상담신청)은 잘 인식되는데 그누보느는 인식이 안되요 ㅠㅠ
도와주세요 고수님들 ㅠㅠ
http://dreamlife.mireene.com/m
입니다.
여기서 금융지식 란에 (사진보시면 ) 눌렀을때 탑페이지는 그대로 유지하면서 아래 게시판을 넣고 싶은데 ㅠㅠ 제가 보드를 잘못설치한걸까요?
계속 m폴더안에 그누보드폴더를 집어넣었는데 ㅠㅠ include를 제가 잘몰라서 ..메뉴얼을 봐도 이해가 어렵네요 ㅠㅠ
include로 제가 만든 php를 (상담신청)은 잘 인식되는데 그누보느는 인식이 안되요 ㅠㅠ
도와주세요 고수님들 ㅠㅠ
댓글 전체

코딩하신 파일을 직접 봐야 알 것 같습니다. include 경로가 틀린것 같긴 한데..
<th width="27" align="left" scope="col"><img src="images/sb_moicon_03.jpg" alt="" width="22" height="22" align="middle" /></th>
<th align="left" scope="col"><font color="#575757" size="3"><strong>금융지식</strong></font></th>
</tr>
</table></td>
</tr>
<tr>
<td height="1" align="left" bgcolor="#b3b3b3"></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF">
<?include "./gnuboard4/index.php";?></td>
</tr>
<tr>
<td align="left" style="padding-left:20px"> </td>
</tr>
</tr>
<tr>
<td align="left" style="padding-left:20px"> </td>
</tr>
</table></td>
</tr>
<tr>
<td style="line-height:17px" height="60" align="center" bgcolor="#ced5df"><strong><a href="index.html">HOME</a> l<a href="tel:*** 개인정보보호를 위한 휴대폰번호 노출방지 ***"><strong> 전화걸기ㅣ</strong><a href="mailto:*** 개인정보보호를 위한 이메일주소 노출방지 ***"><strong>이메일</strong></a><strong>ㅣ <a href="http://www.idreamlife.net">PC버전</strong></a><br /> Copyright(c)2013 Park J.C All Rights Reserved</td>
</tr>
</table>
</body>
</html>
위쪽부분은 생략했습니다 ㅠㅠ
<th align="left" scope="col"><font color="#575757" size="3"><strong>금융지식</strong></font></th>
</tr>
</table></td>
</tr>
<tr>
<td height="1" align="left" bgcolor="#b3b3b3"></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF">
<?include "./gnuboard4/index.php";?></td>
</tr>
<tr>
<td align="left" style="padding-left:20px"> </td>
</tr>
</tr>
<tr>
<td align="left" style="padding-left:20px"> </td>
</tr>
</table></td>
</tr>
<tr>
<td style="line-height:17px" height="60" align="center" bgcolor="#ced5df"><strong><a href="index.html">HOME</a> l<a href="tel:*** 개인정보보호를 위한 휴대폰번호 노출방지 ***"><strong> 전화걸기ㅣ</strong><a href="mailto:*** 개인정보보호를 위한 이메일주소 노출방지 ***"><strong>이메일</strong></a><strong>ㅣ <a href="http://www.idreamlife.net">PC버전</strong></a><br /> Copyright(c)2013 Park J.C All Rights Reserved</td>
</tr>
</table>
</body>
</html>
위쪽부분은 생략했습니다 ㅠㅠ
...
페이지에서 그누보드를 불러오지 마시고...
그누보드에서 상단,하단 페이지를 불러오세요.
페이지에서 그누보드를 불러오지 마시고...
그누보드에서 상단,하단 페이지를 불러오세요.

망진이 님이 정답을 이야기해주셨네요. ㅎ
관리자설정에서 게시판 설정중, 상단내용 및 하단내용에 코드를 직접 입력하시거나, 게시판 상하단에 코드를 넣어주시거나, 파일처리를 하여 업로드 후 상단파일 경로와 하단파일 경로 지정을 해주셔야 합니다.
관리자설정에서 게시판 설정중, 상단내용 및 하단내용에 코드를 직접 입력하시거나, 게시판 상하단에 코드를 넣어주시거나, 파일처리를 하여 업로드 후 상단파일 경로와 하단파일 경로 지정을 해주셔야 합니다.
../../ 두번 절대경로로 해결했습니다.