<?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/"
	>
<channel>
	<title>Comments on: New Plugin; Now I Can Upgrade to WordPress 2.0</title>
	<atom:link href="http://www.ilfilosofo.com/blog/2005/12/31/new-plugin-now-i-can-upgrade-to-wordpress-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilfilosofo.com/blog/2005/12/31/new-plugin-now-i-can-upgrade-to-wordpress-20/</link>
	<description>A blog about philosophy, Christianity, web development and whatever else I feel like writing about.</description>
	<pubDate>Sun,  7 Sep 2008 14:25:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-hemorrhage</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://www.ilfilosofo.com/blog/2005/12/31/new-plugin-now-i-can-upgrade-to-wordpress-20/#comment-326</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 02 Jan 2006 14:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=205#comment-326</guid>
		<description>That's fantastic, thank you very much for all of your help, and such quick replies. After a little more editing I've managed to sort it out to completely the way I want it. Your amazing plugin has turned out to be lovely and easily customizable. Thanks again. Expect a pingback shortly.</description>
		<content:encoded><![CDATA[<p>That&#8217;s fantastic, thank you very much for all of your help, and such quick replies. After a little more editing I&#8217;ve managed to sort it out to completely the way I want it. Your amazing plugin has turned out to be lovely and easily customizable. Thanks again. Expect a pingback shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogging Pro China &#187; Blog Archive &#187; WordPress Plugin: Filosofo Old-Style Upload</title>
		<link>http://www.ilfilosofo.com/blog/2005/12/31/new-plugin-now-i-can-upgrade-to-wordpress-20/#comment-321</link>
		<dc:creator>Blogging Pro China &#187; Blog Archive &#187; WordPress Plugin: Filosofo Old-Style Upload</dc:creator>
		<pubDate>Mon, 02 Jan 2006 04:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=205#comment-321</guid>
		<description>[...] ??Filosofo Old-Style Upload?wp2.0??Upload?????post?????????????????Upload?????  upload wordpress 2.0 ?? [...]</description>
		<content:encoded><![CDATA[<p>[...] ??Filosofo Old-Style Upload?wp2.0??Upload?????post?????????????????Upload?????  upload wordpress 2.0 ?? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filosofo</title>
		<link>http://www.ilfilosofo.com/blog/2005/12/31/new-plugin-now-i-can-upgrade-to-wordpress-20/#comment-319</link>
		<dc:creator>filosofo</dc:creator>
		<pubDate>Mon, 02 Jan 2006 02:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=205#comment-319</guid>
		<description>The problem is that "0" returns false when it's retrieved from the options table.  So, in addition to making the default "0" as you said ( &lt;code&gt;'fileupload_minlevel' =&gt; 0&lt;/code&gt;), comment out the following

&lt;code&gt;if ( !$this-&gt;get_settings('fileupload_minlevel') )
      die (__("You are not allowed to upload files"));
&lt;/code&gt;

like so:

&lt;code&gt;//if ( !$this-&gt;get_settings('fileupload_minlevel') )
//      die (__("You are not allowed to upload files"));
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The problem is that &#8220;0&#8243; returns false when it&#8217;s retrieved from the options table.  So, in addition to making the default &#8220;0&#8243; as you said ( <code>'fileupload_minlevel' => 0</code>), comment out the following</p>
<p><code>if ( !$this->get_settings('fileupload_minlevel') )<br />
      die (__(&#8221;You are not allowed to upload files&#8221;));<br />
</code></p>
<p>like so:</p>
<p><code>//if ( !$this->get_settings('fileupload_minlevel') )<br />
//      die (__(&#8221;You are not allowed to upload files&#8221;));<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ilfilosofo.com/blog/2005/12/31/new-plugin-now-i-can-upgrade-to-wordpress-20/#comment-318</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 02 Jan 2006 01:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=205#comment-318</guid>
		<description>Yes, I tried doing that and selected 0, but it goes straight back to 6 again. 

If you change that and:

	'fileupload_minlevel' =&#62; 6);
to
	'fileupload_minlevel' =&#62; 0);

It allows you to select 0 and keeps it. The "Upload" tab then appears for 0 level users. But if they click on it, it says "Sorry but you are not allowed to upload files".

Thanks for the help and such a fast reply.</description>
		<content:encoded><![CDATA[<p>Yes, I tried doing that and selected 0, but it goes straight back to 6 again. </p>
<p>If you change that and:</p>
<p>	&#8216;fileupload_minlevel&#8217; =&gt; 6);<br />
to<br />
	&#8216;fileupload_minlevel&#8217; =&gt; 0);</p>
<p>It allows you to select 0 and keeps it. The &#8220;Upload&#8221; tab then appears for 0 level users. But if they click on it, it says &#8220;Sorry but you are not allowed to upload files&#8221;.</p>
<p>Thanks for the help and such a fast reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filosofo</title>
		<link>http://www.ilfilosofo.com/blog/2005/12/31/new-plugin-now-i-can-upgrade-to-wordpress-20/#comment-317</link>
		<dc:creator>filosofo</dc:creator>
		<pubDate>Mon, 02 Jan 2006 01:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=205#comment-317</guid>
		<description>John, in the plugin code, find this text by doing a search:
&lt;code&gt;for ($i = 1; $i &#60; 11; $i++) {&lt;/code&gt;
and change it to
&lt;code&gt;for ($i = 0; $i &#60; 11; $i++) {&lt;/code&gt;
That should make Level "0" an option.</description>
		<content:encoded><![CDATA[<p>John, in the plugin code, find this text by doing a search:<br />
<code>for ($i = 1; $i &lt; 11; $i++) {</code><br />
and change it to<br />
<code>for ($i = 0; $i &lt; 11; $i++) {</code><br />
That should make Level &#8220;0&#8243; an option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ilfilosofo.com/blog/2005/12/31/new-plugin-now-i-can-upgrade-to-wordpress-20/#comment-316</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 02 Jan 2006 01:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=205#comment-316</guid>
		<description>This is a fantastic plugin, just what I was looking for. But theres one feature I really wish it had! I want to be able to let Level 0 users upload files as well! What changes can I make to do this?
 Apart from that its a wonderful plugin, I can make good use of it if Level 0 users can upload.</description>
		<content:encoded><![CDATA[<p>This is a fantastic plugin, just what I was looking for. But theres one feature I really wish it had! I want to be able to let Level 0 users upload files as well! What changes can I make to do this?<br />
 Apart from that its a wonderful plugin, I can make good use of it if Level 0 users can upload.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
