= 글쓰기에서 태그 항목 삭제하는 방법 =
별도의 모델 파일을 설정하지 않으셨다면 게시판 스킨 기본 모델 : mangboard/skins/bbs_skin/includes/skin-model.php 파일에서 글작성 모델에 해당하는 아래 코드를 찾아 빨간색으로 표시된 태그 항목 모델 코드를 찾아 삭제하시면 됩니다. $desktop_model['write'] = ' {"tpl":"tag","tag_name":"table","type":"start","name":"글쓰기","width":"20%,*","mobile_width":"80px,*","class":"table table-write"}, {"field":"fn_category1","name":"카테고리","width":"100px","type":"category1","class":"category"}, {"field":"fn_user_name","name":"작성자","width":"150px","mobile_width":"100px","modify":"text_static","maxlength":"20","display_check":"login:none","required":"(*)","class":"user_name"}, {"field":"fn_passwd","name":"비밀번호","width":"150px","mobile_width":"100px","display_check":"login:hide","maxlength":"16","type":"password","required":"(*)","class":"passwd"}, {"field":"fn_title","name":"제목","width":"100%","required":"(*)","class":"text-left","required_error":"MSG_FIELD_EMPTY_ERROR2"}, {"field":"fn_content","name":"내용","width":"100%","height":"360px","type":"content","class":"content","colspan":"2","td_class":"content-box","required_error":"MSG_FIELD_EMPTY_ERROR2"}, {"field":"fn_tag","name":"태그","width":"100%","class":"tag","description":"<br>(태그를 입력하는 공간입니다)"}, {"field":"fn_file1","name":"파일1","width":"160px","type":"file","class":"file"}, {"field":"fn_file2","name":"파일2","width":"160px","type":"file","class":"file"}, {"type":"kcaptcha_img","name":"자동등록방지","width":"70px","height":"30px","class":"kcaptcha","level":{"sign":"<","grade":"1"},"modify":"none","description":"<br>(자동등록방지 숫자를 순서대로 입력해 주세요)"}, {"tpl":"tag","tag_name":"table","type":"end"} '; |