<?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: Admin Links Widget</title>
	<atom:link href="http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/</link>
	<description>Technology and the Interweb for the Real World</description>
	<lastBuildDate>Fri, 29 Jan 2010 15:01:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mike</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-35643</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-35643</guid>
		<description>I have installed the plugins and when i go on Edit Post or Edit Page it doesnt know what post have to edit ot the page, it says 
&#039;You attempted to edit a page that doesn’t exist. Perhaps it was deleted?&#039;
And when editing a post it gets me to the Posts Page..
HELP!</description>
		<content:encoded><![CDATA[<p>I have installed the plugins and when i go on Edit Post or Edit Page it doesnt know what post have to edit ot the page, it says<br />
&#8216;You attempted to edit a page that doesn’t exist. Perhaps it was deleted?&#8217;<br />
And when editing a post it gets me to the Posts Page..<br />
HELP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-34716</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 28 Dec 2009 22:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-34716</guid>
		<description>Just what I have been looking for.  I know this is an old post but I hope this still works with newer versions of WP.</description>
		<content:encoded><![CDATA[<p>Just what I have been looking for.  I know this is an old post but I hope this still works with newer versions of WP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Berlin</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-28748</link>
		<dc:creator>Mr. Berlin</dc:creator>
		<pubDate>Wed, 01 Jul 2009 14:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-28748</guid>
		<description>cool plugin idea! So how I understand it is like the standard meta-widget, but only visible for the webmaster of the site. Cool</description>
		<content:encoded><![CDATA[<p>cool plugin idea! So how I understand it is like the standard meta-widget, but only visible for the webmaster of the site. Cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Linton</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-26928</link>
		<dc:creator>Anthony Linton</dc:creator>
		<pubDate>Wed, 27 May 2009 14:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-26928</guid>
		<description>Paul three posts above is correct, there&#039;s a problem with using user_level on PHP4. However...

User Levels (http://codex.wordpress.org/User_Levels) were replaced in WordPress 2.0 by Roles and Capabilities (http://codex.wordpress.org/Roles_and_Capabilities).

To avoid this known problem (http://core.trac.wordpress.org/ticket/8317)  simple change line 15 of the plugin from &quot;if ($user_level == 10)&quot; to &quot;if (current_user_can(&#039;manage_options&#039;))&quot;

Sara, if you want editors to have access too, change it to &quot;if (current_user_can(&#039;edit_post&#039;))&quot;.

Although this would bump the minimum wordpress version up to 2 from 1.5, I imagine it&#039;ll affect a fair number of people, as I&#039;m just doing a bog standard blog and it affected me.</description>
		<content:encoded><![CDATA[<p>Paul three posts above is correct, there&#8217;s a problem with using user_level on PHP4. However&#8230;</p>
<p>User Levels (<a href="http://codex.wordpress.org/User_Levels" rel="nofollow">http://codex.wordpress.org/User_Levels</a>) were replaced in WordPress 2.0 by Roles and Capabilities (<a href="http://codex.wordpress.org/Roles_and_Capabilities" rel="nofollow">http://codex.wordpress.org/Roles_and_Capabilities</a>).</p>
<p>To avoid this known problem (<a href="http://core.trac.wordpress.org/ticket/8317" rel="nofollow">http://core.trac.wordpress.org/ticket/8317</a>)  simple change line 15 of the plugin from &#8220;if ($user_level == 10)&#8221; to &#8220;if (current_user_can(&#8216;manage_options&#8217;))&#8221;</p>
<p>Sara, if you want editors to have access too, change it to &#8220;if (current_user_can(&#8216;edit_post&#8217;))&#8221;.</p>
<p>Although this would bump the minimum wordpress version up to 2 from 1.5, I imagine it&#8217;ll affect a fair number of people, as I&#8217;m just doing a bog standard blog and it affected me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sara</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-25405</link>
		<dc:creator>Sara</dc:creator>
		<pubDate>Wed, 29 Apr 2009 17:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-25405</guid>
		<description>Very nice plugin, I&#039;m using it with Wordpress 2.7 and it&#039;s working well for me when I log in as an administrator.

I am a web designer and the site I put it on, is one that the site&#039;s owner logs into as an Editor.  Frankly I think this would be a killer plugin in you could set it up so that Editors and Authors could see the appropriate Admin Links as well -- making it Administrator-Level only isn&#039;t so good for me.

So -- please add a function where Editors and Authors can see the widget&#039;s output as well.

Thanks!</description>
		<content:encoded><![CDATA[<p>Very nice plugin, I&#8217;m using it with Wordpress 2.7 and it&#8217;s working well for me when I log in as an administrator.</p>
<p>I am a web designer and the site I put it on, is one that the site&#8217;s owner logs into as an Editor.  Frankly I think this would be a killer plugin in you could set it up so that Editors and Authors could see the appropriate Admin Links as well &#8212; making it Administrator-Level only isn&#8217;t so good for me.</p>
<p>So &#8212; please add a function where Editors and Authors can see the widget&#8217;s output as well.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhimanyu</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-25343</link>
		<dc:creator>Abhimanyu</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-25343</guid>
		<description>So is the problem with 2.7.1 fixed ?</description>
		<content:encoded><![CDATA[<p>So is the problem with 2.7.1 fixed ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Woodard</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-24803</link>
		<dc:creator>Paul Woodard</dc:creator>
		<pubDate>Tue, 21 Apr 2009 12:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-24803</guid>
		<description>I found out the problem with this plugin. The user-level for admin is not created in the usermeta table when installing WordPress 2.7.1 using PHP 4.x - it does get created when installing using php 5.x. Simple fix is to create another user as an administrator. You can then login as that user, change the original admin to another role and back to administrator and the user level will be created in the usermeta table and everything works.</description>
		<content:encoded><![CDATA[<p>I found out the problem with this plugin. The user-level for admin is not created in the usermeta table when installing WordPress 2.7.1 using PHP 4.x &#8211; it does get created when installing using php 5.x. Simple fix is to create another user as an administrator. You can then login as that user, change the original admin to another role and back to administrator and the user level will be created in the usermeta table and everything works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShellMedia</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-24774</link>
		<dc:creator>ShellMedia</dc:creator>
		<pubDate>Mon, 20 Apr 2009 21:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-24774</guid>
		<description>I could have sworn I commented on this before. Regardless, this is a great idea. If you could take it one step further and allow admins to leave notes for one another somehow, that would be awesome. Is that possible?</description>
		<content:encoded><![CDATA[<p>I could have sworn I commented on this before. Regardless, this is a great idea. If you could take it one step further and allow admins to leave notes for one another somehow, that would be awesome. Is that possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Child</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-23859</link>
		<dc:creator>Jim Child</dc:creator>
		<pubDate>Fri, 10 Apr 2009 13:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-23859</guid>
		<description>One of my fellow Atahualpa Forum members, the awesome PaulaE, may have located the problem. The Admin Links plugin seems to assume (require) that WordPress is installed in the root. Paula and I both have WP installed in a subdirectory, but &quot;visible&quot; and running from the root.

Paula added the appropriate subdir &quot;/wpdir/&quot; for each of the plugin&#039;s options and seems to have it running on her site.

if (is_page() &amp;&amp; $show_editthispage) {
			  echo &#039;&lt;a href=&quot;&#039;.$blog_url.&#039;/wpdir/wp-admin/page.php?action=edit&amp;post=&#039;;
			  the_id();
			  echo &#039;&quot;&gt;Edit This Page&lt;/a&gt;&#039;;</description>
		<content:encoded><![CDATA[<p>One of my fellow Atahualpa Forum members, the awesome PaulaE, may have located the problem. The Admin Links plugin seems to assume (require) that WordPress is installed in the root. Paula and I both have WP installed in a subdirectory, but &#8220;visible&#8221; and running from the root.</p>
<p>Paula added the appropriate subdir &#8220;/wpdir/&#8221; for each of the plugin&#8217;s options and seems to have it running on her site.</p>
<p>if (is_page() &amp;&amp; $show_editthispage) {<br />
			  echo &#8216;<a href="'.$blog_url.'/wpdir/wp-admin/page.php?action=edit&amp;post=';<br />
			  the_id();<br />
			  echo '">Edit This Page</a>&#8216;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/comment-page-1/#comment-23742</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Wed, 08 Apr 2009 14:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/2007/08/14/wordpress-plugin-admin-links-widget/#comment-23742</guid>
		<description>@Jim: I&#039;m assuming that your other widgets are working correctly? I&#039;m not entirely sure what the problem would be. I&#039;ve tried the widget out on several different themes, and it&#039;s worked properly.

To make sure, I downloaded the latest version of your theme, and the latest version of the plugin (1.3.1) and tried it on a fresh install of WP 2.7.1 and it is indeed working correctly.

All I can suggest at this point is trying to enable/disable various combinations of sidebar widgets to see if one or more don&#039;t play nicely together.</description>
		<content:encoded><![CDATA[<p>@Jim: I&#8217;m assuming that your other widgets are working correctly? I&#8217;m not entirely sure what the problem would be. I&#8217;ve tried the widget out on several different themes, and it&#8217;s worked properly.</p>
<p>To make sure, I downloaded the latest version of your theme, and the latest version of the plugin (1.3.1) and tried it on a fresh install of WP 2.7.1 and it is indeed working correctly.</p>
<p>All I can suggest at this point is trying to enable/disable various combinations of sidebar widgets to see if one or more don&#8217;t play nicely together.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
