<?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>Comentários sobre: Level2Categories</title>
	<atom:link href="http://pirex.com.br/wordpress-plugins/level2categories/feed/" rel="self" type="application/rss+xml" />
	<link>http://pirex.com.br</link>
	<description></description>
	<lastBuildDate>Mon, 22 Feb 2010 17:13:40 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: vtxyzzy</title>
		<link>http://pirex.com.br/wordpress-plugins/level2categories/comment-page-1/#comment-89821</link>
		<dc:creator>vtxyzzy</dc:creator>
		<pubDate>Sun, 21 Feb 2010 01:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pirex.com.br/wordpress-plugins/level2categories/#comment-89821</guid>
		<description>This is ridiculous!  email me at m_a_mcdonald =at= bellsouth =dot= net, and I&#039;ll send you the code!</description>
		<content:encoded><![CDATA[<p>This is ridiculous!  email me at m_a_mcdonald =at= bellsouth =dot= net, and I&#8217;ll send you the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: vtxyzzy</title>
		<link>http://pirex.com.br/wordpress-plugins/level2categories/comment-page-1/#comment-89820</link>
		<dc:creator>vtxyzzy</dc:creator>
		<pubDate>Sun, 21 Feb 2010 01:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pirex.com.br/wordpress-plugins/level2categories/#comment-89820</guid>
		<description>Well, that didn&#039;t work too well!  I&#039;ll try again.

Change line 170 from this:

&#039;if ($user_level0; --$i) {
    if (current_user_can(&#039;level_&#039; . $i)) return $i;
  }
  return 0;
}
[/blockquote]`</description>
		<content:encoded><![CDATA[<p>Well, that didn&#8217;t work too well!  I&#8217;ll try again.</p>
<p>Change line 170 from this:</p>
<p>&#8216;if ($user_level0; &#8211;$i) {<br />
    if (current_user_can(&#8217;level_&#8217; . $i)) return $i;<br />
  }<br />
  return 0;<br />
}<br />
[/blockquote]`</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: vtxyzzy</title>
		<link>http://pirex.com.br/wordpress-plugins/level2categories/comment-page-1/#comment-89819</link>
		<dc:creator>vtxyzzy</dc:creator>
		<pubDate>Sun, 21 Feb 2010 01:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pirex.com.br/wordpress-plugins/level2categories/#comment-89819</guid>
		<description>I have this working in WP 2.8.6.  First, change line 170 from this:

[code]if ($user_level0; --$i) {
    if (current_user_can(&#039;level_&#039; . $i)) return $i;
  }
  return 0;
}
[/code]</description>
		<content:encoded><![CDATA[<p>I have this working in WP 2.8.6.  First, change line 170 from this:</p>
<p>[code]if ($user_level0; --$i) {<br />
    if (current_user_can('level_' . $i)) return $i;<br />
  }<br />
  return 0;<br />
}<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Kevin Kershaw</title>
		<link>http://pirex.com.br/wordpress-plugins/level2categories/comment-page-1/#comment-85715</link>
		<dc:creator>Kevin Kershaw</dc:creator>
		<pubDate>Tue, 15 Sep 2009 23:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pirex.com.br/wordpress-plugins/level2categories/#comment-85715</guid>
		<description>Re:  Cam (17:11:59) :

I tried this but now I am finding that people can only post if their level matches exactly that given in levels2categories, not if they are above that level? Are you noticing that behaviour by any chance or can anyone understand why this is happening?

Alas it seems like the only simple solution that existed is becoming outdated/incompatible, I&#039;m blown away it is so hard to bind/limit categories and roles in wordpress.</description>
		<content:encoded><![CDATA[<p>Re:  Cam (17:11:59) :</p>
<p>I tried this but now I am finding that people can only post if their level matches exactly that given in levels2categories, not if they are above that level? Are you noticing that behaviour by any chance or can anyone understand why this is happening?</p>
<p>Alas it seems like the only simple solution that existed is becoming outdated/incompatible, I&#8217;m blown away it is so hard to bind/limit categories and roles in wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Cam</title>
		<link>http://pirex.com.br/wordpress-plugins/level2categories/comment-page-1/#comment-83684</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Fri, 07 Aug 2009 20:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pirex.com.br/wordpress-plugins/level2categories/#comment-83684</guid>
		<description>I guess I should&#039;ve used the code tags. Let&#039;s try again. Line 170 from:
&lt;code&gt;if ($user_level&lt;$fetch[&#039;level&#039;]){&lt;/code&gt;
to:
&lt;code&gt;if (!current_user_can(&#039;level_&#039;.$fetch[&#039;level&#039;])){&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I guess I should&#8217;ve used the code tags. Let&#8217;s try again. Line 170 from:<br />
<code>if ($user_level&lt;$fetch['level']){</code><br />
to:<br />
<code>if (!current_user_can('level_'.$fetch['level'])){</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Cam</title>
		<link>http://pirex.com.br/wordpress-plugins/level2categories/comment-page-1/#comment-83683</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Fri, 07 Aug 2009 20:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pirex.com.br/wordpress-plugins/level2categories/#comment-83683</guid>
		<description>For those having trouble getting this to work in WP 2.8, here&#039;s what i did. Change line 170 from:

if ($user_level Edit screen.</description>
		<content:encoded><![CDATA[<p>For those having trouble getting this to work in WP 2.8, here&#8217;s what i did. Change line 170 from:</p>
<p>if ($user_level Edit screen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
