답변 2개
채택된 답변
+20 포인트
eyekiss
6년 전
/bbs/write.php 파일을 수정해야 합니다.
260줄에 아래 빨간색 소스를 추가해보세요
if ($w == "") {
$cate_list = explode("|",$board['bo_category_list']);
$write['ca_name'] = $cate_list[0];
}
$is_category = false;
$category_option = '';
if ($board['bo_use_category']) {
$ca_name = "";
if (isset($write['ca_name']))
$ca_name = $write['ca_name'];
$category_option = get_category_option($bo_table, $ca_name);
$is_category = true;
}
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
6년 전
해당 게시판 스킨 write.skin.php 파일에서 여기 삭제하면 되지 않을까요.
<option value="">분류를 선택하세요</option>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인