<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: HideThis v1.0  - Plugin for Wordpress</title>
	<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/</link>
	<description></description>
	<pubDate>Wed, 09 Jul 2008 02:49:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Mew</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-27</link>
		<author>Mew</author>
		<pubDate>Mon, 13 Mar 2006 05:12:57 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-27</guid>
					<description>You're awesome~ Thanks!</description>
		<content:encoded><![CDATA[<p>You&#8217;re awesome~ Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Will</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-28</link>
		<author>Will</author>
		<pubDate>Mon, 13 Mar 2006 06:15:00 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-28</guid>
					<description>Hey,

Nice idea, however it's not working for me with wp 1.5.2.

I added this to a post:

Logged In Users Only Should See This&lt;!--/hidethis--&gt;

But both logged in and not loged in users can NOT see it. :(

Well, just one request as well at the moment...

Perhaps you could add a quick tag in admin cp ?

Thanks,

Will</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Nice idea, however it&#8217;s not working for me with wp 1.5.2.</p>
<p>I added this to a post:</p>
<p>Logged In Users Only Should See This<!--/hidethis--></p>
<p>But both logged in and not loged in users can NOT see it. <img src='http://edwards.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Well, just one request as well at the moment&#8230;</p>
<p>Perhaps you could add a quick tag in admin cp ?</p>
<p>Thanks,</p>
<p>Will</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fred</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-32</link>
		<author>Fred</author>
		<pubDate>Mon, 13 Mar 2006 23:52:54 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-32</guid>
					<description>
Make sure you use the right syntax to wrap the hidden text. See the readme file for instructions. 

Due to the character encoding used in this blog my previously posted usage example was mangled so I had to remove it. 

If after you read the intructions you still have problems with it then please let me know.</description>
		<content:encoded><![CDATA[<p>Make sure you use the right syntax to wrap the hidden text. See the readme file for instructions. </p>
<p>Due to the character encoding used in this blog my previously posted usage example was mangled so I had to remove it. </p>
<p>If after you read the intructions you still have problems with it then please let me know.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Orlando</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-35</link>
		<author>Orlando</author>
		<pubDate>Tue, 14 Mar 2006 21:19:39 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-35</guid>
					<description>Same happens to me as Will up there, using WP 1.5.2.

&lt;b&gt;hidethis&lt;/b&gt; (of course, with de code stuff as in the readme text)
This text should only be read by resgistred readers.  
&lt;b&gt;/hidethis&lt;/b&gt;

Nobody can read it, not even the main admin... :~((</description>
		<content:encoded><![CDATA[<p>Same happens to me as Will up there, using WP 1.5.2.</p>
<p><b>hidethis</b> (of course, with de code stuff as in the readme text)<br />
This text should only be read by resgistred readers.<br />
<b>/hidethis</b></p>
<p>Nobody can read it, not even the main admin&#8230; :~((</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Orlando</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-36</link>
		<author>Orlando</author>
		<pubDate>Tue, 14 Mar 2006 21:36:06 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-36</guid>
					<description>It works perfectly in another weblog of mine using WP 2.0.1 (http://www.sinais.letrascomgarfos.net/)</description>
		<content:encoded><![CDATA[<p>It works perfectly in another weblog of mine using WP 2.0.1 (http://www.sinais.letrascomgarfos.net/)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fred</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-37</link>
		<author>Fred</author>
		<pubDate>Tue, 14 Mar 2006 21:44:11 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-37</guid>
					<description>Hi Orlando, do a test for me on WP 1.5.x (I don't have a copy installed to test with).  Open the plugin PHP source code file and change this: 

if ($current_user-&gt;id == 0) {

To this : 

echo 'WP ver: [' . $wp_version . '] ';
echo 'IDs: [' . $current_user-&gt;id .  ' -- ' .  $current_user-&gt;ID . ']';
if ($current_user-&gt;id == 0) {

Then try the plugin with a post again and look at the post on your blog. You should see something like this somewhere in your post: 

WP ver: [1.5.2] IDs [ 1 - 1 ] 

Could be different numbers, but that's basically what to look for. Post your results here and maybe I can change the plugin based on your results.</description>
		<content:encoded><![CDATA[<p>Hi Orlando, do a test for me on WP 1.5.x (I don&#8217;t have a copy installed to test with).  Open the plugin PHP source code file and change this: </p>
<p>if ($current_user->id == 0) {</p>
<p>To this : </p>
<p>echo &#8216;WP ver: [&#8217; . $wp_version . &#8216;] &#8216;;<br />
echo &#8216;IDs: [&#8217; . $current_user->id .  &#8216; &#8212; &#8216; .  $current_user->ID . &#8216;]&#8217;;<br />
if ($current_user->id == 0) {</p>
<p>Then try the plugin with a post again and look at the post on your blog. You should see something like this somewhere in your post: </p>
<p>WP ver: [1.5.2] IDs [ 1 - 1 ] </p>
<p>Could be different numbers, but that&#8217;s basically what to look for. Post your results here and maybe I can change the plugin based on your results.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Orlando</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-38</link>
		<author>Orlando</author>
		<pubDate>Tue, 14 Mar 2006 21:59:38 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-38</guid>
					<description>Thks Fred. I followed strictly yr instructions.

I'm afraid I got a funny echo response:

WP ver: [] IDs: [ -- ]

But I can assure that the WP version is 1.5.2.

Thks.</description>
		<content:encoded><![CDATA[<p>Thks Fred. I followed strictly yr instructions.</p>
<p>I&#8217;m afraid I got a funny echo response:</p>
<p>WP ver: [] IDs: [ &#8212; ]</p>
<p>But I can assure that the WP version is 1.5.2.</p>
<p>Thks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fred</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-39</link>
		<author>Fred</author>
		<pubDate>Tue, 14 Mar 2006 22:07:16 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-39</guid>
					<description>Thanks for you help Orlando, I'll download a copy of WP 1.5.x and do some tests and post my results, hopefully in the next 24 hours.</description>
		<content:encoded><![CDATA[<p>Thanks for you help Orlando, I&#8217;ll download a copy of WP 1.5.x and do some tests and post my results, hopefully in the next 24 hours.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fred</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-40</link>
		<author>Fred</author>
		<pubDate>Tue, 14 Mar 2006 22:37:36 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-40</guid>
					<description>I released a new version, v1.0.1, that is fixed to work with Wordpress 1.5.x and possibly earlier versions of Wordpress too ;-)</description>
		<content:encoded><![CDATA[<p>I released a new version, v1.0.1, that is fixed to work with Wordpress 1.5.x and possibly earlier versions of Wordpress too <img src='http://edwards.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Orlando</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-41</link>
		<author>Orlando</author>
		<pubDate>Tue, 14 Mar 2006 22:44:29 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-41</guid>
					<description>Perfect! Works fine with WP 1.5.2!</description>
		<content:encoded><![CDATA[<p>Perfect! Works fine with WP 1.5.2!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Will</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-45</link>
		<author>Will</author>
		<pubDate>Wed, 15 Mar 2006 07:51:33 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-45</guid>
					<description>Hello,

Nice one! Works great now.

Thanks again,

Will

PS: You forgot to update version number in the file. ;)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Nice one! Works great now.</p>
<p>Thanks again,</p>
<p>Will</p>
<p>PS: You forgot to update version number in the file. <img src='http://edwards.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Will</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-46</link>
		<author>Will</author>
		<pubDate>Wed, 15 Mar 2006 07:56:39 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-46</guid>
					<description>Hey,

Sorry, forgot one other thing.

It creates a blank line before the text, is there anyway to stop it from creating the blank line?

Thanks,

Will</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Sorry, forgot one other thing.</p>
<p>It creates a blank line before the text, is there anyway to stop it from creating the blank line?</p>
<p>Thanks,</p>
<p>Will</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fred</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-48</link>
		<author>Fred</author>
		<pubDate>Wed, 15 Mar 2006 17:34:30 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-48</guid>
					<description>&lt;blockquote&gt;It creates a blank line before the text, is there anyway to stop it from creating the blank line?&lt;/blockquote&gt;

Try changing the way you format the post. You can maybe put the beginning wrapper tag &lt;code&gt;&lt; ! --hidethis--&gt;&lt;/code&gt; for the paragraph(s) you want to hide on the same line as the preceding paragraph, then manually insert a paragraph break &lt;code&gt;&lt; p &gt;&lt;/code&gt; after the opening wrapper tag. Then write your hidden text, insert a close paragraph tag &lt;code&gt;&lt; /p &gt;&lt;/code&gt; and then the closing wrapper tag, which is, as you know, this:  &lt;code&gt;&lt; ! --/hidethis-- &gt;

Note that I had to insert spaces in those tags in order to get them to show up in this comment reply. In reality you don't use spaces when using the plugin. 

&lt;blockquote&gt;You forgot to update version number in the file.&lt;/blockquote&gt;

Fixed, thanks.&lt;/code&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>It creates a blank line before the text, is there anyway to stop it from creating the blank line?</p></blockquote>
<p>Try changing the way you format the post. You can maybe put the beginning wrapper tag <code>< ! --hidethis--></code> for the paragraph(s) you want to hide on the same line as the preceding paragraph, then manually insert a paragraph break <code>< p ></code> after the opening wrapper tag. Then write your hidden text, insert a close paragraph tag <code>< /p ></code> and then the closing wrapper tag, which is, as you know, this:  <code>< ! --/hidethis-- ></p>
<p>Note that I had to insert spaces in those tags in order to get them to show up in this comment reply. In reality you don&#8217;t use spaces when using the plugin. </p>
<blockquote><p>You forgot to update version number in the file.</p></blockquote>
<p>Fixed, thanks.</code></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Rocky2889</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-55</link>
		<author>Rocky2889</author>
		<pubDate>Sun, 19 Mar 2006 00:26:28 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-55</guid>
					<description>I like to make a request for an option that on the hidden area that show password box with wording something like this "Please enter password to see the hidden entry" Which is almost similar to the WP default password protect post but this one allow curious one read to see part of the post with password.</description>
		<content:encoded><![CDATA[<p>I like to make a request for an option that on the hidden area that show password box with wording something like this &#8220;Please enter password to see the hidden entry&#8221; Which is almost similar to the WP default password protect post but this one allow curious one read to see part of the post with password.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Will</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-56</link>
		<author>Will</author>
		<pubDate>Sun, 19 Mar 2006 07:30:55 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-56</guid>
					<description>Thanks buddy. :)</description>
		<content:encoded><![CDATA[<p>Thanks buddy. <img src='http://edwards.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mew</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-70</link>
		<author>Mew</author>
		<pubDate>Sat, 01 Apr 2006 01:07:50 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-70</guid>
					<description>Hey. I finally got around to installing this and so far it's not working. I've wrapped the content with the correct tags but the content within the tags are still visible to users who are not logged in. I'm using WP 2.0.2. Any ideas?

If you want to check it, my site is http://as.crosswithyou.net The two torrent links in the post should be hidden. You can see the tags if you view source.

PS What's up with your site? It's like it's spazzing out whenever a page is loaded. I have to press Esc to make it stop.</description>
		<content:encoded><![CDATA[<p>Hey. I finally got around to installing this and so far it&#8217;s not working. I&#8217;ve wrapped the content with the correct tags but the content within the tags are still visible to users who are not logged in. I&#8217;m using WP 2.0.2. Any ideas?</p>
<p>If you want to check it, my site is <a href="http://as.crosswithyou.net" rel="nofollow">http://as.crosswithyou.net</a> The two torrent links in the post should be hidden. You can see the tags if you view source.</p>
<p>PS What&#8217;s up with your site? It&#8217;s like it&#8217;s spazzing out whenever a page is loaded. I have to press Esc to make it stop.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aleister</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-71</link>
		<author>Aleister</author>
		<pubDate>Sun, 02 Apr 2006 03:31:58 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-71</guid>
					<description>This plugin works fine with WordPress 2.x.

The problem is that in the plugin's description on the plugin page, the code you surround your data in is not displayed properly. At least not in WP 2.x.

It shows a single dash where two dashes should be. The readme file shows it as two dashes ;)

Just make sure you use two dashes, and it will work.</description>
		<content:encoded><![CDATA[<p>This plugin works fine with WordPress 2.x.</p>
<p>The problem is that in the plugin&#8217;s description on the plugin page, the code you surround your data in is not displayed properly. At least not in WP 2.x.</p>
<p>It shows a single dash where two dashes should be. The readme file shows it as two dashes <img src='http://edwards.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Just make sure you use two dashes, and it will work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mew</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-72</link>
		<author>Mew</author>
		<pubDate>Sun, 02 Apr 2006 04:30:44 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-72</guid>
					<description>Yes, I did notice that, and I /am/ using two dashes. It's still not working for me. =(</description>
		<content:encoded><![CDATA[<p>Yes, I did notice that, and I /am/ using two dashes. It&#8217;s still not working for me. =(</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Someonesexgf</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-74</link>
		<author>Someonesexgf</author>
		<pubDate>Mon, 03 Apr 2006 06:13:02 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-74</guid>
					<description>A password box above or beneath the protected area would be a great addition.</description>
		<content:encoded><![CDATA[<p>A password box above or beneath the protected area would be a great addition.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dave</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-84</link>
		<author>Dave</author>
		<pubDate>Mon, 17 Apr 2006 02:09:30 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-84</guid>
					<description>I've adapted the code slightly into more of a 'showthis' plugin. It now only shows the message only if you are a non-registered viewer (public). However, I've noticed that this only works within the post, using the the_content Plugin API filter.

However, I want to use this functionality in the sidebar. That way, I can tell the public that there is more to be seen, and they can see it if they register, without bothering my registered users with this - to them - irrelevant information. 

I couldn't find any other relevant filters though, so my question is whether you know of a way to do this?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve adapted the code slightly into more of a &#8217;showthis&#8217; plugin. It now only shows the message only if you are a non-registered viewer (public). However, I&#8217;ve noticed that this only works within the post, using the the_content Plugin API filter.</p>
<p>However, I want to use this functionality in the sidebar. That way, I can tell the public that there is more to be seen, and they can see it if they register, without bothering my registered users with this - to them - irrelevant information. </p>
<p>I couldn&#8217;t find any other relevant filters though, so my question is whether you know of a way to do this?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mew</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-85</link>
		<author>Mew</author>
		<pubDate>Mon, 17 Apr 2006 03:54:38 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-85</guid>
					<description>(Just wanted to say I don't know what I did but the plugin works now. Thanks!)</description>
		<content:encoded><![CDATA[<p>(Just wanted to say I don&#8217;t know what I did but the plugin works now. Thanks!)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Militantplatypus</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-88</link>
		<author>Militantplatypus</author>
		<pubDate>Tue, 25 Apr 2006 21:17:39 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-88</guid>
					<description>I just grabbed this code, and I am using it with great success on my blog.  I added to it, so that it shows an image that lets readers know they are missing something, and then takes the image away when they are logged in.

Basically, I copied the existing function, and reversed it.  So it works out like this:

   for non-logged in users

   for logged in users

If anyone wants the code, drop me a comment on my blog.</description>
		<content:encoded><![CDATA[<p>I just grabbed this code, and I am using it with great success on my blog.  I added to it, so that it shows an image that lets readers know they are missing something, and then takes the image away when they are logged in.</p>
<p>Basically, I copied the existing function, and reversed it.  So it works out like this:</p>
<p>   for non-logged in users</p>
<p>   for logged in users</p>
<p>If anyone wants the code, drop me a comment on my blog.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jason</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-91</link>
		<author>Jason</author>
		<pubDate>Wed, 26 Apr 2006 00:54:21 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-91</guid>
					<description>I am using version 2 of WordPress and this is not working for me. I am trying to hide all categories and stuff on the sidebar unless you are logged in. I already disable posts from showing unless you are logged in. Check my site and see if you can help me.

http://blog.direplenish.com</description>
		<content:encoded><![CDATA[<p>I am using version 2 of WordPress and this is not working for me. I am trying to hide all categories and stuff on the sidebar unless you are logged in. I already disable posts from showing unless you are logged in. Check my site and see if you can help me.</p>
<p><a href="http://blog.direplenish.com" rel="nofollow">http://blog.direplenish.com</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Evan</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-357</link>
		<author>Evan</author>
		<pubDate>Thu, 25 May 2006 16:40:41 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-357</guid>
					<description>Hidethis works great but does it prevent google from indexing the hidden content?  If so, does anyone know how to let the google indexer around the login restriction so it can index the content?</description>
		<content:encoded><![CDATA[<p>Hidethis works great but does it prevent google from indexing the hidden content?  If so, does anyone know how to let the google indexer around the login restriction so it can index the content?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: PurpleRain</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-380</link>
		<author>PurpleRain</author>
		<pubDate>Wed, 07 Jun 2006 11:00:55 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-380</guid>
					<description>This is the one i appreciate. Where is the file? I cannot download</description>
		<content:encoded><![CDATA[<p>This is the one i appreciate. Where is the file? I cannot download</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Lyn</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-549</link>
		<author>Lyn</author>
		<pubDate>Sun, 17 Sep 2006 03:31:04 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-549</guid>
					<description>This seems like just the plugin I needed, but I can't download it. Someone fix it, please?</description>
		<content:encoded><![CDATA[<p>This seems like just the plugin I needed, but I can&#8217;t download it. Someone fix it, please?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: GrafZahl</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-625</link>
		<author>GrafZahl</author>
		<pubDate>Thu, 19 Oct 2006 23:36:17 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-625</guid>
					<description>A plugin I long was looking for. </description>
		<content:encoded><![CDATA[<p>A plugin I long was looking for.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Militantplaypus</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-638</link>
		<author>Militantplaypus</author>
		<pubDate>Mon, 30 Oct 2006 17:53:11 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-638</guid>
					<description>I have the modified version of this plugin still available, and it works with wp2.0x

If you are interested, please visit my site, I have posted a link to it in the side bar under 'Other Stuff'</description>
		<content:encoded><![CDATA[<p>I have the modified version of this plugin still available, and it works with wp2.0x</p>
<p>If you are interested, please visit my site, I have posted a link to it in the side bar under &#8216;Other Stuff&#8217;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fred</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-639</link>
		<author>Fred</author>
		<pubDate>Mon, 30 Oct 2006 18:08:49 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-639</guid>
					<description>EVERYONE IS STRONGLY ADVISE TO NOT DOWNLOAD MY CODE FROM UNKNOWN THIRD-PARTIES.  YOU RUN THE RISK OF SERIOUS SECUIRTY VIOLATIONS.  YOU'VE BEEN WARNED. 

Also note, no one is authorize to provide download links for my code.</description>
		<content:encoded><![CDATA[<p>EVERYONE IS STRONGLY ADVISE TO NOT DOWNLOAD MY CODE FROM UNKNOWN THIRD-PARTIES.  YOU RUN THE RISK OF SERIOUS SECUIRTY VIOLATIONS.  YOU&#8217;VE BEEN WARNED. </p>
<p>Also note, no one is authorize to provide download links for my code.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andrea</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-640</link>
		<author>Andrea</author>
		<pubDate>Mon, 30 Oct 2006 18:51:12 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-640</guid>
					<description>Hi,

I'd like to modify this code (with no necessary skills, and rights...ehehe)  to edit this hiding options trough the admin panel for all my users....any ideas???

tks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;d like to modify this code (with no necessary skills, and rights&#8230;ehehe)  to edit this hiding options trough the admin panel for all my users&#8230;.any ideas???</p>
<p>tks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fred</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-641</link>
		<author>Fred</author>
		<pubDate>Mon, 30 Oct 2006 18:58:50 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-641</guid>
					<description>Hi Andrea, 

I'm sure I understand what you mean precisely. You want to be able to manage the plugin settings via the admin panel -- seems clear enough. what do you mean by saying "for all my users" ?</description>
		<content:encoded><![CDATA[<p>Hi Andrea, </p>
<p>I&#8217;m sure I understand what you mean precisely. You want to be able to manage the plugin settings via the admin panel &#8212; seems clear enough. what do you mean by saying &#8220;for all my users&#8221; ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Semih</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-647</link>
		<author>Semih</author>
		<pubDate>Fri, 03 Nov 2006 20:59:17 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-647</guid>
					<description>Hi,

I want to hide some part(download link) in a post even people logged in and after the image code, which is next to the hidden link, entering on textbox it will be seen.

is there any script like that?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to hide some part(download link) in a post even people logged in and after the image code, which is next to the hidden link, entering on textbox it will be seen.</p>
<p>is there any script like that?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: 00schmidt.com</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-831</link>
		<author>00schmidt.com</author>
		<pubDate>Tue, 21 Nov 2006 16:51:26 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-831</guid>
					<description>Is it allowed to create another Plugin influenced by HideThis which does the same with some improvements? 

This one you might assume a name like HideIt would also hide multiple sections within one post. It would not leave the ending tag within the stripped content and it would provide a configurable Tag to replace the hidden content. The code is completely new.

Your name would certainly appear within the credits. Let me know, if that is ok?</description>
		<content:encoded><![CDATA[<p>Is it allowed to create another Plugin influenced by HideThis which does the same with some improvements? </p>
<p>This one you might assume a name like HideIt would also hide multiple sections within one post. It would not leave the ending tag within the stripped content and it would provide a configurable Tag to replace the hidden content. The code is completely new.</p>
<p>Your name would certainly appear within the credits. Let me know, if that is ok?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: vlp</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-971</link>
		<author>vlp</author>
		<pubDate>Tue, 05 Dec 2006 21:52:50 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-971</guid>
					<description>This plugin - great idea, but I still cannot get it to work. I copied tags from readme file but still see the content.
I use WP 2.0.5

Any ideas what could be wrong?</description>
		<content:encoded><![CDATA[<p>This plugin - great idea, but I still cannot get it to work. I copied tags from readme file but still see the content.<br />
I use WP 2.0.5</p>
<p>Any ideas what could be wrong?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: WP Plugins DB &#187; Plugin Details &#187; HideThis</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-3783</link>
		<author>WP Plugins DB &#187; Plugin Details &#187; HideThis</author>
		<pubDate>Sat, 26 May 2007 11:19:35 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-3783</guid>
					<description>[...] Visit [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Visit [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: The-A-TEAM &#187; Changing things again</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-4329</link>
		<author>The-A-TEAM &#187; Changing things again</author>
		<pubDate>Fri, 15 Jun 2007 15:44:45 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-4329</guid>
					<description>[...] I disabled the WebPurify plugin, it was messing up the syntax of my comment text. I replaced my capcha plugin with Did You Pass Math? I also ironed out some theme bugs that had been bothering me. The new privacy plugin I installed is Hide This. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I disabled the WebPurify plugin, it was messing up the syntax of my comment text. I replaced my capcha plugin with Did You Pass Math? I also ironed out some theme bugs that had been bothering me. The new privacy plugin I installed is Hide This. [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: An Idea For Amember + Wordpress &#124; Automate Your Business</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-7512</link>
		<author>An Idea For Amember + Wordpress &#124; Automate Your Business</author>
		<pubDate>Tue, 18 Sep 2007 14:58:24 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-7512</guid>
					<description>[...] There&#8217;s a wordpress plugin (Hide This) which allows unregistered users to read the post summary, but not the full [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] There&#8217;s a wordpress plugin (Hide This) which allows unregistered users to read the post summary, but not the full [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: hidethis info</title>
		<link>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-13819</link>
		<author>hidethis info</author>
		<pubDate>Thu, 24 Apr 2008 00:05:24 +0000</pubDate>
		<guid>http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/#comment-13819</guid>
					<description>[...] to use it ?? it??s really simple. ... Pingback from WP Plugins DB ? Plugin Details ? hidethis - ...http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/?????????? HideThis ?? MasterBootRecord.de - Matthias Zirngibl - HideThis Remote Control [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] to use it ?? it??s really simple. &#8230; Pingback from WP Plugins DB ? Plugin Details ? hidethis - &#8230;http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress/?????????? HideThis ?? MasterBootRecord.de - Matthias Zirngibl - HideThis Remote Control [&#8230;]</p>
]]></content:encoded>
				</item>
</channel>
</rss>
