관리 메뉴

moozi

그누보드5 설치및 세팅 본문

TIS_2016/HTML5_3기

그누보드5 설치및 세팅

moozi 2016. 9. 5. 16:00

그누보드5 설치및 세팅

 

1. 설치

 

http://sir.kr/manual/g5

 

2. 세팅

 

2.1 게시판 그룹을 먼저 생성

2.2 게시판 생성. 게시판 생성시 게시판 그룹 지정.

2.3 게시판 생성후 게시판관리>디자인양식 메뉴에서 '상단 파일 경로', '하단 파일 경로' 입력부분 삭제후 '확인'클릭

2.4 g5>bbs 폴더의 board_head.php , board_tail.php를 다운받아 다음과 같이 주석처리 후 업로드.

 

- board_head.php

 

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

 

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

 

 

- board_tail.php

 

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

 

// 게시판 관리의 하단 파일 경로
//if (G5_IS_MOBILE) {
//    echo stripslashes($board['bo_mobile_content_tail']);
//    // 모바일의 경우 설정을 따르지 않는다.
//    include_once(G5_BBS_PATH.'/_tail.php');
//} else {
//    echo stripslashes($board['bo_content_tail']);
//    @include ($board['bo_include_tail']);
//}
?>

 

'TIS_2016 > HTML5_3기' 카테고리의 다른 글

수업전체백업파일. 동영상.mp3제외  (0) 2016.09.05
워드프레스 댓글폼 수정하기  (0) 2016.09.02
모바일에서 background-position  (0) 2016.09.01
box-resizing  (0) 2016.08.31
brackets .jscondehint  (0) 2016.08.31
Comments