<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[게시판 상세페이지의 게시판 목록 도움 요청]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/8621</link>
		<description><![CDATA[<p>안녕하세요?</p>

<p>KBoard를 잘 사용하고 있는 애용자입니다.</p>

<p>이번에 사이트를 구축하면서 KBaord를 도입했습니다.</p>

<p>갤러리게시판도 구매해서 사용중이구요.</p>

<p>내가 올린 글과 답변만 보기 위해서 my_kboard_list_where를 적용했습니다.</p>

<p>그런데, 상세페이지의 게시판목록에는 적용이 되어 있지 않아, 다른 사용자가 올린글도 목록으로 보여집니다.</p>

<p>상세페이지의 게시판 목록에 'my_kboard_list_where'를 적용하는 방법이 있을까요?</p>

<p>아니면, 상세페이지의 게시판 목록을 없애는 방법이 있을까요?</p>

<p>도움을 요청드립니다.</p>

<p>감사합니다.</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[이전글 다음글은 my_kboard_list_where 필터가 적용되지 않습니다.

현재 문제가 된다면 해당 부분을 스...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/8632</link>
			<description><![CDATA[<p>이전글 다음글은 my_kboard_list_where 필터가 적용되지 않습니다.</p>

<p>현재 문제가 된다면 해당 부분을 스킨에서 삭제 해주셔야 하겠습니다.</p>

<p>KBoard 5.2버전, default 스킨 기준으로 설명드리자면,</p>

<p>FTP로 접속해서 스킨의 document.php 파일에서 아래 코드를 지워주시면 됩니다.</p>

<p> </p>

<p>&lt;div class="kboard-document-navi"&gt;<br />
    &lt;div class="kboard-prev-document"&gt;<br />
        &lt;?php<br />
        $bottom_content_uid = $content-&gt;getPrevUID();<br />
        if($bottom_content_uid):<br />
        $bottom_content = new KBContent();<br />
        $bottom_content-&gt;initWithUID($bottom_content_uid);<br />
        ?&gt;<br />
        &lt;a href="&lt;?php echo $url-&gt;getDocumentURLWithUID($bottom_content_uid)?&gt;"&gt;<br />
            &lt;span class="navi-arrow"&gt;«&lt;/span&gt;<br />
            &lt;span class="navi-document-title kboard-default-cut-strings"&gt;&lt;?php echo $bottom_content-&gt;title?&gt;&lt;/span&gt;<br />
        &lt;/a&gt;<br />
        &lt;?php endif?&gt;<br />
    &lt;/div&gt;<br />
    <br />
    &lt;div class="kboard-next-document"&gt;<br />
        &lt;?php<br />
        $top_content_uid = $content-&gt;getNextUID();<br />
        if($top_content_uid):<br />
        $top_content = new KBContent();<br />
        $top_content-&gt;initWithUID($top_content_uid);<br />
        ?&gt;<br />
        &lt;a href="&lt;?php echo $url-&gt;getDocumentURLWithUID($top_content_uid)?&gt;"&gt;<br />
            &lt;span class="navi-document-title kboard-default-cut-strings"&gt;&lt;?php echo $top_content-&gt;title?&gt;&lt;/span&gt;<br />
            &lt;span class="navi-arrow"&gt;»&lt;/span&gt;<br />
        &lt;/a&gt;<br />
        &lt;?php endif?&gt;<br />
    &lt;/div&gt;<br />
&lt;/div&gt;</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Mon, 02 May 2016 08:49:31 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[상세페이지 화면 하단에 보면

이전글과  다음글이 표시됩니다.

my_kboard_list_where는 게시판목록에...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/8628</link>
			<description><![CDATA[<p>상세페이지 화면 하단에 보면</p>

<p>이전글과  다음글이 표시됩니다.</p>

<p>my_kboard_list_where는 게시판목록에만 적용이 되고</p>

<p>상세페이지의 이전글, 다음글에는 적용이 되지 않습니다.</p>

<p>이 부분을 해결하고 싶은데</p>

<p>어떻게 해야 하나요?</p>
]]></description>
			<author>블루검객</author>
			<pubDate>Mon, 02 May 2016 08:06:39 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[my_kboard_list_where 필터는 모든 리스트 페이지에서 동작이 가능합니다.

KBoard 5.2 버전에서 상세페...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/8626</link>
			<description><![CDATA[<p>my_kboard_list_where 필터는 모든 리스트 페이지에서 동작이 가능합니다.</p>

<p>KBoard 5.2 버전에서 상세페이지 하단에 리스트가 보이는 설정이 추가됐습니다.</p>

<p>그 이전 버전에서는 직접 스킨을 수정해주셔야만 가능했습니다.</p>

<p>따라서 5.2 버전에서는 설정에서 비활성화 하면 되고, 이전 버전은 스킨을 다시 수정해주셔야 합니다.</p>

<p>스킨을 수정한분이 따로 계시면 문의 해보셔야 할 듯합니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Mon, 02 May 2016 06:56:29 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>