<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 리샘플링 기능 이용시 콘텐트 출력이 안되는 현상]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=7888&amp;type=atom"/>
	<updated>2009-02-25T03:08:08Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=7888</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 리샘플링 기능 이용시 콘텐트 출력이 안되는 현상]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=33931#p33931"/>
			<content type="html"><![CDATA[<p>버전정보가 빠졌네요<br />Textcube 1.7.6<br />~^.^~</p>]]></content>
			<author>
				<name><![CDATA[말룡군]]></name>
			</author>
			<updated>2009-02-25T03:08:08Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=33931#p33931</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[리샘플링 기능 이용시 콘텐트 출력이 안되는 현상]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=33930#p33930"/>
			<content type="html"><![CDATA[<p>*테스트 조건<br />&nbsp; 리샘플링 기능을 이용하는 것으로 셋팅한 상태<br />&nbsp; 외부 글을 긁어서 복사해 붙여넣은 경우(img 태그가 표준을 따르지 못하는 경우)<br /></p><div class="codebox"><pre><code>  &lt;img src=&#039;...&#039; /&gt;  가 아닌 &lt;img src=&#039;...&#039; &gt; 형태</code></pre></div><p>*결과<br />&nbsp; 콘텐트 영역이 출력되지 않는 현상 발생</p><p>*조치<br /></p><div class="codebox"><pre><code>  ./library/view/view.php 의

  function getEntryContentView 에서

preg_match_all(&quot;@&lt;img.+src=[&#039;\&quot;](.+)[&#039;\&quot;](.*)/&gt;@Usi&quot;, $view, $images, PREG_SET_ORDER);
$view = preg_replace(&quot;@&lt;img.+src=[&#039;\&quot;].+[&#039;\&quot;].*/&gt;@Usi&quot;, &#039;[#####_#####_#####_image_#####_#####_#####]&#039;, $view);

을

preg_match_all(&quot;@&lt;img.+src=[&#039;\&quot;](.+)[&#039;\&quot;](.*)&gt;@Usi&quot;, $view, $images, PREG_SET_ORDER);
$view = preg_replace(&quot;@&lt;img.+src=[&#039;\&quot;](.+)[&#039;\&quot;](.*)&gt;@Usi&quot;, &#039;[#####_#####_#####_image_#####_#####_#####]&#039;, $view);

으로 수정</code></pre></div>]]></content>
			<author>
				<name><![CDATA[말룡군]]></name>
			</author>
			<updated>2009-02-25T03:04:26Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=33930#p33930</id>
		</entry>
</feed>
