<?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: Amazon Wishlist Plugin Updated</title>
	<atom:link href="http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 04:53:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Brian A. Thomas</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1465</link>
		<dc:creator>Brian A. Thomas</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1465</guid>
		<description> Thanks for the cool plugin. Just a note that I modified it some myself so it would randomly pick my wishlist or my wife's wishlist, allowing for two or more wishlists to be searched.
Odd bug seems to be that if an item doesn't have an image, it doesn't display the text either, I am not sure if that crept in with my modification or not.</description>
		<content:encoded><![CDATA[<p>Thanks for the cool plugin. Just a note that I modified it some myself so it would randomly pick my wishlist or my wife&#8217;s wishlist, allowing for two or more wishlists to be searched.<br />
Odd bug seems to be that if an item doesn&#8217;t have an image, it doesn&#8217;t display the text either, I am not sure if that crept in with my modification or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1466</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1466</guid>
		<description> I'm in the process of setting this up without much luck yet. I took a shot in the dark and input "ca" for Canada and placed all the relevant data for my own wishlist but not even a glimmer appears on my site to show that the plugin is even active. 

I'm sure it's something simple but my big question is this:
Do you have a support forum, section, area, or FAQ, where I can find some answers? 

Thanks to you and the others that contributed for your efforts on this.</description>
		<content:encoded><![CDATA[<p>I&#8217;m in the process of setting this up without much luck yet. I took a shot in the dark and input &#8220;ca&#8221; for Canada and placed all the relevant data for my own wishlist but not even a glimmer appears on my site to show that the plugin is even active. </p>
<p>I&#8217;m sure it&#8217;s something simple but my big question is this:<br />
Do you have a support forum, section, area, or FAQ, where I can find some answers? </p>
<p>Thanks to you and the others that contributed for your efforts on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1467</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1467</guid>
		<description> Not sure this'll work, but try going to about line 182 in the plugin. Look for the following code:

&lt;php&gt;
                switch ($locale) {
                        case "uk": $this-&gt;server .= "co.uk"; break;
                        case "us": $this-&gt;server .= "com"; break;
                        default:   $this-&gt;server .= "$locale"; break; // Untested!
                }
&lt;/php&gt;

And add a line after the "us" line that reads:

&lt;php&gt;
                        case "ca": $this-&gt;server .= "ca"; break;
&lt;/php&gt;

Then, in about line 36, change:

&lt;php&gt;
 $aw_locale='uk';
&lt;/php&gt;

to

&lt;php&gt;
 $aw_locale='ca';
&lt;/php&gt;</description>
		<content:encoded><![CDATA[<p>Not sure this&#8217;ll work, but try going to about line 182 in the plugin. Look for the following code:</p>
<php>
                switch ($locale) {<br />
                        case &#8220;uk&#8221;: $this->server .= &#8220;co.uk&#8221;; break;<br />
                        case &#8220;us&#8221;: $this->server .= &#8220;com&#8221;; break;<br />
                        default:   $this->server .= &#8220;$locale&#8221;; break; // Untested!<br />
                }
</php>
<p>And add a line after the &#8220;us&#8221; line that reads:</p>
<php>
                        case &#8220;ca&#8221;: $this->server .= &#8220;ca&#8221;; break;
</php>
<p>Then, in about line 36, change:</p>
<php>
 $aw_locale=&#8217;uk&#8217;;
</php>
<p>to</p>
<php>
 $aw_locale=&#8217;ca&#8217;;
</php>
]]></content:encoded>
	</item>
	<item>
		<title>By: alistair</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1472</link>
		<dc:creator>alistair</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1472</guid>
		<description> Hi there, I seem to have done everything right but it is still not showing up. I have put in my developer tag and assoc id but nothing. Its a real sweet plugin if I can get it working....any ideas?</description>
		<content:encoded><![CDATA[<p>Hi there, I seem to have done everything right but it is still not showing up. I have put in my developer tag and assoc id but nothing. Its a real sweet plugin if I can get it working&#8230;.any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McLaren</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1474</link>
		<dc:creator>Chris McLaren</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1474</guid>
		<description> Darryl, love the plugin, but I have noticed one small problem with it: what it generates is not valid XHTML, and even if that is corrected using the default placement at the end of categories hoses the XHTML of the main page.

The quick fix for the first problem is to alter the generated code to include alt tags for the image, and to close the IMG tag.

I have something like this:

$aw_html .= "\t\t&lt;a class="amazon_wishlist_link" href="" . $results-&gt;url . ""&gt;&lt;img class="amazon_wishlist_image" src="" . $results-&gt;{$image_size} . "" alt="Wishlist Image"/&gt;&lt;/a&gt;&lt;br /&gt;\n";

The issue with default placement is that where the filter drops the wishlist stuff screws up the &lt;ul&gt; and &lt;li&gt; hierarchy. There is probably a solution for this that involves conditionally wrapping the wishlist generated content in &lt;li&gt;&lt;/li&gt; tags depending on whether or not the automatic placement flag is set--I've got around this by manually placing the plugin tag in my index for now, which can get me to valid XHTML.

You can see both of these issues on Two Ells by just hitting the 'valid xhtml' link on your Meta menu.&lt;/li&gt;&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Darryl, love the plugin, but I have noticed one small problem with it: what it generates is not valid XHTML, and even if that is corrected using the default placement at the end of categories hoses the XHTML of the main page.</p>
<p>The quick fix for the first problem is to alter the generated code to include alt tags for the image, and to close the IMG tag.</p>
<p>I have something like this:</p>
<p>$aw_html .= &#8220;\t\t<a class="amazon_wishlist_link" href="" . $results->url . &#8220;&#8221;><img class="amazon_wishlist_image" src="" . $results-/>{$image_size} . &#8220;&#8221; alt=&#8221;Wishlist Image&#8221;/></a><br />\n&#8221;;</p>
<p>The issue with default placement is that where the filter drops the wishlist stuff screws up the
<ul> and
<li> hierarchy. There is probably a solution for this that involves conditionally wrapping the wishlist generated content in </li>
<li></li>
<p> tags depending on whether or not the automatic placement flag is set&#8211;I&#8217;ve got around this by manually placing the plugin tag in my index for now, which can get me to valid XHTML.</p>
<p>You can see both of these issues on Two Ells by just hitting the &#8216;valid xhtml&#8217; link on your Meta menu.</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McLaren</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1475</link>
		<dc:creator>Chris McLaren</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1475</guid>
		<description> That line of code, obviously, got mucked up by the translation to HTML.

It's supposed to look like this:

$aw_html .= &#34;\t\t&#60;a class=\&#34;amazon_wishlist_link\&#34; href=\&#34;&#34; . $results-&#62;url . &#34;\&#34;&#62;&#60;img class=\&#34;amazon_wishlist_image\&#34; src=\&#34;&#34; . $results-&#62;{$image_size} . &#34;\&#34; alt=\&#34;Wishlist Image\&#34;/&#62;&#60;/a&#62;&#60;br/&#62;\n&#34;;

Hopefully that will show up right, with the slashes</description>
		<content:encoded><![CDATA[<p>That line of code, obviously, got mucked up by the translation to HTML.</p>
<p>It&#8217;s supposed to look like this:</p>
<p>$aw_html .= &quot;\t\t&lt;a class=\&quot;amazon_wishlist_link\&quot; href=\&quot;&quot; . $results-&gt;url . &quot;\&quot;&gt;&lt;img class=\&quot;amazon_wishlist_image\&quot; src=\&quot;&quot; . $results-&gt;{$image_size} . &quot;\&quot; alt=\&quot;Wishlist Image\&quot;/&gt;&lt;/a&gt;&lt;br/&gt;\n&quot;;</p>
<p>Hopefully that will show up right, with the slashes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikebober</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1476</link>
		<dc:creator>mikebober</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1476</guid>
		<description> How can I link the wishlist items to my wishlist.
If someone buys me something they would need my shipping info.
My wishlist also wouldn't remove the items purchased.</description>
		<content:encoded><![CDATA[<p>How can I link the wishlist items to my wishlist.<br />
If someone buys me something they would need my shipping info.<br />
My wishlist also wouldn&#8217;t remove the items purchased.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikebober</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1477</link>
		<dc:creator>mikebober</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1477</guid>
		<description> Also. Can I use this script to pull a complete view of my wishlist? Instead of just the single item as packaged.</description>
		<content:encoded><![CDATA[<p>Also. Can I use this script to pull a complete view of my wishlist? Instead of just the single item as packaged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1478</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1478</guid>
		<description> I'm afraid this isn't supported. You could hack the code pretty easily to add a link to your wishlist. Just scroll down to the bottom of the amazon_wishlist() function and look for the lines:

[php]

	$aw_html .= "tn";
	$aw_html .= "n";

[/php]

Add something like the following between the two lines:

[php]

$aw_html .= "&lt;a href="http://www.amazon.com/gp/registry/registry.html/102-2210741-6139329?%5Fencoding=UTF8&#038;id=" . $aw_wishlist_id . ""/&gt;view my wishlist&lt;/a&gt;";
[/php]</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid this isn&#8217;t supported. You could hack the code pretty easily to add a link to your wishlist. Just scroll down to the bottom of the amazon_wishlist() function and look for the lines:</p>
<p>[php]</p>
<p>	$aw_html .= &#8220;tn&#8221;;<br />
	$aw_html .= &#8220;n&#8221;;</p>
<p>[/php]</p>
<p>Add something like the following between the two lines:</p>
<p>[php]</p>
<p>$aw_html .= &#8220;<a href="http://www.amazon.com/gp/registry/registry.html/102-2210741-6139329?%5Fencoding=UTF8&#038;id=" . $aw_wishlist_id . ""/>view my wishlist&#8220;;<br />
[/php]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikebober</title>
		<link>http://daryl.learnhouston.com/2004/09/20/amazon-wishlist-plugin-updated/#comment-1479</link>
		<dc:creator>mikebober</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1479</guid>
		<description> Thanks for the quick reply. I just added a link. I'd love to see those features.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply. I just added a link. I&#8217;d love to see those features.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
