<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>WordPress 1.2 発表 へのコメント</title>
	<atom:link href="http://detlog.org/2004/05/24/wordpress-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://detlog.org/2004/05/24/wordpress-12/</link>
	<description>what my life is made of.</description>
	<lastBuildDate>Mon, 09 Aug 2010 17:56:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>SOMY.JP : BLoG より</title>
		<link>http://detlog.org/2004/05/24/wordpress-12/comment-page-1/#comment-830</link>
		<dc:creator>SOMY.JP : BLoG</dc:creator>
		<pubDate>Wed, 04 Aug 2004 18:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://detlog.org/?p=348#comment-830</guid>
		<description>&lt;strong&gt;續違◆・・log?WordPress&lt;/strong&gt;
・溪!障◆・障◆・・ｊ・・・!溪!凪!㌔logdetlog.org WordPress 1.2 ・肴；MT・・・・句!補!・!・昶!ｃ＜痼≫#補#・&quot;帥ヮ諠俄!溪&quot;姥ordPress・・寥瘁・!・≠・銀 や!с√ｮ冷!・≦瘁ｃ＜謇蚊・ｨ帥″メ・◆・蚊~・＞・・!銀&quot;・ ・・詩・泣ｂ痺・ordPress - Multilingual...</description>
		<content:encoded><![CDATA[<p><strong>續違◆・・log?WordPress</strong><br />
・溪!障◆・障◆・・ｊ・・・!溪!凪!㌔logdetlog.org WordPress 1.2 ・肴；MT・・・・句!補!・!・昶!ｃ＜痼≫#補#・&#8221;帥ヮ諠俄!溪&#8221;姥ordPress・・寥瘁・!・≠・銀 や!с√ｮ冷!・≦瘁ｃ＜謇蚊・ｨ帥″メ・◆・蚊~・＞・・!銀&#8221;・ ・・詩・泣ｂ痺・ordPress &#8211; Multilingual&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Nao より</title>
		<link>http://detlog.org/2004/05/24/wordpress-12/comment-page-1/#comment-779</link>
		<dc:creator>Nao</dc:creator>
		<pubDate>Wed, 09 Jun 2004 00:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://detlog.org/?p=348#comment-779</guid>
		<description>smiさん、私の思い込みが間違っていたようで、1.2「プレビュー」というのはそのコッソリでてくるやつみたいですね。

実サイト上でユーザーレベル5以上の人のみがプライベート投稿を見れるようにするには、
http://wordpress.org/support/4/1654
にあるように、

1. wp-config.php の最後に

&lt;code&gt;if ($pagenow != &#039;wp-login.php&#039;)
get_currentuserinfo(); // cache away.&lt;/code&gt;

と書く。

2. wp-blog-header.php で、

&lt;code&gt;// Get private posts&lt;/code&gt;

と書いてある後の行を

&lt;code&gt;$where .= &quot; OR post_author = $user_ID OR 5 &lt; $user_level)&quot;;&lt;/code&gt;

に書き換える。

これでOKのはずです。ver1.2でもできました。2箇所だけなのでお試しください！</description>
		<content:encoded><![CDATA[<p>smiさん、私の思い込みが間違っていたようで、1.2「プレビュー」というのはそのコッソリでてくるやつみたいですね。</p>
<p>実サイト上でユーザーレベル5以上の人のみがプライベート投稿を見れるようにするには、<br />
<a href="http://wordpress.org/support/4/1654" rel="nofollow">http://wordpress.org/support/4/1654</a><br />
にあるように、</p>
<p>1. wp-config.php の最後に</p>
<p><code>if ($pagenow != 'wp-login.php')<br />
get_currentuserinfo(); // cache away.</code></p>
<p>と書く。</p>
<p>2. wp-blog-header.php で、</p>
<p><code>// Get private posts</code></p>
<p>と書いてある後の行を</p>
<p><code>$where .= " OR post_author = $user_ID OR 5 < $user_level)";</code></p>
<p>に書き換える。</p>
<p>これでOKのはずです。ver1.2でもできました。2箇所だけなのでお試しください！</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>smi より</title>
		<link>http://detlog.org/2004/05/24/wordpress-12/comment-page-1/#comment-778</link>
		<dc:creator>smi</dc:creator>
		<pubDate>Tue, 08 Jun 2004 08:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://detlog.org/?p=348#comment-778</guid>
		<description>連続投稿ごめんなさい。

ﾊｩｯ！  (ﾟДﾟ;; で、できた...

&lt;strong&gt;Save and Continue Editing&lt;/strong&gt; すると、下の方にｺｯｿﾘとプレビューが出てる _&#124;￣&#124;○ ｺｯｿﾘ過ぎ</description>
		<content:encoded><![CDATA[<p>連続投稿ごめんなさい。</p>
<p>ﾊｩｯ！  (ﾟДﾟ;; で、できた&#8230;</p>
<p><strong>Save and Continue Editing</strong> すると、下の方にｺｯｿﾘとプレビューが出てる _|￣|○ ｺｯｿﾘ過ぎ</p>
]]></content:encoded>
	</item>
	<item>
		<title>smi より</title>
		<link>http://detlog.org/2004/05/24/wordpress-12/comment-page-1/#comment-777</link>
		<dc:creator>smi</dc:creator>
		<pubDate>Tue, 08 Jun 2004 08:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://detlog.org/?p=348#comment-777</guid>
		<description>&gt;投稿のプレビューがデフォルトで使えます。 
 （ﾟДﾟ ・・・ mjdsk! どうやるんだろう (´･ω･`)</description>
		<content:encoded><![CDATA[<p>>投稿のプレビューがデフォルトで使えます。<br />
 （ﾟДﾟ ・・・ mjdsk! どうやるんだろう (´･ω･`)</p>
]]></content:encoded>
	</item>
	<item>
		<title>bruja より</title>
		<link>http://detlog.org/2004/05/24/wordpress-12/comment-page-1/#comment-765</link>
		<dc:creator>bruja</dc:creator>
		<pubDate>Wed, 26 May 2004 05:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://detlog.org/?p=348#comment-765</guid>
		<description>初めまして。Newellさんのブログから遊びに来ました。私はエキサイトのブログユーザーなのですが、海外在住者のブログを集めて紹介する企画をしています。第一回目は７４ブログ集めました。今回はエキサイトでない方々のブログも集めたいと思っています。こちらのブログを是非紹介させてください。よろしくお願いします。お手数ですが、レスは私のブログにいただけますでしょうか？</description>
		<content:encoded><![CDATA[<p>初めまして。Newellさんのブログから遊びに来ました。私はエキサイトのブログユーザーなのですが、海外在住者のブログを集めて紹介する企画をしています。第一回目は７４ブログ集めました。今回はエキサイトでない方々のブログも集めたいと思っています。こちらのブログを是非紹介させてください。よろしくお願いします。お手数ですが、レスは私のブログにいただけますでしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Garlic Batter より</title>
		<link>http://detlog.org/2004/05/24/wordpress-12/comment-page-1/#comment-761</link>
		<dc:creator>Garlic Batter</dc:creator>
		<pubDate>Tue, 25 May 2004 14:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://detlog.org/?p=348#comment-761</guid>
		<description>&lt;strong&gt;WordPress1.2&lt;/strong&gt;
Naoさんの5/24のエントリーで知ったんですけど、WordPressがバージョンアップしたんですね。
私、ついこの間1.0.3をダウンロードしたばっかりで、WordPressの仕組みを完全には把握し切れていないので、しばらくはアップグレードは控えようと思ってます。
とはいえ、新機...</description>
		<content:encoded><![CDATA[<p><strong>WordPress1.2</strong><br />
Naoさんの5/24のエントリーで知ったんですけど、WordPressがバージョンアップしたんですね。<br />
私、ついこの間1.0.3をダウンロードしたばっかりで、WordPressの仕組みを完全には把握し切れていないので、しばらくはアップグレードは控えようと思ってます。<br />
とはいえ、新機&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
