<?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"
	>
<channel>
	<title>Comments on: Links in WordPress Comments not Linking</title>
	<atom:link href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/feed/" rel="self" type="application/rss+xml" />
	<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/</link>
	<description>More than just a blog.</description>
	<pubDate>Sun, 20 Jul 2008 14:23:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125782</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Sat, 09 Sep 2006 07:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125782</guid>
		<description>&lt;p&gt;The plugin author tells me "not linking" is the desired behaviour of the plugin. In markdown, you need to surround a URL with &#60; and &#62; for it to be made clickable. Well, thanks to westi I've managed to make inline URLs clickable -- I guess I'll try to remove the removal of the make_clickable function in the plugin and see what happens then.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The plugin author tells me &#8220;not linking&#8221; is the desired behaviour of the plugin. In markdown, you need to surround a URL with &lt; and &gt; for it to be made clickable. Well, thanks to westi I&#8217;ve managed to make inline URLs clickable &#8212; I guess I&#8217;ll try to remove the removal of the make_clickable function in the plugin and see what happens then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125737</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125737</guid>
		<description>&lt;p&gt;Right. The line westi made me add helps make the inline links clickable upon display.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Right. The line westi made me add helps make the inline links clickable upon display.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125736</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125736</guid>
		<description>&lt;p&gt;For some weird reason, both links in the last comment were made clickable. PHP Markdown Extra de-activated upon comment submission. Try again: &lt;a href="http://flickr.com/" rel="nofollow"&gt;http://flickr.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://flickr.com/" rel="nofollow"&gt;http://flickr.com/&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>For some weird reason, both links in the last comment were made clickable. PHP Markdown Extra de-activated upon comment submission. Try again: <a href="http://flickr.com/" rel="nofollow">http://flickr.com/</a></p>
<p><a href="http://flickr.com/" rel="nofollow">http://flickr.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125735</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125735</guid>
		<description>&lt;p&gt;Right. The links in these comments are all stored as URLs in the DB. De-activating PHP Markdown Extra allows some of them to be HTML-ized upon output. Is it a problem with WordPress's make-clickable (or whatever) function? &lt;a href="http://flickr.com" rel="nofollow"&gt;http://flickr.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://flickr.com" rel="nofollow"&gt;http://flickr.com&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Right. The links in these comments are all stored as URLs in the DB. De-activating PHP Markdown Extra allows some of them to be HTML-ized upon output. Is it a problem with WordPress&#8217;s make-clickable (or whatever) function? <a href="http://flickr.com" rel="nofollow">http://flickr.com</a></p>
<p><a href="http://flickr.com" rel="nofollow">http://flickr.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125734</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125734</guid>
		<description>&lt;p&gt;Earlier on, westi made me add add_filter('get_comment_text',    'make_clickable', 10); in the PHP Markdown Extra plugin. Let's just see what happens without that line: &lt;a href="http://flickr.com" rel="nofollow"&gt;http://flickr.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://flickr.com" rel="nofollow"&gt;http://flickr.com&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Earlier on, westi made me add add_filter(&#8217;get_comment_text&#8217;,    &#8216;make_clickable&#8217;, 10); in the PHP Markdown Extra plugin. Let&#8217;s just see what happens without that line: <a href="http://flickr.com" rel="nofollow">http://flickr.com</a></p>
<p><a href="http://flickr.com" rel="nofollow">http://flickr.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125733</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125733</guid>
		<description>&lt;p&gt;Right. Going to re-activate PHP Markdown Extra so that my posts don't look ugly, but now we know what's going on. Make your links inline like this &lt;a href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/" rel="nofollow"&gt;http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/&lt;/a&gt; if you want them to link.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Right. Going to re-activate PHP Markdown Extra so that my posts don&#8217;t look ugly, but now we know what&#8217;s going on. Make your links inline like this <a href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/" rel="nofollow">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/</a> if you want them to link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125732</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125732</guid>
		<description>&lt;p&gt;Right, it now seems it is NOT coComment enhancer's fault. Sorry.&lt;/p&gt;

&lt;p&gt;Re-activated coComment enhancer, and de-activated PHP Markdown Extra. Testing inline: &lt;a href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/" rel="nofollow"&gt;http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Testing newline:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://google.com" rel="nofollow"&gt;http://google.com&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Right, it now seems it is NOT coComment enhancer&#8217;s fault. Sorry.</p>
<p>Re-activated coComment enhancer, and de-activated PHP Markdown Extra. Testing inline: <a href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/" rel="nofollow">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/</a></p>
<p>Testing newline:</p>
<p><a href="http://google.com" rel="nofollow">http://google.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125731</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125731</guid>
		<description>&lt;p&gt;Oh! I think I have it. Inline link: &lt;a href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/" rel="nofollow"&gt;http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;New line link:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://google.com" rel="nofollow"&gt;http://google.com&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Oh! I think I have it. Inline link: <a href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/" rel="nofollow">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/</a></p>
<p>New line link:</p>
<p><a href="http://google.com" rel="nofollow">http://google.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125730</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125730</guid>
		<description>&lt;p&gt;This is weird:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/" rel="nofollow"&gt;http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://google.com" rel="nofollow"&gt;http://google.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/" rel="nofollow"&gt;http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This is weird:</p>
<p><a href="http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/" rel="nofollow">http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/</a></p>
<p><a href="http://google.com" rel="nofollow">http://google.com</a></p>
<p><a href="http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/" rel="nofollow">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125729</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125729</guid>
		<description>&lt;p&gt;Trying again with the link above. Hope Akismet doesn't bite me.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/" rel="nofollow"&gt;http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Trying again with the link above. Hope Akismet doesn&#8217;t bite me.</p>
<p><a href="http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/" rel="nofollow">http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125728</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125728</guid>
		<description>&lt;p&gt;Ouch. Not so sure. It's still deactivated and the link above didn't transform. Test &lt;a href="http://pompage.net" rel="nofollow"&gt;http://pompage.net&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Ouch. Not so sure. It&#8217;s still deactivated and the link above didn&#8217;t transform. Test <a href="http://pompage.net" rel="nofollow">http://pompage.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125727</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125727</guid>
		<description>&lt;p&gt;Found it! It's coComment Enhancer's fault:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/" rel="nofollow"&gt;http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Found it! It&#8217;s coComment Enhancer&#8217;s fault:</p>
<p><a href="http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/" rel="nofollow">http://www.andare.ch/blog/wordpress-plugins/cocomment-enhancer/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125726</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125726</guid>
		<description>&lt;p&gt;Hit-and-miss, I'll manage to narrow it down. Here's another test: &lt;a href="http://google.com" rel="nofollow"&gt;http://google.com&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hit-and-miss, I&#8217;ll manage to narrow it down. Here&#8217;s another test: <a href="http://google.com" rel="nofollow">http://google.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125725</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 08 Sep 2006 09:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125725</guid>
		<description>&lt;p&gt;Testing: &lt;a href="http://swissblogs.com" rel="nofollow"&gt;http://swissblogs.com&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Testing: <a href="http://swissblogs.com" rel="nofollow">http://swissblogs.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westi</title>
		<link>http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125686</link>
		<dc:creator>westi</dc:creator>
		<pubDate>Thu, 07 Sep 2006 15:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://climbtothestars.org/archives/2006/09/07/links-in-wordpress-comments-not-linking/#comment-125686</guid>
		<description>&lt;p&gt;Hmm.&lt;/p&gt;

&lt;p&gt;I guess a plugin you are using might be removing some of the default filters as it does other text processing.&lt;/p&gt;

&lt;p&gt;What plugins are you using espcially ones that do text processing?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hmm.</p>
<p>I guess a plugin you are using might be removing some of the default filters as it does other text processing.</p>
<p>What plugins are you using espcially ones that do text processing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
