<?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=2338</link>
		<description><![CDATA[글쓰기 시 프리뷰(미리보기)의 카테고리 출력 버그 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Wed, 13 Dec 2006 17:04:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: 글쓰기 시 프리뷰(미리보기)의 카테고리 출력 버그]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=13793#p13793</link>
			<description><![CDATA[<p>옙 수정했습니다. <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />r2660입니다. (<a href="http://dev.tattertools.com/changeset/2660">http://dev.tattertools.com/changeset/2660</a>)</p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Wed, 13 Dec 2006 17:04:06 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=13793#p13793</guid>
		</item>
		<item>
			<title><![CDATA[글쓰기 시 프리뷰(미리보기)의 카테고리 출력 버그]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=13791#p13791</link>
			<description><![CDATA[<p>여기 처음 쓰는 글이네요 ^^;<br />이렇게 쓰면 될까요;;;</p><br /><br /><br /><p>미리보기시 카테고리가 엉뚱하게 출력되는 버그...;;;<br />발견은 1.06에서 발견했습니다만.. 1.1에서도 제대로 출력이 안 되는 것 같네요.</p><p>1.06에서는 blog\owner\entry\preview\item.php의<br />2258줄 <strong>[1.1.0.2에서는 3462줄]</strong><br /></p><div class="codebox"><pre><code>    $entry[&#039;categoryLabel&#039;]=getCategoryLabelById($owner,$entry[&#039;id&#039;]);</code></pre></div><p>부분을<br /></p><div class="codebox"><pre><code>    $entry[&#039;categoryLabel&#039;]=getCategoryLabelById($owner,$entry[&#039;category&#039;]);</code></pre></div><p>이렇게 바꿔야겠네요.</p><br /><br /><br /><p>그리고 별로 상관없을지 모르나;;<br /></p><div class="codebox"><pre><code>    dress(&#039;article_rep_category_link&#039;,&quot;$blogURL/category/&quot;.encodeURL($entry[&#039;categoryLabel&#039;]),$entryView);</code></pre></div><p>부분도<br /></p><div class="codebox"><pre><code>    dress(&#039;article_rep_category_link&#039;, empty($entry[&#039;category&#039;]) ? &quot;$blogURL/category/&quot; : &quot;$blogURL/category/&quot;.encodeURL($entry[&#039;categoryLabel&#039;]) ,$entryView);</code></pre></div><p>이렇게 바꾸는 게 좋을 듯 합니다.</p>]]></description>
			<author><![CDATA[null@example.com (NYA)]]></author>
			<pubDate>Wed, 13 Dec 2006 16:46:52 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=13791#p13791</guid>
		</item>
	</channel>
</rss>
