<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>도아의 세상사는 이야기: Remove-Admin-Comments에 달린 최근 댓글/트랙백 목록</title>
		<link>https://offree.net/</link>
		<description>나는 당신의 의견에 동의하지 않습니다. 그러나 만일 당신이 그 의견 때문에 박해를 받는다면 나는 당신의 말할 자유를 위해 끝까지 싸울 것입니다. 볼테르의 삶.</description>
		<language>ko</language>
		<pubDate>Fri, 02 Jan 2026 00:43:43 +0900</pubDate>
		<generator>Textcube 1.7.8 : Con moto</generator>
		<image>
		<title>도아의 세상사는 이야기: Remove-Admin-Comments에 달린 최근 댓글/트랙백 목록</title>
		<url>https://offree.net/attach/1/6767833769.jpg</url>
		<link>https://offree.net/</link>
		<width>174</width>
		<height>126</height>
		<description>나는 당신의 의견에 동의하지 않습니다. 그러나 만일 당신이 그 의견 때문에 박해를 받는다면 나는 당신의 말할 자유를 위해 끝까지 싸울 것입니다. 볼테르의 삶.</description>
		</image>
		<item>
			<title>장목수님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1231</link>
			<description>좋은 정보 감사합니다. 
그런데, 이기능은 0.96부터 적용해야하는건가요?
전 아직 업글을 안해서..1.0에 할려고 기다리고 있는데..

0.951도 적용시켜도 되는건가요?</description>
			<author>(장목수)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1231</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Mon, 15 Aug 2005 22:43:25 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1232</link>
			<description>댓글에 댓글을 다는 기능때문에 작성한 패치입니다. 아울러 댓글에 댓글을 다는 기능은 0.96에 포함된 기능입니다. 최근에 달린 댓글에 관리자의 댓글을 제거하고 싶다면 이전 버전에 적용해도 됩니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1232</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Mon, 15 Aug 2005 22:55:20 +0900</pubDate>
		</item>
		<item>
			<title>其仁님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1233</link>
			<description>힘들게, 힘들게 0.96으로 업데이트 후 제일 먼저 도아님의 이 패치를 적용했는데...털썩...orz &amp;amp; OTL

제가 뭘 잘못했는지 제대로 작동하지 않네요...ㅠ.ㅠ...</description>
			<author>(其仁)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1233</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Thu, 18 Aug 2005 08:53:16 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1234</link>
			<description>다행이 기인님의 블로그에 sql이 출력되어 확인해보니 user_nick를 가져오지 못하는 군요.

user_nick를 가져오지 못하는 이유는 119~121 사이의 코드가 틀렸기 때문입니다. 119~121까지의 코드를 확인해 보시기 바랍니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1234</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Thu, 18 Aug 2005 09:25:39 +0900</pubDate>
		</item>
		<item>
			<title>其仁님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1235</link>
			<description>아마도 제 user_nick이 한문이라서 안되는 것이 아닌가...라는 생각이 듬다.

왜냐하면, 제 블로그 해당 글에 화면도 캡쳐해봤는데도, 틀린 부분이 없거든요...ㅠ.ㅠ...</description>
			<author>(其仁)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1235</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Thu, 18 Aug 2005 11:38:00 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1236</link>
			<description>소스를 보니 123행에

list($user_nick) = mysql_fetch_row($result);

가 빠져있습니다. 이 부분을 추가하면 정상적으로 될것같군요.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1236</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Thu, 18 Aug 2005 12:06:04 +0900</pubDate>
		</item>
		<item>
			<title>其仁님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1237</link>
			<description>허그...제 눈이 삐었었나 봅니다. 정말 감사드립니다.

┏( _ . _ )┓꾸벅!!!</description>
			<author>(其仁)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1237</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Thu, 18 Aug 2005 12:38:30 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1238</link>
			<description>흔히 발생하는 일입니다. 프로그래머 사이에는 파리똥 하나에 날밤을 샌다는 얘기가 있습니다.

점하나 잘못 찍어서 버그를 잡느라 날밤을 샌다는 얘기입니다(코볼). 

저 역시 파리똥 두개(;)때문에 날밤을 샌적이 여러번 있습니다. 결국 잡아놓고나면 저걸 왜 못봤는지...</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1238</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Thu, 18 Aug 2005 13:20:51 +0900</pubDate>
		</item>
		<item>
			<title>한스님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1239</link>
			<description>도아님 덕분에 고민하던 부분이 시원스레 해결되었습니다. 좋은정보 감사드리구요...^^; 트랙백 남깁니다. 좋은하루 보내세요</description>
			<author>(한스)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1239</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Sun, 21 Aug 2005 13:39:26 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1240</link>
			<description>도움이되셨다니 저도 즐겁습니다. 즐거운 하루되세요.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1240</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Mon, 22 Aug 2005 02:05:09 +0900</pubDate>
		</item>
		<item>
			<title>freebird님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1241</link>
			<description>^^ 도아님의 좋은 정보 덕분에 한번에 답글달때 생길문제를 미연에 방지할수 있었습니다 감사합니다</description>
			<author>(freebird)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1241</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Wed, 24 Aug 2005 03:44:31 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1242</link>
			<description>도움이 되셨다니 저도 기쁩니다.
즐거운 하루되시기 바랍니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1242</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Wed, 24 Aug 2005 17:57:35 +0900</pubDate>
		</item>
		<item>
			<title>매니테일님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1243</link>
			<description>몇번이고 수정을 해 봤는데 제대로 되지 않습니다;
이유를 모르겠네요;;</description>
			<author>(매니테일)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1243</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Wed, 31 Aug 2005 19:28:06 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1244</link>
			<description>위의 기인님처럼 님의 소스를 봐야 문제의 원인을 알 수 있습니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1244</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Wed, 31 Aug 2005 19:40:35 +0900</pubDate>
		</item>
		<item>
			<title>매니님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1245</link>
			<description>http://manitale.pe.kr/pds/inc_presswork.zip
inc_presswork.php 파일 주소입니다.
그대로 위의 내용을 붙여넣기만 했는데 안되네요.
혹시 다른 이유 때문에 소스 수정이 가해지면 안되는 것인지;;</description>
			<author>(매니)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1245</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Wed, 31 Aug 2005 20:48:05 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1246</link>
			<description>님의 파일을 제 서버로 복사해서 실행해보니 정상적으로 실행되는 군요...

프로그램의 문제가 아니라 님이 환경 설정에서 관리자 별명으로 입력한 이름과 댓글을 쓰면서 사용한 별명이 다르기때문에 발생한 현상인 것 같습니다.

환경설정/닉네임에 입력한 이름과 댓글 작성시 입력한 이름이 같아야 댓글 목록에서 삭제됩니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1246</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Wed, 31 Aug 2005 21:04:38 +0900</pubDate>
		</item>
		<item>
			<title>매니님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1247</link>
			<description>아, 그렇군요^^;감사합니다. 수고스럽게 해서 죄송해요~</description>
			<author>(매니)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1247</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Wed, 31 Aug 2005 21:11:23 +0900</pubDate>
		</item>
		<item>
			<title>엘리타쥬님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1248</link>
			<description>저도 적용했어요 ^^
감사합니다..(_ _)</description>
			<author>(엘리타쥬)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1248</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Thu, 08 Dec 2005 19:54:04 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1249</link>
			<description>도움이 되셨다니 다행입니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1249</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Fri, 09 Dec 2005 07:31:12 +0900</pubDate>
		</item>
		<item>
			<title>sochaeck님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1250</link>
			<description>저도 건너건너와서 보고 적용했습니다.
감사합니다. ^^</description>
			<author>(sochaeck)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1250</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Sat, 17 Dec 2005 21:53:33 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#comment1251</link>
			<description>어니서 건너오셨는지요?
도움이되셨다니 저도 즐겁습니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#comment1251</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#comment</comments>
			<pubDate>Mon, 19 Dec 2005 01:48:49 +0900</pubDate>
		</item>
		<item>
			<title>태터툴즈, 최근 코멘트(계층형코멘트)리스트 정리하기</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#trackback75</link>
			<description>태터툴즈 0.96버전부터, 계층형 코멘트가 추가되었습니다.
하지만, 0.94버전용 계층형 코멘트에 있던, 최근 코멘트 리스트 정리가 좀 부족한 듯 하여, 나름대로 새로 정리해 본 팁입니다.

옆의 그</description>
			<author>(알쯔의 외부기억장치)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#trackback75</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#trackback</comments>
			<pubDate>Thu, 15 Sep 2005 01:42:35 +0900</pubDate>
		</item>
		<item>
			<title>최근답글리스트,옛 알쯔님의팁처럼 수정</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#trackback74</link>
			<description>수학여행을 다녀온뒤에 사진들을 오늘 정리를 해보았습니다. 
근데, 사진들이 모두들 흔들리고 촛점이 흐리고 ,; 급하게 막 찍어대느라 제대로 찍힌사진을 건질수 있을까 의문입니다  T_T 일단</description>
			<author>({하늘이맑은날} 세상을향한도전장)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#trackback74</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#trackback</comments>
			<pubDate>Fri, 09 Sep 2005 21:31:09 +0900</pubDate>
		</item>
		<item>
			<title>테터 0.96 정식버전 댓글관련 패치모음</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#trackback73</link>
			<description>1. 댓글 카운팅 패치(겔드님) 
테터가 버전업이 되면서 댓글에 대한 답글의 카운팅을 하지 않게 된것을 카운팅하게 하는 패치
*수정하는 방법
1. 태터툴즈 0.96폴더 안에 있는 inc_function.php를 텍스</description>
			<author>(Stream of hans)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#trackback73</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#trackback</comments>
			<pubDate>Sun, 21 Aug 2005 13:34:19 +0900</pubDate>
		</item>
		<item>
			<title>태터 최근 댓글에서 관리자 댓글 제거하기</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#trackback77</link>
			<description>inc_presswork.php을 에디터로 엽니다.
119행 혹은 $sql = &amp;quot;select no, pno, name, body, regdate, is_secret 부분을 찾습니다.
그 부분을 아래와 같이 수정해 주면 적용이 됩니다.

변경전:
119: $sql = &amp;quot;select no, pno, name, b</description>
			<author>(Kafka on the shore)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#trackback77</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#trackback</comments>
			<pubDate>Sat, 10 Dec 2005 11:39:23 +0900</pubDate>
		</item>
		<item>
			<title>헉...헉...뒤늦게 태터 툴즈 0.96으로 업데이트 완료!!!</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#trackback72</link>
			<description>발 빠른 사람들은 태터 툴즈 0.96RC가 나왔을 때 바로 업데이트를 했었고 뒤이어 0.96버전이 나왔을 때도 바로 업데이트를 했었다. 하지만, 본인은 귀차니즘에 사로잡혀 그러지 못했다.

그러다가</description>
			<author>(半長의 생각들과 기타 잡스러운...)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#trackback72</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#trackback</comments>
			<pubDate>Thu, 18 Aug 2005 08:51:46 +0900</pubDate>
		</item>
		<item>
			<title>최근 달린 답글에서 관리자 답글 제거하기</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#trackback79</link>
			<description>최신답글 목록에서 관리자가 쓴글은 제외하는 팁이다.
이 팁은 도아님 블로그에서 가져왔습니다...^^; 



 일단 inc_presswork.php 파일을 자주 사용하는 편집기를 사용해서 불러와서..</description>
			<author>(Sunup&#039;s Blog)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#trackback79</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#trackback</comments>
			<pubDate>Sat, 04 Feb 2006 02:42:35 +0900</pubDate>
		</item>
		<item>
			<title>태터 0.961버전 자잘한 커스터마이징</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#trackback76</link>
			<description>0.961로 업하고 12월초부터 조금씩 해나가고 있는 수정사항들입니다..
기록 차원에서 남겨둘게요..

이 팁들을 사용할 수 있게 많은 정보를 제공해 주신 분들께 감사의 말 드립니다.
1. 스킨변경 :</description>
			<author>(前 고기집 아들의 블로그)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#trackback76</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#trackback</comments>
			<pubDate>Fri, 09 Dec 2005 14:49:38 +0900</pubDate>
		</item>
		<item>
			<title>테터툴스 설치 및 부가 기능 넣기</title>
			<link>https://offree.net/entry/Remove-Admin-Comments#trackback78</link>
			<description>[2006-01-13]
관리자 댓글 제거 : 최근에 달린 댓글에서 관리자 댓글 제거하기  

[2006-01-12]
카테고리 버튼 : 태터툴즈 관리자 페이지에 카테고리 설정 추가

썸네일 : RC3 썸네일 앨범 (배포본)
&amp;quot;index.ph</description>
			<author>(mAggoT brAiN)</author>
			<guid>https://offree.net/entry/Remove-Admin-Comments#trackback78</guid>
			<comments>https://offree.net/entry/Remove-Admin-Comments#trackback</comments>
			<pubDate>Fri, 13 Jan 2006 12:07:33 +0900</pubDate>
		</item>
	</channel>
</rss>

<!-- Use compress gzip -->
