이미지 자동축소기능이 안먹혀요. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

이미지 자동축소기능이 안먹혀요. 정보

이미지 자동축소기능이 안먹혀요.

본문

오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.

오류 주소 : http://www.madangsoi.com/V1/bbs/board.php?bo_table=cu01&wr_id=2600


헤더파일 불러오면 파일 자동축소가 안됩니다.
이미지 자동축소와 관련된 파일이 먼지 알켜주세요 ..


헤더파일에서 인크루드 시킨 파일 목록 입니다
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/latest.lib.php");
include_once("$g4[path]/lib/latest.lib2.php");
include_once("$g4[path]/lib/latest.lib4.php");

관련된 변수 명이라도 .. 부탁드립니다.
  • 복사

댓글 전체

아. 착각했습니다.
view.skin.php맨 아래에
<script language="JavaScript" src="<?="$g4[path]/js/board.js"?>"></script>
<script language="JavaScript">
window.onload=function() {
    resizeBoardImage(<?=(int)$board[bo_image_width]?>);
    drawFont();
}
</script>
있는지 보세요.
<script language="javascript" src="../js/sideview.js"></script>
<script language="javascript" src="../js/sideview.js"></script>
이런 것이 두 개 있네요.

헤더에서 자바스크립트 관련 된 부분을 하나씩 빼 보는 방법이 있습니다.

이런 것들이요.
<script type="text/javascript" language="javascript">
GetFlash('../fls/cm_left.swf','230','336')
</script>



<!--        <script language="javascript" src="../js/sideview.js"></script>

<table width="220" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
<tr>
    <td width="220" height="40" background="../skin/connect/basic/img/visit_bg.gif">
        <table width="220" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td width="30" align="right"><img src="../skin/connect/basic/img/icon.gif" width="14" height="14"></td>
            <td width="190">&nbsp;&nbsp;<a href='../bbs/current_connect.php'><strong>현재접속자</strong> :  (회원 )</a></td>
        </tr>
        </table></td>
</tr>
</table>
-->
© SIRSOFT
현재 페이지 제일 처음으로