<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[자꾸 번거롭게해서 죄송합니다. 추가질문 하나만 더 드리겠습니다. ]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/2042</link>
		<description><![CDATA[<p><img alt="" src="http://antips.co.kr/wp-content/uploads/2014/01/antips_co_kr_20140127_212847.jpg" /></p>

<p> </p>

<p> </p>

<p>말씀해주신 사항 반영하여 1의 썸네일, 첨부파일 기능에 코드를 수정하여 2의 저장하기 버튼을 누르면 3개의 이미지들이 모두 본문에 첨부되도록 수정을 하였습니다.</p>

<p>추가적으로 궁금한 사항은 1의 썸네일, 첨부파일 기능에 이미지 파일을 넣은 후 2의 저장하기 버튼을 누르지 않아도 첨부한 이미지들이 텍스트 에디터 상에 바로바로 출력이 되도록 수정을 하고 싶습니다.</p>

<p>초보다 보니 머리가 안되니 몸(?)으로 때우는 방법으로 하루종일 스레드나 여러 커뮤니티 검색하여 봤지만 딱히 해답을 찾지 못하였습니다. ㅠㅠ</p>

<p>기본적이 HTML 수정은 가능하오니 번거로우시겠지만 조금만 자세히 코드를 알려주시면 정말 많은 도움이 될 것 같습니다. 부디 도움 부탁드리겠습니다.</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[send_to_editor 기능으로 에디터에 내용을 추가 하실 수 있습니다.

아래는 간단한 예제 입니다.

windo...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/2047</link>
			<description><![CDATA[<p>send_to_editor 기능으로 에디터에 내용을 추가 하실 수 있습니다.</p>

<p>아래는 간단한 예제 입니다.</p>

<p>window.restore_send_to_editor = window.send_to_editor;<br />
    window.send_to_editor = function(html){<br />
        var fileurl;<br />
        if(formfield != null){<br />
            fileurl = jQuery('img', html).attr('src');<br />
            jQuery('#insert-media-input').val(fileurl);<br />
            tb_remove();<br />
            formfield = null;<br />
        }<br />
        else{<br />
            window.original_send_to_editor(html);<br />
        }<br />
        window.send_to_editor = window.restore_send_to_editor;<br />
};</p>

<p>물론 워드프레스 내장 기능입니다.</p>

<p>스킨을 수정하시는 작업이 필요해보이네요.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Tue, 28 Jan 2014 07:43:48 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>