<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[Kboard 이미지추가 기능에서 업로드 버튼이 작동하지 않습니다.]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/46723</link>
		<description><![CDATA[<p>안녕하세요</p>

<p>질문을 다시 정리하여 올립니다.</p>

<p>요지는 Kboard 이미지추가 기능에서 업로드 버튼이 작동하지 않습니다.</p>

<p>이미지 는 아래 링크에 올렸습니다.</p>

<p><a href="https://imgur.com/a/mCQFk4S" target="_blank">첨부사진</a></p>

<p>인터넷 연결이 되지 않는 사내망 환경에 워드프레스-케이보드 구축을 하였습니다.</p>

<p> </p>

<p>게시판에서 글쓰기 할때 내용작성, 첨부파일등을 잘 작동을 하는데,</p>

<p>위 링크 사진대로, 업로드 버튼이 작동을 하지 않습니다. </p>

<p>크롬에서 F12 버튼으로 콘솔 결과를 캡쳐하여 위 링크에 올렸습니다.</p>

<p>워드프레스 디버킹 활성화 하였는데, 여기서는 별다른 에러메시지는 나오지 않습니다.</p>

<p>해결방법을 부탁드립니다. </p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[답변 감사드립니다. 

말씀주신대로 바로 적용 하였고, 잘 작동합니다.

다시한번 감사드립니다.]]></title>
			<link>https://www.cosmosfarm.com/threads/document/46768</link>
			<description><![CDATA[<p>답변 감사드립니다. </p>

<p>말씀주신대로 바로 적용 하였고, 잘 작동합니다.</p>

<p>다시한번 감사드립니다.</p>]]></description>
			<author>조프느</author>
			<pubDate>Thu, 24 Sep 2020 11:14:04 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[이전 글

https://www.cosmosfarm.com/threads/document/46695]]></title>
			<link>https://www.cosmosfarm.com/threads/document/46732</link>
			<description><![CDATA[<p>이전 글</p>

<p><a href="https://www.cosmosfarm.com/threads/document/46695" target="_blank">https://www.cosmosfarm.com/threads/document/46695</a></p>]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 24 Sep 2020 01:09:16 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요~^^

외부로 인터넷 접속이 되지 않는다면

jquery 관련해서 파일을 추가해보시겠어요?

 

F...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/46731</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>외부로 인터넷 접속이 되지 않는다면</p>

<p>jquery 관련해서 파일을 추가해보시겠어요?</p>

<p> </p>

<p>FTP로 접속해서 /wp-content/plugins/kboard/template/js/jquery-1.11.3.min.js 파일을 생성해보세요.</p>

<p>아래의 링크로 접속해서 코드를 모두 복사해서 위에서 만든 jquery-1.11.3.min.js 파일에 입력해보세요.</p>

<p><a href="https://code.jquery.com/jquery-1.11.3.min.js" target="_blank">https://code.jquery.com/jquery-1.11.3.min.js</a></p>

<p> </p>

<p>/wp-content/plugins/kboard/template/js/jquery-migrate-1.2.1.min.js 파일을 생성해보세요.</p>

<p>아래의 링크로 접속해서 코드를 모두 복사해서 위에서 만든 jquery-migrate-1.2.1.min.js 파일에 입력해보세요.</p>

<p><a href="https://code.jquery.com/jquery-migrate-1.2.1.min.js" target="_blank">https://code.jquery.com/jquery-migrate-1.2.1.min.js</a></p>

<p> </p>

<p>/wp-content/plugins/kboard/template/media.php 파일에</p>

<p>아래의 코드를 찾아서</p>

<pre>
<code class="language-html">&lt;script type="text/javascript" src="//code.jquery.com/jquery-1.11.3.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"&gt;&lt;/script&gt;</code></pre>

<p>아래의 코드로 교체해보시겠어요?</p>

<pre>
<code class="language-html">&lt;script type="text/javascript" src="/wp-content/plugins/kboard/template/js/jquery-1.11.3.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="/wp-content/plugins/kboard/template/js/jquery-migrate-1.2.1.min.js"&gt;&lt;/script&gt;</code></pre>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 24 Sep 2020 01:08:59 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>