모바일 상단 보드 제외 수정 코딩 문의
/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]
아래의 소스로 모바일 상단 설정에서 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개
익명닉네임
9년 전
[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 게시판을 이용해주시길바랍니다.
<?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 게시판을 이용해주시길바랍니다.
개같은내인생
9년 전
죄송합니다... 잘못 올렸네요... ㅠㅠ
게시판 목록
영카트5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 431 | 2개월 전 | 129 | ||
| 430 | 2개월 전 | 161 | ||
| 429 | 2개월 전 | 189 | ||
| 428 |
선택과집중
|
2개월 전 | 234 | |
| 427 |
선택과집중
|
2개월 전 | 385 | |
| 426 |
비버팩토리
|
2개월 전 | 357 | |
| 425 |
선택과집중
|
2개월 전 | 262 | |
| 424 |
선택과집중
|
3개월 전 | 391 | |
| 423 |
선택과집중
|
3개월 전 | 363 | |
| 422 |
선택과집중
|
3개월 전 | 329 | |
| 421 |
선택과집중
|
3개월 전 | 381 | |
| 420 | 4개월 전 | 419 | ||
| 419 |
선택과집중
|
4개월 전 | 360 | |
| 418 |
세르반데스
|
4개월 전 | 328 | |
| 417 |
선택과집중
|
4개월 전 | 415 | |
| 416 |
선택과집중
|
4개월 전 | 328 | |
| 415 |
선택과집중
|
4개월 전 | 361 | |
| 414 |
선택과집중
|
5개월 전 | 376 | |
| 413 |
선택과집중
|
5개월 전 | 461 | |
| 412 |
선택과집중
|
5개월 전 | 404 | |
| 411 |
선택과집중
|
6개월 전 | 312 | |
| 410 |
다케미카코
|
7개월 전 | 829 | |
| 409 |
다케미카코
|
7개월 전 | 582 | |
| 408 | 8개월 전 | 565 | ||
| 407 |
|
10개월 전 | 924 | |
| 406 | 11개월 전 | 1015 | ||
| 405 |
|
11개월 전 | 555 | |
| 404 | 1년 전 | 1270 | ||
| 403 | 1년 전 | 741 | ||
| 402 | 1년 전 | 775 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기