<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - 이 플러그인 포팅 좀 해주세요... ㅠㅠ]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=3713</link>
		<description><![CDATA[이 플러그인 포팅 좀 해주세요... ㅠㅠ 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Mon, 20 Aug 2007 03:43:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: 이 플러그인 포팅 좀 해주세요... ㅠㅠ]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20686#p20686</link>
			<description><![CDATA[<div class="quotebox"><cite>lunamoth 작성:</cite><blockquote><p>토로 이모티콘 삽입 플러그인도 저렇게 고치니 되더군요.</p><p>딴 얘기입니다만;</p><p><a href="http://img401.imageshack.us/img401/9382/toroerrorlg7.png">http://img401.imageshack.us/img401/9382 … rorlg7.png</a> </p><p>이건 어쩔 수 없는 문제일까요?</p></blockquote></div><p>40번째 줄 정도에 <br /></p><div class="codebox"><pre><code>$target.=&quot;&lt;div style=&#039;display: none; position: absolute;&#039;</code></pre></div><p>를<br /></p><div class="codebox"><pre><code>$target.=&quot;&lt;div style=&#039;display: none; position: absolute;z-index:100;&#039;</code></pre></div><p>와 같이 z-index 값을 조정해주시면 위로 표시 됩니다.<br /><span class="postimg"><img src="http://img228.imageshack.us/img228/6486/11mn3.png" alt="http://img228.imageshack.us/img228/6486/11mn3.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (jparker)]]></author>
			<pubDate>Mon, 20 Aug 2007 03:43:12 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20686#p20686</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 이 플러그인 포팅 좀 해주세요... ㅠㅠ]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20683#p20683</link>
			<description><![CDATA[<p>토로 이모티콘 삽입 플러그인도 저렇게 고치니 되더군요.</p><p>딴 얘기입니다만;</p><p><span class="postimg"><img src="http://img401.imageshack.us/img401/9382/toroerrorlg7.png" alt="http://img401.imageshack.us/img401/9382/toroerrorlg7.png" /></span> </p><p>이건 어쩔 수 없는 문제일까요?</p>]]></description>
			<author><![CDATA[null@example.com (lunamoth)]]></author>
			<pubDate>Mon, 20 Aug 2007 02:44:25 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20683#p20683</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 이 플러그인 포팅 좀 해주세요... ㅠㅠ]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20675#p20675</link>
			<description><![CDATA[<p>잘 됩니다~~ 캄사합니다. 두분~~ <img src="http://forum.tattersite.com/ko/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (건더기)]]></author>
			<pubDate>Mon, 20 Aug 2007 01:12:57 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20675#p20675</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 이 플러그인 포팅 좀 해주세요... ㅠㅠ]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20670#p20670</link>
			<description><![CDATA[<p>.....생뚱맞은 답변이지만,</p><div class="codebox"><pre><code>editor.command(\&quot;Raw\&quot;, &#039;&lt;img src=\&quot;&#039; + value1 + &#039;\&quot; alt=\&quot;\&quot; /&gt;&#039;, \&quot; \&quot;);</code></pre></div><p>가 낫지 않을까요?;;</p><p>(물론 alt에도 의미에 맞게 값을 넣어서 alt1 등 값을 대응시키는것도 좋겠고...물론 그러려면 소스가 길어진다는 점이 있긴 합니다만)</p>]]></description>
			<author><![CDATA[null@example.com (나니)]]></author>
			<pubDate>Mon, 20 Aug 2007 00:19:12 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20670#p20670</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 이 플러그인 포팅 좀 해주세요... ㅠㅠ]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20668#p20668</link>
			<description><![CDATA[<p>15번째 줄의<br /></p><div class="codebox"><pre><code>TTCommand(\&quot;Raw\&quot;, &#039;&lt;img src=\&quot;&#039; + value1 + &#039;\&quot;&gt;&#039;, \&quot;  \&quot;);</code></pre></div><p>이것을<br /></p><div class="codebox"><pre><code>editor.command(\&quot;Raw\&quot;, &#039;&lt;img src=\&quot;&#039; + value1 + &#039;\&quot;&gt;&#039;, \&quot;  \&quot;);</code></pre></div><p>이렇게 변경해주시면 사용 가능합니다.^^</p>]]></description>
			<author><![CDATA[null@example.com (jparker)]]></author>
			<pubDate>Mon, 20 Aug 2007 00:09:10 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20668#p20668</guid>
		</item>
		<item>
			<title><![CDATA[이 플러그인 포팅 좀 해주세요... ㅠㅠ]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20627#p20627</link>
			<description><![CDATA[<p>아래에 첨부해 둔 소스는 예전에 &#039;유진아비&#039;님께서 제작하셨던 태터용 플러그인으로, 본문에 이모티콘을 넣어주는 플러그인입니다.<br />태터 1.1.3이 되도록 잘 써왔는데, 큐브 1.5에서는 에러내고 않돌아가네요.</p><p>어찌해보겠다고 계속 손을 대봤는데 영 해결도 않되고, 유진아비님은 연락해볼 방법도 모르고... <img src="http://forum.tattersite.com/ko/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>좀 도와주세요... ㅠㅠ</p>]]></description>
			<author><![CDATA[null@example.com (건더기)]]></author>
			<pubDate>Sun, 19 Aug 2007 07:03:42 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20627#p20627</guid>
		</item>
	</channel>
</rss>
