<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - r1051과 r971의 getGuestCommentView()함수 관련]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=1282&amp;type=atom"/>
	<updated>2006-08-10T00:34:59Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=1282</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: r1051과 r971의 getGuestCommentView()함수 관련]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=7482#p7482"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>J. Parker 작성:</cite><blockquote><div class="quotebox"><cite>graphittie 작성:</cite><blockquote><p>전에는 댓글과 방명록을 같은 함수에서 처리하지만, inureyes님 말씀으로는 다른 함수로 분리하실 예정이라고 합니다. 소스가 체계적으로 적용된 상황은 아니지만 다음을 위한 초석 정도로 생각해 주시면 좋겠습니다.:)</p></blockquote></div><p>그렇군요... 그런데 getGuestCommentView()으로 적용하면, 방명록 댓글 리스트 스타일이 깨지네요. <br />아마도 제 스킨에 문제가 있는듯 한것 같기도 하고..</p></blockquote></div><p>getGuestCommentView()의 내부소스는 아직 최적화 된 것이 아니라서요. 그래서 주석으로 막아놓은 거죠. 티스토리에서 넘어온 소스인데, 아직 이 쪽에 맞게 수정되지 않았답니다.:)</p>]]></content>
			<author>
				<name><![CDATA[graphittie]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=104</uri>
			</author>
			<updated>2006-08-10T00:34:59Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=7482#p7482</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: r1051과 r971의 getGuestCommentView()함수 관련]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=7480#p7480"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>graphittie 작성:</cite><blockquote><p>전에는 댓글과 방명록을 같은 함수에서 처리하지만, inureyes님 말씀으로는 다른 함수로 분리하실 예정이라고 합니다. 소스가 체계적으로 적용된 상황은 아니지만 다음을 위한 초석 정도로 생각해 주시면 좋겠습니다.:)</p></blockquote></div><p>그렇군요... 그런데 getGuestCommentView()으로 적용하면, 방명록 댓글 리스트 스타일이 깨지네요. <br />아마도 제 스킨에 문제가 있는듯 한것 같기도 하고..</p>]]></content>
			<author>
				<name><![CDATA[jparker]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=10</uri>
			</author>
			<updated>2006-08-10T00:28:11Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=7480#p7480</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: r1051과 r971의 getGuestCommentView()함수 관련]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=7453#p7453"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>J. Parker 작성:</cite><blockquote><p>r1051에 getGuestCommentView()가 추가되었는데요. 지난&nbsp; &nbsp; r971에서 getGuestCommentView() 함수가 없어서<br />주석처리를 하였는데. 이 함수가 왜 필요한건가요? getCommentView()함수에서 모두 잘 처리되고 있는것 같은데요.<br />왜 별도로&nbsp; getGuestCommentView() 함수를 추가한것인지요. <br />r971에서 주석처리했던 부분을 주석해제후 적용하면 방명록의 레이아웃이 조금 변형되고 뭔가 부족한듯 보여집니다.<br /></p><div class="codebox"><pre><code>function getCommentView($entryId, &amp; $skin) {
    global $database, $blogURL, $service, $owner, $suri, $paging, $blog;
    //if ($entryId &lt;= 0)
    //    return getGuestCommentView($entryId, $skin);</code></pre></div><p>getGuestCommentView()를 추가한다면 getCommentView()에서 guest 처리부분은 제거되어야 하는것 아닌지요?<br />제 입장에선 getGuestCommentView()와 위 주석처리부분은 불필요할듯 합니다.</p></blockquote></div><p>전에는 댓글과 방명록을 같은 함수에서 처리하지만, inureyes님 말씀으로는 다른 함수로 분리하실 예정이라고 합니다. 소스가 체계적으로 적용된 상황은 아니지만 다음을 위한 초석 정도로 생각해 주시면 좋겠습니다.:)</p>]]></content>
			<author>
				<name><![CDATA[graphittie]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=104</uri>
			</author>
			<updated>2006-08-09T14:48:34Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=7453#p7453</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[r1051과 r971의 getGuestCommentView()함수 관련]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=7353#p7353"/>
			<content type="html"><![CDATA[<p>r1051에 getGuestCommentView()가 추가되었는데요. 지난&nbsp; &nbsp; r971에서 getGuestCommentView() 함수가 없어서<br />주석처리를 하였는데. 이 함수가 왜 필요한건가요? getCommentView()함수에서 모두 잘 처리되고 있는것 같은데요.<br />왜 별도로&nbsp; getGuestCommentView() 함수를 추가한것인지요. <br />r971에서 주석처리했던 부분을 주석해제후 적용하면 방명록의 레이아웃이 조금 변형되고 뭔가 부족한듯 보여집니다.<br /></p><div class="codebox"><pre><code>function getCommentView($entryId, &amp; $skin) {
    global $database, $blogURL, $service, $owner, $suri, $paging, $blog;
    //if ($entryId &lt;= 0)
    //    return getGuestCommentView($entryId, $skin);</code></pre></div><p>getGuestCommentView()를 추가한다면 getCommentView()에서 guest 처리부분은 제거되어야 하는것 아닌지요?<br />제 입장에선 getGuestCommentView()와 위 주석처리부분은 불필요할듯 합니다.</p>]]></content>
			<author>
				<name><![CDATA[jparker]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=10</uri>
			</author>
			<updated>2006-08-07T14:06:09Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=7353#p7353</id>
		</entry>
</feed>
