모바일 상단 보드 제외 수정 코딩 문의
/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 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 401 |
|
1년 전 | 2323 | |
| 400 |
|
1년 전 | 1381 | |
| 399 | 1년 전 | 2764 | ||
| 398 | 1년 전 | 860 | ||
| 397 |
|
1년 전 | 2737 | |
| 396 | 1년 전 | 1330 | ||
| 395 | 1년 전 | 727 | ||
| 394 | 1년 전 | 446 | ||
| 393 | 1년 전 | 1002 | ||
| 392 |
다케미카코
|
1년 전 | 2644 | |
| 391 |
|
1년 전 | 799 | |
| 390 |
사노라가노라
|
1년 전 | 1044 | |
| 389 | 1년 전 | 497 | ||
| 388 |
|
1년 전 | 85432 | |
| 387 | 1년 전 | 818 | ||
| 386 | 1년 전 | 2514 | ||
| 385 | 1년 전 | 823 | ||
| 384 | 1년 전 | 1842 | ||
| 383 |
|
1년 전 | 1871 | |
| 382 | 2년 전 | 1423 | ||
| 381 | 2년 전 | 2573 | ||
| 380 |
|
2년 전 | 2124 | |
| 379 |
e4uhack
|
2년 전 | 2068 | |
| 378 |
|
2년 전 | 1062 | |
| 377 |
|
2년 전 | 1373 | |
| 376 | 2년 전 | 1203 | ||
| 375 |
|
2년 전 | 2230 | |
| 374 |
페이투페이
|
2년 전 | 1719 | |
| 373 |
|
2년 전 | 1447 | |
| 372 | 2년 전 | 1228 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기