<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[오션 프랜차이즈 스킨 글작성 시 필드 순서 변경]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/58508</link>
		<description><![CDATA[<p><strong>1. 정확한 제품 또는 플러그인 이름</strong></p>

<p>케이보드 오션 프랜차이즈 스킨 </p>

<p> </p>

<p><strong>2. 상세 내용</strong></p>

<p><strong>kboard/skin/ocean-franchise/function.php </strong></p>

<pre>
<code>	if(!isset($fields['email'])){
				$fields['email'] = array(
					'field_type' =&gt; 'text',
					'field_label' =&gt; '이메일',
					'field_name' =&gt; '이메일',
					'class' =&gt; 'kboard-attr-email',
					'hidden' =&gt; '',
					'meta_key' =&gt; 'email',
					'permission' =&gt; '',
					'roles' =&gt; array(),
					'default_value' =&gt; '',
					'placeholder' =&gt; '',
					'required' =&gt; '',
					'show_document' =&gt; '',
					'description' =&gt; '',
					'close_button' =&gt; 'yes'
				);
			}
			
			if(!isset($fields['equipment'])){
				$fields['equipment'] = array(
					'field_type' =&gt; 'text',
					'field_label' =&gt; '기기',
					'field_name' =&gt; '기기',
					'class' =&gt; 'kboard-attr-equipment',
					'hidden' =&gt; '',
					'meta_key' =&gt; 'equipment',
					'permission' =&gt; '',
					'roles' =&gt; array(),
					'default_value' =&gt; '',
					'placeholder' =&gt; '',
					'required' =&gt; '',
					'show_document' =&gt; '',
					'description' =&gt; '',
					'close_button' =&gt; 'yes'
				);
			}
			</code></pre>

<p>위의 코드 추가하여 2개의 필드를 추가하였습니다. (이메일, 기기)</p>

<p>필드는 잘 추가되었으나, 순서를 바꾸고 싶습니다. </p>

<p>링크에 첨부한 이미지를 보시면 이메일, 기기가 맨 밑에 달려있습니다.</p>

<p>이메일, 기기를 위로 올리고 싶고, 순서는 연락처, 이메일, 홈페이지, 기기 순으로 하고 싶습니다.</p>

<p>editor.php에서 반복문으로 필드를 뿌리고 있는것 같은데 순서지정이 가능할까요? </p>

<p><strong>3. 확인 가능한 상세 페이지 주소</strong></p>

<p>https://imgur.com/a/JsMiKUE</p>

<p> </p>

<p><strong>4. 수정한 코드 내역 (있다면)</strong></p>

<p> </p>

<p> </p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

오션 프랜차이즈 스킨은 

게시판 관리-&amp;gt;입력필드 설정에서

필드의 순서를 설정...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/58516</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>오션 프랜차이즈 스킨은 </p>

<p>게시판 관리-&gt;입력필드 설정에서</p>

<p>필드의 순서를 설정하실 수 있습니다.</p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Mon, 28 Mar 2022 00:19:02 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>