<?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: WordPress Plugin Diversion</title>
	<atom:link href="http://www.crappycoding.com/2010/07/wordpress-plugin-diversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crappycoding.com/2010/07/wordpress-plugin-diversion/</link>
	<description>Spreading the Geek</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:00:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.crappycoding.com/2010/07/wordpress-plugin-diversion/comment-page-1/#comment-331</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 09 Nov 2010 16:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.crappycoding.com/?p=235#comment-331</guid>
		<description>As it stands now, any user with the manage_options capability can edit the log. Generally this would only be someone with the administrator role.  If you want to change this, open the .PHP code in the plugin and find this function...

    function VerifyWritePermissions()
    {
      if (!current_user_can(&#039;manage_options&#039;))
        die(&#039;Request Failed&#039;);
    }

Change manage_options to something less restrictive.  Here is a decent description of how current_user_can works: http://iface.wordpress.com/2006/03/06/current_user/

I haven&#039;t tested it, but it looks like edit_posts might be a good one to use here.</description>
		<content:encoded><![CDATA[<p>As it stands now, any user with the manage_options capability can edit the log. Generally this would only be someone with the administrator role.  If you want to change this, open the .PHP code in the plugin and find this function&#8230;</p>
<p>    function VerifyWritePermissions()<br />
    {<br />
      if (!current_user_can(&#8216;manage_options&#8217;))<br />
        die(&#8216;Request Failed&#8217;);<br />
    }</p>
<p>Change manage_options to something less restrictive.  Here is a decent description of how current_user_can works: <a href="http://iface.wordpress.com/2006/03/06/current_user/" rel="nofollow">http://iface.wordpress.com/2006/03/06/current_user/</a></p>
<p>I haven&#8217;t tested it, but it looks like edit_posts might be a good one to use here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.crappycoding.com/2010/07/wordpress-plugin-diversion/comment-page-1/#comment-330</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 09 Nov 2010 13:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.crappycoding.com/?p=235#comment-330</guid>
		<description>I had the same question as Ed... I actually sent the question to your other website. I&#039;ve got it working now. I was logged in as another user. Is there anyway to set it up to be edited by another user? Thanks!</description>
		<content:encoded><![CDATA[<p>I had the same question as Ed&#8230; I actually sent the question to your other website. I&#8217;ve got it working now. I was logged in as another user. Is there anyway to set it up to be edited by another user? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.crappycoding.com/2010/07/wordpress-plugin-diversion/comment-page-1/#comment-281</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 28 Jul 2010 23:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.crappycoding.com/?p=235#comment-281</guid>
		<description>You have to be logged in with administrator permissions to edit the log.  Once you have the log showing up in a page and you&#039;re logged in you&#039;ll see an &quot;edit log&quot; button.  Press that, then the &quot;new log entry&quot; button that appears.  All of the editing happens on the WordPress page where the log appears, not in the Admin area.</description>
		<content:encoded><![CDATA[<p>You have to be logged in with administrator permissions to edit the log.  Once you have the log showing up in a page and you&#8217;re logged in you&#8217;ll see an &#8220;edit log&#8221; button.  Press that, then the &#8220;new log entry&#8221; button that appears.  All of the editing happens on the WordPress page where the log appears, not in the Admin area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.crappycoding.com/2010/07/wordpress-plugin-diversion/comment-page-1/#comment-280</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 28 Jul 2010 23:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.crappycoding.com/?p=235#comment-280</guid>
		<description>Okay, I give up. How do you enter anything into the log?</description>
		<content:encoded><![CDATA[<p>Okay, I give up. How do you enter anything into the log?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

