모바일 상단 보드 제외 수정 코딩 문의

· 10년 전 · 4757 · 2
/bbs 폴더 내의 board_head.php, board_tail.php 파일에서
아래의 소스로 모바일 상단 설정에서 1번, 2번 보드를 제외시키려고 합니다.

if ($bo_table != "1" && $bo_table != "2" && G5_IS_MOBILE) {

위 부분을 아래 코드에 어떻게 넣어야 하는지 조언을 구합니다.


[code]<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

// 게시판 관리의 상단 내용
if (G5_IS_MOBILE) {
// 모바일의 경우 설정을 따르지 않는다.
include_once(G5_BBS_PATH.'/_head.php');
if($is_bo_content_head) {
echo stripslashes($board['bo_mobile_content_head']);
}
} else {
@include ($board['bo_include_head']);
if($is_bo_content_head) {
echo stripslashes($board['bo_content_head']);
}
}
?>
[/code]
|

댓글 2개

[code]
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

// 게시판 관리의 상단 내용
if ($bo_table != "1" && $bo_table != "2" && G5_IS_MOBILE) {
// 모바일의 경우 설정을 따르지 않는다.
include_once(G5_BBS_PATH.'/_head.php');
if($is_bo_content_head) {
echo stripslashes($board['bo_mobile_content_head']);
}
} else {
@include ($board['bo_include_head']);
if($is_bo_content_head) {
echo stripslashes($board['bo_content_head']);
}
}
?>
[/code]
이게 아닐까요 ?? 그리고 Q&A 게시판을 이용해주시길바랍니다.
죄송합니다... 잘못 올렸네요... ㅠㅠ
댓글을 작성하시려면 로그인이 필요합니다.

영카트5 팁자료실

+
제목 글쓴이 날짜 조회
9년 전 조회 4,340
9년 전 조회 5,406
9년 전 조회 4,630
9년 전 조회 9,905
9년 전 조회 5,866
9년 전 조회 4,995
9년 전 조회 5,540
9년 전 조회 5,097
9년 전 조회 4,797
9년 전 조회 5,636
9년 전 조회 4,880
9년 전 조회 9,544
9년 전 조회 5,216
9년 전 조회 9,396
10년 전 조회 4,758
10년 전 조회 5,389
10년 전 조회 6,155
10년 전 조회 7,662
10년 전 조회 6,600
10년 전 조회 5,105
10년 전 조회 5,928
10년 전 조회 1.1만
10년 전 조회 9,032
10년 전 조회 6,971
10년 전 조회 6,196
10년 전 조회 6,127
10년 전 조회 6,938
10년 전 조회 7,993
10년 전 조회 6,387
10년 전 조회 6,505