1. 정확한 제품 또는 플러그인 이름
케이보드 오션 프랜차이즈 스킨
2. 상세 내용
kboard/skin/ocean-franchise/function.php
if(!isset($fields['email'])){
$fields['email'] = array(
'field_type' => 'text',
'field_label' => '이메일',
'field_name' => '이메일',
'class' => 'kboard-attr-email',
'hidden' => '',
'meta_key' => 'email',
'permission' => '',
'roles' => array(),
'default_value' => '',
'placeholder' => '',
'required' => '',
'show_document' => '',
'description' => '',
'close_button' => 'yes'
);
}
if(!isset($fields['equipment'])){
$fields['equipment'] = array(
'field_type' => 'text',
'field_label' => '기기',
'field_name' => '기기',
'class' => 'kboard-attr-equipment',
'hidden' => '',
'meta_key' => 'equipment',
'permission' => '',
'roles' => array(),
'default_value' => '',
'placeholder' => '',
'required' => '',
'show_document' => '',
'description' => '',
'close_button' => 'yes'
);
}
위의 코드 추가하여 2개의 필드를 추가하였습니다. (이메일, 기기)
필드는 잘 추가되었으나, 순서를 바꾸고 싶습니다.
링크에 첨부한 이미지를 보시면 이메일, 기기가 맨 밑에 달려있습니다.
이메일, 기기를 위로 올리고 싶고, 순서는 연락처, 이메일, 홈페이지, 기기 순으로 하고 싶습니다.
editor.php에서 반복문으로 필드를 뿌리고 있는것 같은데 순서지정이 가능할까요?
3. 확인 가능한 상세 페이지 주소
https://imgur.com/a/JsMiKUE
4. 수정한 코드 내역 (있다면)
안녕하세요~^^
오션 프랜차이즈 스킨은
게시판 관리->입력필드 설정에서
필드의 순서를 설정하실 수 있습니다.
고맙습니다.