| 게시판ID
| =$arrInfo["list"][0][boardid]?> |
게시판스킨
|
|
| 게시판명
| " style="width:200px;" class="input" /> |
제목 글자수
| " style="width:30px" class="input" /> (목록에서 글자수 많을때 컷팅) |
| 페이지 표시갯수
| " style="width:30px" class="input" /> |
페이지 나눔갯수
| " style="width:30px" class="input" /> |
| 가로 나눔갯수
| " style="width:30px" class="input" /> (사진 갤러리형 게시판에 사용) |
썸네일 가로크기
| " style="width:30px" class="input" /> (사진 갤러리형 썸네일 크기) |
| 새글 표시일수
| " style="width:30px" class="input" /> |
베스트 히트 횟수
| " style="width:30px" class="input" /> |
| 관리자만글쓰기
| (쓰기등급보다 우선) |
자료실 사용
| |
| 답글쓰기 사용
| |
게시물 댓글 사용
| |
| 글 읽기 등급
| |
글 쓰기(수정,삭제) 등급
| |
| 답글쓰기 등급
| |
목록보기 등급
| |
| 글잠금 기능 사용
| |
인트라넷으로 사용
| |
| 카테고리 사용
| " class="input" /> 콤마 , 로 구분 (예: 공지,답글,국문,영문) |
| 게시판 헤더
|
$edit_name = "f_header";
$edit_height="150";
$edit_content = stripslashes($arrInfo["list"][0]["header"]) ;
include $_SERVER[DOCUMENT_ROOT] . "/webedit/Editor.html";
?>
|
| 게시판 푸터
|
$edit_name = "f_footer";
$edit_height="150";
$edit_content = stripslashes($arrInfo["list"][0]["footer"]) ;
include $_SERVER[DOCUMENT_ROOT] . "/webedit/Editor.html";
?>
|