아래 6123번 게시물 소스입니다 봐주세요 정보
아래 6123번 게시물 소스입니다 봐주세요본문
head.php
--------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 992;
?>
?>
<!-- 상단 시작 -->
<table cellpadding="0" cellspacing="0" width="<?=$table_width?>" align="center">
<tr>
<td width="5"><img src="<?=$g4['path']?>/images/1.gif" width="5" height="21" border="0"></td>
<td background="<?=$g4['path']?>/images/2.gif" width="984"></td>
<td width="5"><img src="<?=$g4['path']?>/images/3.gif" width="5" height="21" border="0"></td>
</tr>
<tr>
<td background="<?=$g4['path']?>/images/4.gif" width="5"> </td>
<td width="984" valign="top">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="<?=$g4['path']?>/images/logo_top.jpg" width="983" height="178" border="0"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="762" height="30" background="<?=$g4['path']?>/images/center_bg.gif">
<tr>
<td width="381"> </td>
<td width="381"><a href="<?=$g4['path']?>/">홈으로</a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="220" valign="top"><?=outlogin("basic"); // 외부 로그인 ?></td>
<td width="762" valign="top">
tall.php
-------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
</td>
</tr>
</table>
<p> </p>
</td>
<td background="<?=$g4['path']?>/images/5.gif" width="3"></td>
</tr>
<tr>
<td width="5"><img src="<?=$g4['path']?>/images/6.gif" width="5" height="9" border="0"></td>
<td background="<?=$g4['path']?>/images/7.gif" width="984"></td>
<td width="5"><img src="<?=$g4['path']?>/images/8.gif" width="5" height="9" border="0"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" height="30">
<tr>
<td> <p align="center"><FONT color=#848484>Copyright ⓒ jjanga's All rights reserved.</FONT></p>
</td>
</tr>
</table>
</tr>
</table>
<p> </p>
</td>
<td background="<?=$g4['path']?>/images/5.gif" width="3"></td>
</tr>
<tr>
<td width="5"><img src="<?=$g4['path']?>/images/6.gif" width="5" height="9" border="0"></td>
<td background="<?=$g4['path']?>/images/7.gif" width="984"></td>
<td width="5"><img src="<?=$g4['path']?>/images/8.gif" width="5" height="9" border="0"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" height="30">
<tr>
<td> <p align="center"><FONT color=#848484>Copyright ⓒ jjanga's All rights reserved.</FONT></p>
</td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
?>
include_once("$g4[path]/tail.sub.php");
?>
아무리 보고 또 봐도 알수가 없네요
부탁드리겠습니다
오늘도 날이 무척 덥네요 건강에 유의 하시기 바랍니다
참 인덱스 파일은 전혀 수정하지 않았습니다
댓글 전체

게시판관리의 하단파일경로를 지정해주세요....(오타여부도 살펴 보세요)

게시판의 상단 파일, 하단 파일 인가요...?
게시판에 상, 하단 파일로 사용을 할 때에는 head.sub.php, tail.sub.php 넣어서는 안 됩니다.
즉, 이미 포함되어 있기 때문에 그렇습니다.
한 예로 최신글을 넣으려고 합니다.
그럼 아래와 같이 작성해주세요.
head.php
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
게시판에 상, 하단 파일로 사용을 할 때에는 head.sub.php, tail.sub.php 넣어서는 안 됩니다.
즉, 이미 포함되어 있기 때문에 그렇습니다.
한 예로 최신글을 넣으려고 합니다.
그럼 아래와 같이 작성해주세요.
head.php
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
무슨말씀인지 이해가 잘 안되네요
전 단지 그누보드4를 설치하고나면 기본으로 설치돼는 head.php와 talllphp를 디자인만 수정을 한거거던요
다른 php 코드는 전혀 수정을 하지 않았습니다
즉 기술적인건 전혀 수정을 안하고 디자인만 수정을 한건데 왜 어떤 곳에서는 제가 의도한 대로 보여지고 어떤 곳에서는 전혀 다른 결과가 나온느지 알수가 없네요
말씀하신데로 head.sub.php, tail.sub.php를 삭제후 해도 안되는군요
뭐가 문제인지 도저히 몰라 진전이 없어서 답답하기만 합니다
아묻튼 답변 감사드립니다 편안한 저녁시간 되시기 바랍니다
전 단지 그누보드4를 설치하고나면 기본으로 설치돼는 head.php와 talllphp를 디자인만 수정을 한거거던요
다른 php 코드는 전혀 수정을 하지 않았습니다
즉 기술적인건 전혀 수정을 안하고 디자인만 수정을 한건데 왜 어떤 곳에서는 제가 의도한 대로 보여지고 어떤 곳에서는 전혀 다른 결과가 나온느지 알수가 없네요
말씀하신데로 head.sub.php, tail.sub.php를 삭제후 해도 안되는군요
뭐가 문제인지 도저히 몰라 진전이 없어서 답답하기만 합니다
아묻튼 답변 감사드립니다 편안한 저녁시간 되시기 바랍니다

기본 설치 이시라면 게시판 관리에서
상단파일경로에 _head.php
하단파일경로에 _tail.php
이렇게 넣어 보세요....^^
상단파일경로에 _head.php
하단파일경로에 _tail.php
이렇게 넣어 보세요....^^
쩝..photofly님 답변은 감사합니다만 제 질문의 요점이 무엇인지를 이해를 못하신듯하네요
6123번 게시물에 작성중인 홈페이지 링크시켰는데 확인을 안하신듯하네요
보셧으면 이런 답변은 안하셨을텐데...... ^^
암튼 바븐 시간 내시어 답변해주셔서 감사드립니다 ^^
6123번 게시물에 작성중인 홈페이지 링크시켰는데 확인을 안하신듯하네요
보셧으면 이런 답변은 안하셨을텐데...... ^^
암튼 바븐 시간 내시어 답변해주셔서 감사드립니다 ^^

헐... tail.php 파일을 불러오지 못하는 게시판을 열고 소스보기를 해보세요...
질문의 요점을 모르고 답변드렸다기 보다는 소스보기해서 나오는 소스중 tail.php 파일의 소스가 통째로 빠져 있어서 위와 같은 답변을 드린것인데... 아무튼 도움이 되어드리지 못해서 죄송합니다.....^^
질문의 요점을 모르고 답변드렸다기 보다는 소스보기해서 나오는 소스중 tail.php 파일의 소스가 통째로 빠져 있어서 위와 같은 답변을 드린것인데... 아무튼 도움이 되어드리지 못해서 죄송합니다.....^^

게시판의 상단 파일(head.php)
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>
<table width="994" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="5"><img src="<?=$g4['path']?>/images/1.gif" width="5" height="21" border="0"></td>
<td background="<?=$g4['path']?>/images/2.gif" width="984"></td>
<td width="5"><img src="<?=$g4['path']?>/images/3.gif" width="5" height="21" border="0"></td>
</tr>
<tr>
<td background="<?=$g4['path']?>/images/4.gif" width="5"> </td>
<td width="984" valign="top">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="<?=$g4['path']?>/images/logo_top.jpg" width="983" height="178" border="0"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="762" height="30" background="<?=$g4['path']?>/images/center_bg.gif">
<tr>
<td width="381"> </td>
<td width="381"><a href="<?=$g4['path']?>/">홈으로</a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="220" valign="top"><?=outlogin("basic"); // 외부 로그인 ?></td>
<td width="762" valign="top">
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>
<table width="994" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="5"><img src="<?=$g4['path']?>/images/1.gif" width="5" height="21" border="0"></td>
<td background="<?=$g4['path']?>/images/2.gif" width="984"></td>
<td width="5"><img src="<?=$g4['path']?>/images/3.gif" width="5" height="21" border="0"></td>
</tr>
<tr>
<td background="<?=$g4['path']?>/images/4.gif" width="5"> </td>
<td width="984" valign="top">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="<?=$g4['path']?>/images/logo_top.jpg" width="983" height="178" border="0"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="762" height="30" background="<?=$g4['path']?>/images/center_bg.gif">
<tr>
<td width="381"> </td>
<td width="381"><a href="<?=$g4['path']?>/">홈으로</a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="220" valign="top"><?=outlogin("basic"); // 외부 로그인 ?></td>
<td width="762" valign="top">

게시판의 하단 파일(tail.php)
</td>
</tr>
</table>
<p> </p>
</td>
<td background="<?=$g4['path']?>/images/5.gif" width="5"></td>
</tr>
<tr>
<td width="5"><img src="<?=$g4['path']?>/images/6.gif" width="5" height="9" border="0"></td>
<td background="<?=$g4['path']?>/images/7.gif" width="984"></td>
<td width="5"><img src="<?=$g4['path']?>/images/8.gif" width="5" height="9" border="0"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" height="30">
<tr>
<td><p align="center"><FONT color=#848484>Copyright ⓒ jjanga's All rights reserved.</FONT></p></td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p>
</td>
<td background="<?=$g4['path']?>/images/5.gif" width="5"></td>
</tr>
<tr>
<td width="5"><img src="<?=$g4['path']?>/images/6.gif" width="5" height="9" border="0"></td>
<td background="<?=$g4['path']?>/images/7.gif" width="984"></td>
<td width="5"><img src="<?=$g4['path']?>/images/8.gif" width="5" height="9" border="0"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" height="30">
<tr>
<td><p align="center"><FONT color=#848484>Copyright ⓒ jjanga's All rights reserved.</FONT></p></td>
</tr>
</table>
