에디터이미지 일괄 삭제
소개
관리자에서 에디터에 업로드된 쓰레기 이미지를 일괄 삭제 할 수 있는 기능
기능
- 관리자모드에서 에디터에 업로드된 쓰레기 파일을 삭제 할 수 있습니다.
설치방법
1. 압축 파일을 다운받는다.
2. 압축 해제 후 그누보드가 설치된 서버에 접속하여 폴더에 맞도록 업로드 한다.
3. 관리자 > 기본환경 > 에디터이미지 일괄삭제 메뉴 클릭하여 일괄 삭제 진행합니다.
※ 경고 : 설정 테이블 및 컬럼 외 등록되지 않을 시 에디터 이미지가 삭제 될 수 있으므로 백업 후 실행해주세요.
※ 설정된 테이블 및 컬럼
// 경로 adm/editor_images_clean.php 8~42 라인
// 기본 테이블
$g5['new_win_table'] // 팝업
$g5['board_table'] // 게시판 설정
$g5['qa_config_table'] // 1:1문의 설정
$g5['qa_content_table'] // 1:1문의
$g5['content_table'] // 내용관리
$g5['faq_master_table'] // FAQ 설정
$g5['faq_table'] // FAQ
// 테이블별 컬럼
$g5['new_win_table'] = array('nw_content'); // 팝업
$g5['board_table'] = array('bo_content_head', 'bo_content_tail', 'bo_mobile_content_head', 'bo_mobile_content_tail'); // 게시판 설정
$g5['qa_config_table'] = array('qa_content_head', 'qa_content_tail', 'qa_mobile_content_head', 'qa_mobile_content_tail'); // 1:1 문의 설정
$g5['qa_content_table'] = array('qa_content'); // 1:1 문의
$g5['content_table'] = array('co_content', 'co_mobile_content'); // 내용관리
$g5['faq_master_table'] = array('fm_head_html', 'fm_tail_html', 'fm_mobile_head_html', 'fm_mobile_tail_html'); // FAQ master
$g5['faq_table'] = array('fa_subject', 'fa_content'); // FAQ
// 그리고 게시판의 wr_content 필드
// 쇼핑몰일 경우
// 쇼핑몰 테이블
$g5['g5_shop_default_table'] // 쇼핑몰 설정
$g5['g5_shop_category_table'] // 상품 분류
$g5['g5_shop_item_table'] // 상품 관리
$g5['g5_shop_item_qa_table'] // 상품 1:1 문의
$g5['g5_shop_item_use_table'] // 상품 후기
$g5['g5_shop_event_table'] // 상품 이벤트
// 쇼핑몰 컬럼 추가
$g5['g5_shop_default_table'] = array('de_baesong_content', 'de_change_content', 'de_guest_privacy'); // 쇼핑몰 설정
$g5['g5_shop_category_table'] = array('ca_head_html', 'ca_tail_html', 'ca_mobile_head_html', 'ca_mobile_tail_html'); // 상품분류
$g5['g5_shop_item_table'] = array('it_explan', 'it_mobile_explan', 'it_head_html', 'it_tail_html', 'it_mobile_head_html', 'it_mobile_tail_html'); // 상품
$g5['g5_shop_item_qa_table'] = array('iq_question', 'iq_answer'); // 상품 질문답변
$g5['g5_shop_item_use_table'] = array('is_content'); // 상품 후기
$g5['g5_shop_event_table'] = array('ev_head_html', 'ev_tail_html'); // 이벤트
※ Hook 기능 사용하므로 그누보드 5.4 이상 설치 필요
!-->구매고객 총평점
사용후기가 없습니다.
※ 플러그인 오류 및 사용상 어려움에 관한 부분은 기술지원문의를 통해 A/S 를 제공합니다.
※ 구매자님의 프로그램 추가/변경/수정 에 의해 발생된 오류는 고객지원 대상이 아닙니다.
※ 모든 판매 프로그램은 제품 특성상 초기 다운로드 이후부터는 환불 및 교환이 절대 불가합니다.(공정거래위원회 표준 약관에 의함)
※ 라이센스 판매가격은 1용도, 1규격, 1매체에 한해 적용합니다.
※ 1개의 도메인에 1개의 카피를 원칙으로 합니다.
※ 프로그램 수정 후 재판매 및 복제를 금지합니다.