<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>WordPress &#8250; Support &#187; Tag: short-url-plugin - Recent Posts</title>
		<link>http://wordpress.org/tags/short-url-plugin</link>
		<description>WordPress &#8250; Support &#187; Tag: short-url-plugin - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 09:59:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/support/rss/tags/short-url-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>kpdesign on "[Plugin: Short URL Plugin] Fatal error upon activation &amp; other issues"</title>
			<link>http://wordpress.org/support/topic/plugin-short-url-plugin-fatal-error-upon-activation-other-issues#post-2004134</link>
			<pubDate>Tue, 15 Mar 2011 23:24:38 +0000</pubDate>
			<dc:creator>kpdesign</dc:creator>
			<guid isPermaLink="false">2004134@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>I tried activating the Short URL plugin (<a href="http://wordpress.org/extend/plugins/short-url-plugin/" rel="nofollow">http://wordpress.org/extend/plugins/short-url-plugin/</a>) in WordPress 3.1, and got a fatal error:</p>
<p><code>Parse error: syntax error, unexpected $end in \wp-content\plugins\short-url-plugin\short-url.php on line 256</code></p>
<p>I narrowed it down to the use of php short tags in a few places in the plugin (lines 200-204, 208, 211, 213, 215, 217). Once I replaced <strong>&#60;?</strong> with <strong>&#60;?php</strong>, then the plugin would activate.</p>
<p>However, the plugin isn't functioning properly for me:</p>
<p>- The .htaccess file isn't being rewritten to include the rewrite rule if clean URLs are selected.<br />
- The shortened URL returns a 404 rather than redirecting to the desired link.<br />
- The Edit function for links did not work. The Delete function worked fine.</p>
<p>I realize that it's been almost 2 years since this plugin was last updated (and WordPress has changed a lot in that time). I wanted to leave feedback for the plugin author as to the issues I've encountered when trying to use it with the latest version of WordPress.</p>
<p>It seems like a neat plugin - would be nice if it was updated so that it works properly with WordPress 3.1.
</p>]]></description>
					</item>
		<item>
			<title>mwkgeo on "[Plugin: Short URL Plugin] Adding a custom error page when redirect not found"</title>
			<link>http://wordpress.org/support/topic/plugin-short-url-plugin-adding-a-custom-error-page-when-redirect-not-found#post-1676244</link>
			<pubDate>Sun, 05 Sep 2010 08:48:35 +0000</pubDate>
			<dc:creator>mwkgeo</dc:creator>
			<guid isPermaLink="false">1676244@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>I found this to be a very handy little plugin, which is simple enough to remain compatible with future versions of WordPress. It will mask link URLs as well as track clicks. Thanks Harley!</p>
<p>(Note that if Short URL is installed through WP admin, you'll have to manually copy u.php from the plugin folder to the home folder if you want to use it from there.)</p>
<p>Here's how I modified u.php to display a custom error page when a redirect is not found.</p>
<p>Add the following line with the other variables - careful, modify accordingly...<br />
<pre><code>$not_found = &#34;http://edit-to-add-your-domain.tld/custom-error-filename.html&#34;; // The page to redirect to if no redirect link is found in the database - edit this line to reflect your domain and the filename of your error page</code></pre>
<p>Then substitute the following line...<br />
<pre><code>header(&#34;Location: $not_found&#34;);</code></pre>
<p>For these 2 lines...<br />
<pre><code>echo &#34;&#60;h2&#62;Short URL Not Found&#60;/h2&#62;&#34;;
echo &#34;&#60;p&#62;Sorry but the URL you entered was not found to redirect anywhere. Please check the link and try again&#60;/p&#62;&#34;;</code></pre>
<p><a href="http://wordpress.org/extend/plugins/short-url-plugin/" rel="nofollow">http://wordpress.org/extend/plugins/short-url-plugin/</a>
</p>]]></description>
					</item>
		<item>
			<title>AxsDeny on "[Plugin: Short URL Plugin] Bookmarklet?"</title>
			<link>http://wordpress.org/support/topic/plugin-short-url-plugin-bookmarklet#post-1170550</link>
			<pubDate>Tue, 11 Aug 2009 02:05:17 +0000</pubDate>
			<dc:creator>AxsDeny</dc:creator>
			<guid isPermaLink="false">1170550@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>Has anyone created a bookmarklet for this? It's a bit much to have to log in to the admin area everytime I want to create a short-url
</p>]]></description>
					</item>
		<item>
			<title>AndrewRH on "[Plugin: Short URL Plugin] Redirects to wrong place after set link url"</title>
			<link>http://wordpress.org/support/topic/plugin-short-url-plugin-redirects-to-wrong-place-after-set-link-url#post-1075987</link>
			<pubDate>Sat, 16 May 2009 22:26:07 +0000</pubDate>
			<dc:creator>AndrewRH</dc:creator>
			<guid isPermaLink="false">1075987@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>v2.7.1 doesn’t seem to work if you create a link url after checking the htaccess box and update settings. I had one of my newly created short links being redirected to a completely different page! Also, if I used ‘link/$1′ then my shortcut was redirected to the ‘http://mysite/links’ page (which shows an existing page of my site that has my favourite URLs in it).</p>
<p>Any plans to fix these issues soon?</p>
<p>By the way, I would have expected the settings for this plugin to be under ’settings’ not under ‘plugins’.</p>
<p>~Andrew~
</p>]]></description>
					</item>
		<item>
			<title>antiresearch on "[Plugin: Short URL Plugin] Absolutely perfect"</title>
			<link>http://wordpress.org/support/topic/plugin-short-url-plugin-absolutely-perfect#post-1029669</link>
			<pubDate>Sat, 28 Mar 2009 18:38:58 +0000</pubDate>
			<dc:creator>antiresearch</dc:creator>
			<guid isPermaLink="false">1029669@http://wordpress.org/support/</guid>
			<description><![CDATA[<p><strong>Works precisely as described</strong>. Simple and easy, great admin panel. Got my links masked in about 2 minutes. Thank you!!!</p>
<p>p.s. As noted in admin panel, but not so much in the readme, it's best to place u.php in your home directory for security and prettier links.</p>
<p><a href="http://wordpress.org/extend/plugins/short-url-plugin/" rel="nofollow">http://wordpress.org/extend/plugins/short-url-plugin/</a>
</p>]]></description>
					</item>

	</channel>
</rss>

