<?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: Custom URL Shorter</title>
	<atom:link href="http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-plugincustom-url-shorter</link>
	<description>笑骂由人，洒脱自如！心若冰清，天塌不惊！</description>
	<lastBuildDate>Mon, 05 Dec 2011 09:55:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Iron_Feet</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7318</link>
		<dc:creator>Iron_Feet</dc:creator>
		<pubDate>Fri, 12 Nov 2010 01:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7318</guid>
		<description>&lt;a href=&quot;#comment-7317&quot; rel=&quot;nofollow&quot;&gt;@x &lt;/a&gt; 
This weekend~  :D</description>
		<content:encoded><![CDATA[<p><a href="#comment-7317" rel="nofollow">@x </a><br />
This weekend~  <img src="http://www.iron-feet.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_biggrin.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7317</link>
		<dc:creator>x</dc:creator>
		<pubDate>Thu, 11 Nov 2010 23:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7317</guid>
		<description>so when will you be releasing 3.0.1 version. i need it.  :?:</description>
		<content:encoded><![CDATA[<p>so when will you be releasing 3.0.1 version. i need it.  <img src="http://www.iron-feet.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_question.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iron_Feet</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7129</link>
		<dc:creator>Iron_Feet</dc:creator>
		<pubDate>Sun, 10 Oct 2010 15:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7129</guid>
		<description>&lt;a href=&quot;#comment-7128&quot; rel=&quot;nofollow&quot;&gt;@Den &lt;/a&gt; 
Thank you very much~ :D</description>
		<content:encoded><![CDATA[<p><a href="#comment-7128" rel="nofollow">@Den </a><br />
Thank you very much~ <img src="http://www.iron-feet.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_biggrin.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7128</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Sun, 10 Oct 2010 15:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7128</guid>
		<description>sure thing...after WP 3.0 the slug parameter is being changed from spaces to dashes. Wordpress get_plugin_page_hookname will remove all spaces on your slug parameter instead of leaving it.

so the parameter at line 161:

function cus_admin_actions()
{
	add_options_page(&quot;Custom URL Shorter&quot;, &quot;Custom URL Shorter&quot;, 1, &quot;Custom URL Shorter&quot;, &quot;cus_control&quot;);
}

changed to

function cus_admin_actions()
{
	add_options_page(&quot;Custom-URL-Shorter&quot;, &quot;Custom URL Shorter&quot;, 1, &quot;Custom-URL-Shorter&quot;, &quot;cus_control&quot;);
}</description>
		<content:encoded><![CDATA[<p>sure thing&#8230;after WP 3.0 the slug parameter is being changed from spaces to dashes. Wordpress get_plugin_page_hookname will remove all spaces on your slug parameter instead of leaving it.</p>
<p>so the parameter at line 161:</p>
<p>function cus_admin_actions()<br />
{<br />
	add_options_page(&#8220;Custom URL Shorter&#8221;, &#8220;Custom URL Shorter&#8221;, 1, &#8220;Custom URL Shorter&#8221;, &#8220;cus_control&#8221<img src="http://www.iron-feet.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_wink.gif" alt="" />;<br />
}</p>
<p>changed to</p>
<p>function cus_admin_actions()<br />
{<br />
	add_options_page(&#8220;Custom-URL-Shorter&#8221;, &#8220;Custom URL Shorter&#8221;, 1, &#8220;Custom-URL-Shorter&#8221;, &#8220;cus_control&#8221<img src="http://www.iron-feet.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_wink.gif" alt="" />;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iron_Feet</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7127</link>
		<dc:creator>Iron_Feet</dc:creator>
		<pubDate>Sun, 10 Oct 2010 14:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7127</guid>
		<description>&lt;a href=&quot;#comment-7126&quot; rel=&quot;nofollow&quot;&gt;@Den &lt;/a&gt; 
Oh~ Can you send me the patch file to show me the modification?

I hope I can commit it and add your name into acknowledgement list.

Thanks~</description>
		<content:encoded><![CDATA[<p><a href="#comment-7126" rel="nofollow">@Den </a><br />
Oh~ Can you send me the patch file to show me the modification?</p>
<p>I hope I can commit it and add your name into acknowledgement list.</p>
<p>Thanks~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7126</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Sun, 10 Oct 2010 13:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7126</guid>
		<description>&lt;a href=&quot;#comment-7125&quot; rel=&quot;nofollow&quot;&gt;@Den &lt;/a&gt; 
Hey there, sorry for my question regarding the page error. I got it solved just after I posted it. I edited your plugin to make it work for WP 3.01.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7125" rel="nofollow">@Den </a><br />
Hey there, sorry for my question regarding the page error. I got it solved just after I posted it. I edited your plugin to make it work for WP 3.01.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7125</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Sun, 10 Oct 2010 13:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7125</guid>
		<description>Hi, I got WP error trying to access the plugin setting page-&#039;You do not have sufficient permissions to access this page&#039;.</description>
		<content:encoded><![CDATA[<p>Hi, I got WP error trying to access the plugin setting page-&#8217;You do not have sufficient permissions to access this page&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iron_Feet</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7108</link>
		<dc:creator>Iron_Feet</dc:creator>
		<pubDate>Sat, 02 Oct 2010 04:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7108</guid>
		<description>&lt;a href=&quot;#comment-7107&quot; rel=&quot;nofollow&quot;&gt;@Breck &lt;/a&gt; 
This plugin will not change the link of your pages.
It just generate a short URL of your pages.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7107" rel="nofollow">@Breck </a><br />
This plugin will not change the link of your pages.<br />
It just generate a short URL of your pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breck</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7107</link>
		<dc:creator>Breck</dc:creator>
		<pubDate>Sat, 02 Oct 2010 02:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7107</guid>
		<description>I tried adding  in index.php and singlepost.php of my template near the top of each file, but links aren&#039;t changing.

Also added my own adf.ly api in the other url shortner spot, and didn&#039;t work either.

Not sure how to get it working.</description>
		<content:encoded><![CDATA[<p>I tried adding  in index.php and singlepost.php of my template near the top of each file, but links aren&#8217;t changing.</p>
<p>Also added my own adf.ly api in the other url shortner spot, and didn&#8217;t work either.</p>
<p>Not sure how to get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iron_Feet</title>
		<link>http://www.iron-feet.com/it/wordpress-plugincustom-url-shorter/comment-page-1/#comment-7041</link>
		<dc:creator>Iron_Feet</dc:creator>
		<pubDate>Sat, 18 Sep 2010 10:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.iron-feet.cn/?p=2147#comment-7041</guid>
		<description>&lt;a href=&quot;#comment-7040&quot; rel=&quot;nofollow&quot;&gt;@anonim &lt;/a&gt; 
The files of your wordpress template.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7040" rel="nofollow">@anonim </a><br />
The files of your wordpress template.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
