<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Smart link plugin for WordPress, beta</title>
	<atom:link href="http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/</link>
	<description>Meaningful Technology</description>
	<lastBuildDate>Mon, 08 Mar 2010 15:24:59 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-617</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Thu, 02 Jun 2005 10:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-617</guid>
		<description>@Monkeypup -- I&#039;ll check it out when I&#039;ll add the affiliate ID.</description>
		<content:encoded><![CDATA[<p>@Monkeypup &#8212; I&#039;ll check it out when I&#039;ll add the affiliate ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monkeypup</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-615</link>
		<dc:creator>monkeypup</dc:creator>
		<pubDate>Thu, 02 Jun 2005 01:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-615</guid>
		<description>Denis-
Hate to bother you, since you were nice enough to add an Amazon function to the plugin, but I noticed that the Amazon link takes you to a book search, rather than an overall Amazon search. Is it possible to change this? Just curious. I find I get more use out of this plugin everyday. Still the best plugin around.
Thanks!
MP</description>
		<content:encoded><![CDATA[<p>Denis-<br />
Hate to bother you, since you were nice enough to add an Amazon function to the plugin, but I noticed that the Amazon link takes you to a book search, rather than an overall Amazon search. Is it possible to change this? Just curious. I find I get more use out of this plugin everyday. Still the best plugin around.<br />
Thanks!<br />
MP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-595</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Mon, 30 May 2005 15:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-595</guid>
		<description>Still... A more reasonable option would have been something like:

    $post = apply_filters(&#039;post_meta&#039;, $post);

or even:

    $post-&gt;apply_filters(&#039;post_meta&#039;);</description>
		<content:encoded><![CDATA[<p>Still&#8230; A more reasonable option would have been something like:</p>
<p>    $post = apply_filters(&#039;post_meta&#039;, $post);</p>
<p>or even:</p>
<p>    $post->apply_filters(&#039;post_meta&#039;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-594</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Mon, 30 May 2005 14:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-594</guid>
		<description>@Denis: Yes, well, it seems very open-ended: you just attach some code to a hook, and then do what you want.  But at the same time it&#039;s limited because you have to rely on the right things to be in score when your hook is executed.  So without careful planning, you end up having a needed variable be inaccessible from a plugin.</description>
		<content:encoded><![CDATA[<p>@Denis: Yes, well, it seems very open-ended: you just attach some code to a hook, and then do what you want.  But at the same time it&#039;s limited because you have to rely on the right things to be in score when your hook is executed.  So without careful planning, you end up having a needed variable be inaccessible from a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-591</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Mon, 30 May 2005 13:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-591</guid>
		<description>@Martin: As much as I like it, I really find the WP plugin system completely broken. Thanks for the fix.</description>
		<content:encoded><![CDATA[<p>@Martin: As much as I like it, I really find the WP plugin system completely broken. Thanks for the fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-590</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Mon, 30 May 2005 13:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-590</guid>
		<description>@Denis: Sorry about the wait --- I&#039;ve now tested your plugin with the standard Kubrick theme (without the nested-comments plugin) and your change isn&#039;t quite enough to make it work.

Instead one has to do

    $GLOBALS[&#039;comments&#039;] = $comments;

for there are actually no global `$comments` variable at all.  The above creates it and gives it the right value.  Maybe one should use `=&amp;` instead, but I find that construct very annoying so I left it out.</description>
		<content:encoded><![CDATA[<p>@Denis: Sorry about the wait &#8212; I&#039;ve now tested your plugin with the standard Kubrick theme (without the nested-comments plugin) and your change isn&#039;t quite enough to make it work.</p>
<p>Instead one has to do</p>
<p>    $GLOBALS['comments'] = $comments;</p>
<p>for there are actually no global `$comments` variable at all.  The above creates it and gives it the right value.  Maybe one should use `=&#038;` instead, but I find that construct very annoying so I left it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-588</link>
		<dc:creator>philippe</dc:creator>
		<pubDate>Mon, 30 May 2005 13:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-588</guid>
		<description>salut bernard,
ne parlons pas du non d&#039;hier. ici   berlin, comme partout, les francais expatriés ont voté massivement oui...
aurais-tu une doc en francais sur ce plugin, mon anglais laisse un peu   désirer.
a+
philippe</description>
		<content:encoded><![CDATA[<p>salut bernard,<br />
ne parlons pas du non d&#039;hier. ici   berlin, comme partout, les francais expatriés ont voté massivement oui&#8230;<br />
aurais-tu une doc en francais sur ce plugin, mon anglais laisse un peu   désirer.<br />
a+<br />
philippe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-546</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Tue, 24 May 2005 12:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-546</guid>
		<description>@Monkeypup: I&#039;ve a login on the plugin blog, but I&#039;ve yet to register as a competing plugin author. But I imagine I&#039;ll give it a shot. :)

@Martin: Could you check if declaring the following at the beginning of the comment loop solves the problem?

    global $comments;</description>
		<content:encoded><![CDATA[<p>@Monkeypup: I&#039;ve a login on the plugin blog, but I&#039;ve yet to register as a competing plugin author. But I imagine I&#039;ll give it a shot. :)</p>
<p>@Martin: Could you check if declaring the following at the beginning of the comment loop solves the problem?</p>
<p>    global $comments;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monkeypup</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-545</link>
		<dc:creator>monkeypup</dc:creator>
		<pubDate>Tue, 24 May 2005 11:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-545</guid>
		<description>Oh, one other thing. If this doesn&#039;t win the Wordpress Plugin competition (you have entered it, right?), something is wrong with the world.</description>
		<content:encoded><![CDATA[<p>Oh, one other thing. If this doesn&#039;t win the Wordpress Plugin competition (you have entered it, right?), something is wrong with the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monkeypup</title>
		<link>http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-544</link>
		<dc:creator>monkeypup</dc:creator>
		<pubDate>Tue, 24 May 2005 11:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/05/17/smart-link-plugin-for-wordpress-beta/#comment-544</guid>
		<description>Hey, thanks for throwing in the Amazon link function. As always, you rock, Denis.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for throwing in the Amazon link function. As always, you rock, Denis.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
