테스트 사이트 - 개발 중인 베타 버전입니다

꼭 즘 도와주실분 찾습니다. 채택완료

열뽕 11년 전 조회 6,231

안녕하세요

드롭메뉴스킨

 http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=109585&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EB%93%9C%EB%A1%AD" target="_blank">http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=109585&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EB%93%9C%EB%A1%AD" target="_blank">http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=109585&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EB%93%9C%EB%A1%AD

전광판스킨

http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=92516&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EC%A0%84%EA%B4%91%ED%8C%90">http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=92516&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EC%A0%84%EA%B4%91%ED%8C%90 

두가지를 사용중입니다.

드롭메뉴를 정삭적으로 사용하기 위해선

그누보드에

head.sub.php

위를

아래와같이 변경해야만 정삭적으로 사용이 되는데요

http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">

이렇게 변경하면 전광판이 작동을 안합니다.

두가지를 모두 사용할 수 있는 방법은 없는건가요?

두가지 모두 꼭 필요한데 무식함으로는 더이상 해결이 안되네요..ㅠㅠ

이를 해결해주실 분 안계신가요?ㅠㅠ

만약 복잡한 작업이라면 제가 식사라도 보답 하겠습니다.

질문게시판에서 돈거래가 오가면 안되는거 같아서 식사로라도 반드시 보답드리겠습니다.

부디 제발 도와주세요.

부탁드립니다.

제가 사용중인 버젼은

그누보드4

배추빌더3

UTF-8

사용중입니다.

댓글을 작성하려면 로그인이 필요합니다.

답변 5개

채택된 답변
+20 포인트
head.sub.php 부분에서 
최상단에 보시면
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" target="_blank" style="color: #000000; font-family: gulim, helvetica; line-height: 23.54400062561035px">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" target="_blank" style="color: #000000; font-family: gulim, helvetica; line-height: 23.54400062561035px">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" target="_blank" style="color: #6e969a; font-family: gulim, helvetica; line-height: 23.39280128479004px">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
http://www.w3.org/1999/xhtml" target="_blank" style="color: #000000; font-family: gulim, helvetica; line-height: 23.54400062561035px">http://www.w3.org/1999/xhtml" target="_blank" style="color: #000000; font-family: gulim, helvetica; line-height: 23.54400062561035px">http://www.w3.org/1999/xhtml" target="_blank" style="color: #6e969a; font-family: gulim, helvetica; line-height: 23.39280128479004px">http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
이런 부분이 주석 처리 되어 있으실텐데요.
확인 해보세요 ^^
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

11년 전

모두다 해봣지만 안되네용.ㅠㅠ

그래도 신경 써주신 분들 정말 감사합니다

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

e
11년 전
현재 기존소스에서 코드를 바꾸신 head.sub.php 파일은 원상태 대로 다시 돌리시구요.
지금 쓰시는 드롭메뉴 스킨은 일단 백업해 두시고, 드롭메뉴 파일(xtx_topmenu.php) 을 대략 아래 소스 식으로 교체해 보십시요.
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
$home_ex_main = "'제외그룹1','제외그룹2'";  // 제외그룹 gr_id  'gr_01','gr_02','gr_03','gr_04' 식으로 추가하시면됩니다
$home_ex_board = "'제외게시판1','제외게시판2'";  // 제외게시판 bo_table
$day="1"; // 최신글 기준일수 
$menu="mcGray"; // mcPurple, mcViolet, mcOrange, mcGreen, mcGray  메뉴색상
$t_width="100%"; // 메뉴가로사이즈 
?>
    $sql = "select gr_id, gr_subject, gr_1 from $g4[group_table] where gr_id not in ($home_ex_main) order by gr_1";
    $rst1 = sql_query($sql);
    for ($i=0; $row=sql_fetch_array($rst1); $i++){
    $sqlp2 = "select * from $g4[board_table] where gr_id = '$row[gr_id]' and bo_table not in ($home_ex_board) order by bo_order_search asc"; 
                        $qryp2 = sql_query($sqlp2); 
                        for ($j=0; $rowp2=sql_fetch_array($qryp2); $j++) { 
    $tmp_write_table = $g4['write_prefix'] . $rowp2[bo_table];
    $tmp_row = sql_fetch(" select count(wr_id) as cnt from $tmp_write_table where wr_is_comment = 0 and wr_datetime > (now() - INTERVAL $day DAY) "); 
    $trdwos = array ("0" => "");  
    $dwos=strtr($tmp_row[cnt], $trdwos);
    $n_img='';
    if($dwos > 0){echo $n_img;}
    }
    ?>
    • $sql2 = "select bo_table, bo_subject, bo_category_list from $g4[board_table] where gr_id = '$row[gr_id]' and bo_table not in ($home_ex_board) order by bo_order_search "; 
      $rst2 = sql_query($sql2);
      for ($j=0; $row2=sql_fetch_array($rst2); $j++){
      ?>
      • http://go.xtx.kr/','livetotal','width=428,height=331,top=10,left=10, toolbar=0, location=0, status=0, menubar=0, scrollbars=0, resizable=0,'));">음악방송
      • http://www.ubus.kr">대한고속관광
      • F5키를 눌러 보세요

         
        로그인 후 평가할 수 있습니다

        댓글을 작성하려면 로그인이 필요합니다.

        e
        11년 전
        드롭메뉴 파일 자체만 독립적으로 
        http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" target="_blank" style="color: #000000; font-family: gulim, helvetica; line-height: 23.54400062561035px">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" target="_blank" style="color: #000000; font-family: gulim, helvetica; line-height: 23.54400062561035px">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
        http://www.w3.org/1999/xhtml" target="_blank" style="color: #000000; font-family: gulim, helvetica; line-height: 23.54400062561035px">http://www.w3.org/1999/xhtml" target="_blank" style="color: #000000; font-family: gulim, helvetica; line-height: 23.54400062561035px">http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
        위 문서 type 부분을 설정하신 후 독립된 파일형태로 저장해서 불러와 적용해 보십시요.
        로그인 후 평가할 수 있습니다

        답변에 대한 댓글 1개

        열뽕
        11년 전
        어떻게 적용하는지를 모르겠습니다.ㅠㅠ

        댓글을 작성하려면 로그인이 필요합니다.

        작동이 않된다면 dtd버전이기 때문에 않되시는거겠네요.
        제작의뢰로 올려보시는것도 하나의 방법 이십니다. 
        로그인 후 평가할 수 있습니다

        답변에 대한 댓글 1개

        열뽕
        11년 전
        제작으뢰용?그런것도 있었군요....
        간단하게 해결될 문제는 아닌가요?

        댓글을 작성하려면 로그인이 필요합니다.

        답변을 작성하려면 로그인이 필요합니다.

        로그인