<?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=2121&amp;type=atom"/>
	<updated>2006-11-26T15:05:16Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=2121</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 댓글/ 트랙백의 복수형 지원 에서]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=12348#p12348"/>
			<content type="html"><![CDATA[<p>조금 다른 얘기지만</p><p>카운팅 부분을 p나 div로 감싸서 선택자를 부여해주는 게 좋을 듯 하네요.<br />위 경우에는 트랙백과 코멘트가 서로 다른 선택자를 사용하고 있으니</p><div class="codebox"><pre><code>&lt;a href=&quot;#rp&quot; onclick=&quot;[##_article_rep_rp_link_##]&quot; class=&quot;commentM&quot;&gt;&lt;s_rp_count&gt;덧글 [##_article_rep_rp_cnt_##]개&lt;/s_rp_count&gt;&lt;/a&gt;
 | 
&lt;a href=&quot;#tb&quot; onclick=&quot;[##_article_rep_tb_link_##]&quot; class=&quot;trackbackM&quot;&gt;&lt;s_tb_count&gt;엮인글 [##_article_rep_tb_cnt_##]개&lt;/s_tb_count&gt;&lt;/a&gt;</code></pre></div><p>이렇게 쓰는게 코드도 줄이고 의미에도 맞다고 생각합니다. <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[나니]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=134</uri>
			</author>
			<updated>2006-11-26T15:05:16Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=12348#p12348</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 댓글/ 트랙백의 복수형 지원 에서]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=12330#p12330"/>
			<content type="html"><![CDATA[<p>&lt;a href=&quot;#rp&quot; onclick=&quot;[##_article_rep_rp_link_##]&quot;&gt;&lt;s_rp_count&gt; &lt;strong&gt;&lt;font color=&quot;#E87100&quot;&gt;&lt;u&gt;덧글 &lt;span class=&quot;cnt&quot;&gt;[##_article_rep_rp_cnt_##]&lt;/span&gt;개&lt;/u&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/s_rp_count&gt; &lt;/a&gt; | &lt;a href=&quot;#tb&quot; onclick=&quot;[##_article_rep_tb_link_##]&quot;&gt;&lt;s_tb_count&gt;&lt;strong&gt;엮인글 &lt;span class=&quot;cnt&quot;&gt;[##_article_rep_tb_cnt_##]&lt;/span&gt;개&lt;/strong&gt;&lt;/s_tb_count&gt;&lt;/a&gt;</p><p>였습니다.<br />지금은 수정하여 다르게 사용하는데 정상 동작합니다.<br />index.xml<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;commentMessage&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;none&gt;덧글 쓰기&lt;/none&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;single&gt;덧글 1개&lt;/single&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/commentMessage&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;trackbackMessage&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;none&gt;엮인글 쓰기&lt;/none&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;single&gt;엮인글 1개&lt;/single&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/trackbackMessage&gt;<br />skin.html<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;#rp&quot; onclick=&quot;[##_article_rep_rp_link_##]&quot;&gt;&lt;span class=commentM&gt;&lt;s_rp_count&gt; 덧글 [##_article_rep_rp_cnt_##]개&lt;/s_rp_count&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;#tb&quot; onclick=&quot;[##_article_rep_tb_link_##]&quot;&gt;&lt;span class=trackbackM&gt;&lt;s_tb_count&gt; &lt;strong&gt;엮인글 [##_article_rep_tb_cnt_##]개&lt;/s_tb_count&gt;&lt;/span&gt;&lt;/a&gt;</p><p>style.css<br />&nbsp; &nbsp; .commentM {<br />&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />&nbsp; &nbsp; &nbsp; &nbsp; color:#FF0000;<br />&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:underline;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; .trackbackM {<br />&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />&nbsp; &nbsp; }</p><p>이렇게 수정하였습니다.</p>]]></content>
			<author>
				<name><![CDATA[주성애비]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=828</uri>
			</author>
			<updated>2006-11-26T13:29:34Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=12330#p12330</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 댓글/ 트랙백의 복수형 지원 에서]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=12320#p12320"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>주성애비 작성:</cite><blockquote><p>사용할수 있는 태그가 따로 있나요?</p></blockquote></div><p>특별히 태그사용에 제약이 있는 것은 아니고요(제약할 이유가 없죠). 적으신 소스도 문제는 없어보이는데... 스킨의 해당 부분 소스를 남겨주시면 제가 내일 살펴보도록 하겠습니다. 일단은 skin.html의 용법을 다시 확인해 주세요.</p>]]></content>
			<author>
				<name><![CDATA[graphittie]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=104</uri>
			</author>
			<updated>2006-11-26T13:06:45Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=12320#p12320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 댓글/ 트랙백의 복수형 지원 에서]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=12316#p12316"/>
			<content type="html"><![CDATA[<p>index.xml 문제가 아니라 skin.html 문제같습니다. tistory 스킨에 쓰인 치환자와 비교해보세요 <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[나니]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=134</uri>
			</author>
			<updated>2006-11-26T13:01:08Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=12316#p12316</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[댓글/ 트랙백의 복수형 지원 에서]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=12306#p12306"/>
			<content type="html"><![CDATA[<p>사용할수 있는 태그가 따로 있나요?</p><p>제가 사용한 것입니다.<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;commentMessage&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;none&gt;&lt;strong&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;u&gt;덧글 쓰기&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/none&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;single&gt;&lt;strong&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;u&gt;덧글 &lt;span class=&quot;cnt&quot;&gt;1&lt;/span&gt;개&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/single&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/commentMessage&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;trackbackMessage&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;none&gt;&lt;strong&gt;엮인글 쓰기&lt;/strong&gt;&lt;/none&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;single&gt;&lt;strong&gt;엮인글 &lt;span class=&quot;cnt&quot;&gt;1&lt;/span&gt;개&lt;/strong&gt;&lt;/single&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/trackbackMessage&gt;</p><p>이경우 첫 덧글을 달때 null에러를 냅니다.<br />새로고침을 하면 덧글은 달려 있고요?<br />무엇이 문제 일까요?</p>]]></content>
			<author>
				<name><![CDATA[주성애비]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=828</uri>
			</author>
			<updated>2006-11-26T10:08:34Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=12306#p12306</id>
		</entry>
</feed>
