<?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: WP Admin Quicklinks Plugin</title> <atom:link href="http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/feed/" rel="self" type="application/rss+xml" /><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/</link> <description>Making Pixels Look Good Since 1999</description> <lastBuildDate>Fri, 27 Aug 2010 10:43:05 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Rich</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-156</link> <dc:creator>Rich</dc:creator> <pubDate>Thu, 22 Jul 2010 15:58:10 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-156</guid> <description>Not a bad idea. If I ever get round to updating it I&#039;ll give it a bit more functionality. Cheers Rob!</description> <content:encoded><![CDATA[<p>Not a bad idea. If I ever get round to updating it I&#8217;ll give it a bit more functionality. Cheers Rob!</p> ]]></content:encoded> </item> <item><title>By: Rob</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-155</link> <dc:creator>Rob</dc:creator> <pubDate>Sun, 04 Jul 2010 18:37:45 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-155</guid> <description>Oh, such a cool plugin.  Is there any way to make it still present in a  demoted fashion when logged out?  I prefer not to use the Meta widget in my theme, because I find it distracting to my content.It would be nice to have the wp-admin/-login links in a non-distracting fashion like your plugin, to allow quick login.Just a suggestion.</description> <content:encoded><![CDATA[<p>Oh, such a cool plugin.  Is there any way to make it still present in a  demoted fashion when logged out?  I prefer not to use the Meta widget in my theme, because I find it distracting to my content.</p><p>It would be nice to have the wp-admin/-login links in a non-distracting fashion like your plugin, to allow quick login.</p><p>Just a suggestion.</p> ]]></content:encoded> </item> <item><title>By: Revuegtr</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-154</link> <dc:creator>Revuegtr</dc:creator> <pubDate>Wed, 17 Mar 2010 18:18:13 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-154</guid> <description>Yo YO! Thiz plugin izz awzzum!!! thankZ for sharinG! :)</description> <content:encoded><![CDATA[<p>Yo YO! Thiz plugin izz awzzum!!! thankZ for sharinG! <img src='http://www.richardhinchcliffe.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Zeaks</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-114</link> <dc:creator>Zeaks</dc:creator> <pubDate>Sat, 05 Dec 2009 04:08:56 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-114</guid> <description>Love this plugin, it&#039;s exactly what I needed for my site. The other plugins took up too much room on my narrow theme and this fits into it perfectly. I was wondering how I can get it to show for regular users, to show a link to their dashboard or whatever functions they should be able to access by going to their section normally.</description> <content:encoded><![CDATA[<p>Love this plugin, it&#8217;s exactly what I needed for my site. The other plugins took up too much room on my narrow theme and this fits into it perfectly. I was wondering how I can get it to show for regular users, to show a link to their dashboard or whatever functions they should be able to access by going to their section normally.</p> ]]></content:encoded> </item> <item><title>By: Rich</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-113</link> <dc:creator>Rich</dc:creator> <pubDate>Fri, 23 Oct 2009 21:57:44 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-113</guid> <description>Hi Alexa. Try this - open up &lt;strong&gt;wp-admin-quicklinks.php&lt;/strong&gt; and look for the line that says...&lt;code&gt;if( current_user_can(&#039;level_10&#039;) ) :&lt;/code&gt;change the level there to &lt;strong&gt;level_7&lt;/strong&gt;, which as far as I can tell will allow editors to see the Quicklinks menu. (&lt;a href=&quot;http://codex.wordpress.org/Roles_and_Capabilities#Editor_Role&quot; rel=&quot;nofollow&quot;&gt;Roles_and_Capabilities on the WordPress codex&lt;/a&gt;)Then find...&lt;code&gt;&lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo(&#039;wpurl&#039;); ?&gt;/wp-admin/plugins.php&quot; title=&quot;View all your plugins&quot;&gt;Plugins&lt;/a&gt;&lt;/li&gt;&lt;/code&gt;and change that to...&lt;code&gt;&lt;?php if( current_user_can(&#039;level_10&#039;) ) : ?&gt; &lt;br /&gt; &lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo(&#039;wpurl&#039;); ?&gt;/wp-admin/plugins.php&quot; title=&quot;View all your plugins&quot;&gt;Plugins&lt;/a&gt;&lt;/li&gt; &lt;br /&gt; &lt;?php endif; ?&gt;&lt;/code&gt;which should mean that  will only show if you have level_10 access, i.e. you&#039;re an Admin user.Let me know if that works!</description> <content:encoded><![CDATA[<p>Hi Alexa. Try this &#8211; open up <strong>wp-admin-quicklinks.php</strong> and look for the line that says&#8230;</p><p><code>if( current_user_can('level_10') ) :</code></p><p>change the level there to <strong>level_7</strong>, which as far as I can tell will allow editors to see the Quicklinks menu. (<a href="http://codex.wordpress.org/Roles_and_Capabilities#Editor_Role" rel="nofollow">Roles_and_Capabilities on the WordPress codex</a>)</p><p>Then find&#8230;</p><p><code>&lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo('wpurl'); ?&gt;/wp-admin/plugins.php&quot; title=&quot;View all your plugins&quot;&gt;Plugins&lt;/a&gt;&lt;/li&gt;</code></p><p>and change that to&#8230;</p><p><code>&lt;?php if( current_user_can('level_10') ) : ?&gt; <br /> &lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo('wpurl'); ?&gt;/wp-admin/plugins.php&quot; title=&quot;View all your plugins&quot;&gt;Plugins&lt;/a&gt;&lt;/li&gt; <br /> &lt;?php endif; ?&gt;</code></p><p>which should mean that  will only show if you have level_10 access, i.e. you&#8217;re an Admin user.</p><p>Let me know if that works!</p> ]]></content:encoded> </item> <item><title>By: Alexa</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-112</link> <dc:creator>Alexa</dc:creator> <pubDate>Fri, 16 Oct 2009 22:13:30 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-112</guid> <description>Hi there - This is exactly what I need but is there anyway to have it have role levels?  Only me (the administrator) needs the Plugins link but all my editors need all the others.  It would be perfect if I could have one for the different roles - or duplicate it somehow? Any ideas?  Thx!</description> <content:encoded><![CDATA[<p>Hi there -<br /> This is exactly what I need but is there anyway to have it have role levels?  Only me (the administrator) needs the Plugins link but all my editors need all the others.  It would be perfect if I could have one for the different roles &#8211; or duplicate it somehow?<br /> Any ideas?  Thx!</p> ]]></content:encoded> </item> <item><title>By: Lisa Marie Mary</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-111</link> <dc:creator>Lisa Marie Mary</dc:creator> <pubDate>Thu, 20 Aug 2009 14:08:24 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-111</guid> <description>I &lt;i&gt;just&lt;/i&gt; downloaded this plugin and I&#039;m &lt;i&gt;so&lt;/i&gt; happy to have found it!! Although I&#039;ve wanted one similar, I&#039;ve delayed just because of the big black bar across the top.  This is &lt;i&gt;exactly&lt;/i&gt; what I wanted! Thank you! :)</description> <content:encoded><![CDATA[<p>I <i>just</i> downloaded this plugin and I&#8217;m <i>so</i> happy to have found it!! Although I&#8217;ve wanted one similar, I&#8217;ve delayed just because of the big black bar across the top.  This is <i>exactly</i> what I wanted! Thank you! <img src='http://www.richardhinchcliffe.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Mert Can</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-110</link> <dc:creator>Mert Can</dc:creator> <pubDate>Mon, 23 Mar 2009 21:14:14 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-110</guid> <description>Thanks, really great idea ;) And also i agree with you. Better than other bars.</description> <content:encoded><![CDATA[<p>Thanks, really great idea <img src='http://www.richardhinchcliffe.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br /> And also i agree with you.<br /> Better than other bars.</p> ]]></content:encoded> </item> <item><title>By: WordPress Plugin Releases for 01/09 &#124; Perfect Blogging Tools</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-109</link> <dc:creator>WordPress Plugin Releases for 01/09 &#124; Perfect Blogging Tools</dc:creator> <pubDate>Mon, 26 Jan 2009 05:10:24 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-109</guid> <description>[...] WP-Admin Quick Links [...]</description> <content:encoded><![CDATA[<p>[...] WP-Admin Quick Links [...]</p> ]]></content:encoded> </item> <item><title>By: WordPress Plugin Releases for 01/09 &#124; Blogging Money Step</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-108</link> <dc:creator>WordPress Plugin Releases for 01/09 &#124; Blogging Money Step</dc:creator> <pubDate>Mon, 26 Jan 2009 05:04:35 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-108</guid> <description>[...] WP-Admin Quick Links [...]</description> <content:encoded><![CDATA[<p>[...] WP-Admin Quick Links [...]</p> ]]></content:encoded> </item> <item><title>By: Wizreport &#187; WordPress Plugin Releases for 01/09</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-107</link> <dc:creator>Wizreport &#187; WordPress Plugin Releases for 01/09</dc:creator> <pubDate>Tue, 20 Jan 2009 00:34:13 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-107</guid> <description>[...] WP-Admin Quick Links [...]</description> <content:encoded><![CDATA[<p>[...] WP-Admin Quick Links [...]</p> ]]></content:encoded> </item> <item><title>By: 管理者だけに見える管理画面ログインリンクが便利でスッキリなWordPress　プラグイン - WordPress SEO Template</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-106</link> <dc:creator>管理者だけに見える管理画面ログインリンクが便利でスッキリなWordPress　プラグイン - WordPress SEO Template</dc:creator> <pubDate>Sun, 18 Jan 2009 05:27:47 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-106</guid> <description>[...] WordPress Plugin: WP Admin Quicklinks - an intelligent, unobtrusive admin panel &#124; The TMRW&#8482; Bl... [...]</description> <content:encoded><![CDATA[<p>[...] WordPress Plugin: WP Admin Quicklinks &#8211; an intelligent, unobtrusive admin panel | The TMRW&#8482; Bl&#8230; [...]</p> ]]></content:encoded> </item> <item><title>By: 10 nya WordPress Plugin v02-09 &#124; ZtrixQ.se</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-105</link> <dc:creator>10 nya WordPress Plugin v02-09 &#124; ZtrixQ.se</dc:creator> <pubDate>Sun, 11 Jan 2009 09:06:30 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-105</guid> <description>[...] WP Admin Quicklinks WP Admin Quicklinks lägger till en liten adminpanel i WordPress uppe högra hörnan när du är inloggad. Där finns det användbara genvägar för snabbare åtkomst till: Edit this Post/Page, Add new Post, Dashboard, Posts, Pages, Plugins och Log out. Menyn blir nästan transparant när det inte används, men för markören över och menyn framträder.Nu kan man fråga sig om man verkligen behöver detta plugin! En del tycker säkert detta är ett bra sätt för att få snabbare åtkomst till saker och ting, inklusive mig själv..För mer information och demobilder klicka här. [...]</description> <content:encoded><![CDATA[<p>[...] WP Admin Quicklinks WP Admin Quicklinks lägger till en liten adminpanel i WordPress uppe högra hörnan när du är inloggad. Där finns det användbara genvägar för snabbare åtkomst till: Edit this Post/Page, Add new Post, Dashboard, Posts, Pages, Plugins och Log out. Menyn blir nästan transparant när det inte används, men för markören över och menyn framträder.Nu kan man fråga sig om man verkligen behöver detta plugin! En del tycker säkert detta är ett bra sätt för att få snabbare åtkomst till saker och ting, inklusive mig själv..För mer information och demobilder klicka här. [...]</p> ]]></content:encoded> </item> <item><title>By: WordPress Plugin Releases for 01/09 &#124; Castup</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-104</link> <dc:creator>WordPress Plugin Releases for 01/09 &#124; Castup</dc:creator> <pubDate>Sat, 10 Jan 2009 18:27:45 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-104</guid> <description>[...] WP-Admin Quick Links [...]</description> <content:encoded><![CDATA[<p>[...] WP-Admin Quick Links [...]</p> ]]></content:encoded> </item> <item><title>By: Rich</title><link>http://www.richardhinchcliffe.com/blog/wp-admin-quicklinks-plugin/comment-page-1/#comment-103</link> <dc:creator>Rich</dc:creator> <pubDate>Sat, 10 Jan 2009 10:28:15 +0000</pubDate> <guid isPermaLink="false">http://www.tmrw.co.uk/?p=694#comment-103</guid> <description>You&#039;re welcome Kestrel, I&#039;m glad you&#039;re finding it useful - and thank you!</description> <content:encoded><![CDATA[<p>You&#8217;re welcome Kestrel, I&#8217;m glad you&#8217;re finding it useful &#8211; and thank you!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.richardhinchcliffe.com @ 2010-09-02 19:20:17 by W3 Total Cache -->