<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Viewfinder Design Support Forum: Last 35 Posts</title>
<link>http://www.viewfinderdesign.co.uk/support/</link>
<description>Viewfinder Design Support Forum: Last 35 Posts</description>
<language>en</language>
<pubDate>Sat, 11 Oct 2008 19:51:49 +0000</pubDate>

<item>
<title>rossruns on "VML - Unsubscribe Problem"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=60#post-238</link>
<pubDate>Sun, 07 Sep 2008 01:45:24 +0000</pubDate>
<dc:creator>rossruns</dc:creator>
<guid isPermaLink="false">238@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;I dug into the code and found out I could fix this by replacing the form code for the unsubscribe slightly.  Instead of taking the form code from the forms.php page, you need to pull the unsubscribe code from unsubscribe.php (and take out the php calls).  It should look something like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
&amp;lt;form action=&quot;[Your site address]/[VML directory]/unsubscribe.php&quot; method=&quot;post&quot;&amp;gt;&lt;br /&gt;
&amp;lt;label for=&quot;email&quot;&amp;gt;Email Address:&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;input id=&quot;email&quot; name=&quot;email&quot; type=&quot;text&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;input name=&quot;list&quot; type=&quot;hidden&quot; value=&quot;[Your list ID value]&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;input id=&quot;unsub&quot; name=&quot;unsubscribe&quot; type=&quot;submit&quot; value=&quot;Unsubscribe&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&lt;/code&gt;
&lt;/p&gt;</description>
</item>
<item>
<title>omarmoss on "Viewfinder Mailing List - Importing CSV error"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=46#post-237</link>
<pubDate>Fri, 29 Aug 2008 15:29:01 +0000</pubDate>
<dc:creator>omarmoss</dc:creator>
<guid isPermaLink="false">237@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Warning: fgetcsv(): enclosure must be a character in /home/website/web/subscription/common/functions.php on line 49&lt;/p&gt;
&lt;p&gt;From what I understand, I need to save a comma seperated file containing email addresses. Does the list need to also be line broken?&lt;/p&gt;
&lt;p&gt;I have tried many different ways to save the csv file using notepad, 'all filetypes' in ANSI, Unicode and UTF-8, none of which seem to work. (also straight out of Excel as csv)&lt;/p&gt;
&lt;p&gt;Could someone please explain to me exactly what the format of the csv file should be in in notepad as well as if commas and/or line  breaks are necissary.&lt;/p&gt;
&lt;p&gt;Thank you very much. So far this seems like a great tool :)
&lt;/p&gt;</description>
</item>
<item>
<title>1949 on "VML - Unsubscribe Problem"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=60#post-236</link>
<pubDate>Sun, 17 Aug 2008 07:48:26 +0000</pubDate>
<dc:creator>1949</dc:creator>
<guid isPermaLink="false">236@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;First of all thank you so much for a brilliant mailing list, I'm very impressed with how easy and friendly it was to install.&lt;/p&gt;
&lt;p&gt;Everything is working perfectly except I get the following error when I test the unsubscribe feature.&lt;/p&gt;
&lt;p&gt;Error: No subscriber/list specified&lt;/p&gt;
&lt;p&gt;any ideas?&lt;/p&gt;
&lt;p&gt;Thanks
&lt;/p&gt;</description>
</item>
<item>
<title>alexeiz on "Importing csv - again!"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=59#post-235</link>
<pubDate>Thu, 07 Aug 2008 05:51:07 +0000</pubDate>
<dc:creator>alexeiz</dc:creator>
<guid isPermaLink="false">235@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;I really would like to know, did anybody succeed to import csv file of prospect into the mailing list?&lt;/p&gt;
&lt;p&gt;Here is a small test list I tried:&lt;/p&gt;
&lt;p&gt;first_name,last_name,email&lt;br /&gt;
Alexei,Zoubov,azops@azsystems.net&lt;br /&gt;
Alex,Mems,azmems@azsystems.net&lt;br /&gt;
Bob,Sheppard,mships@alexeiz.com&lt;br /&gt;
wsMarina,Kras,mkbiz@marinak&lt;br /&gt;
Alexei,Zoubov,azsite@alexei.ws&lt;br /&gt;
Al,Bad,adtik@azsystems.net&lt;/p&gt;
&lt;p&gt;The first error I got was:&lt;/p&gt;
&lt;p&gt;Error: incorrect field name (0) used or non-existant field&lt;/p&gt;
&lt;p&gt;That's obviously incorrect, I looked at the script both in common =&amp;gt; functions.php and in  common =&amp;gt; list.php&lt;/p&gt;
&lt;p&gt;I'm not a big time programmer, but I've written quite a few scripts of comparable complexity. My first impression was - this particular section of script just can't work!&lt;/p&gt;
&lt;p&gt;THe variable $key is supposed to be found in $subfields array, but the key here is numeric!  for example: key = 0 - $dat = first_name. So, we should be looking for $dat, not&lt;br /&gt;
$key.&lt;/p&gt;
&lt;p&gt;If I'm wrong, please correct me. I discovered more strange lines (like in the function parse_csv_file,  that generates an error, saying that $enclosure should be a character.)&lt;/p&gt;
&lt;p&gt;May be I got some old version that wasn't debugged?&lt;br /&gt;
Is there a new one?&lt;/p&gt;
&lt;p&gt;Sincerely, Alexei
&lt;/p&gt;</description>
</item>
<item>
<title>Hazman on "Error - Book review 2.5"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=56#post-234</link>
<pubDate>Wed, 02 Jul 2008 02:49:58 +0000</pubDate>
<dc:creator>Hazman</dc:creator>
<guid isPermaLink="false">234@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;I got this error actually, when I click active at the plugin in.
&lt;/p&gt;</description>
</item>
<item>
<title>dgreene423 on "Book Review syntax error"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=58#post-233</link>
<pubDate>Tue, 01 Jul 2008 16:38:27 +0000</pubDate>
<dc:creator>dgreene423</dc:creator>
<guid isPermaLink="false">233@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;When i try to activate  BR 1.4 I get this error&lt;/p&gt;
&lt;p&gt;Parse error: syntax error, unexpected T_ELSE in /var/www/info/test/wp-content/plugins/book_reading/book_reviews.php on line 655&lt;/p&gt;
&lt;p&gt;Any ideas?
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "Book Review for Wordpress 2.5"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=55#post-232</link>
<pubDate>Mon, 30 Jun 2008 08:30:37 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">232@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;That should be easy enough to add, when I get a chance I'll add it and make a copy available.
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "Error - Book review 2.5"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=56#post-231</link>
<pubDate>Mon, 30 Jun 2008 08:29:03 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">231@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Do you have the option for Recommendations switched on or off?&lt;/p&gt;
&lt;p&gt;Have you picked the categories the book reviews picked in?
&lt;/p&gt;</description>
</item>
<item>
<title>Hazman on "Book Review not displaying"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=36#post-230</link>
<pubDate>Mon, 30 Jun 2008 02:22:34 +0000</pubDate>
<dc:creator>Hazman</dc:creator>
<guid isPermaLink="false">230@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;I think i am having the same error too with 2.5.
&lt;/p&gt;</description>
</item>
<item>
<title>Hazman on "Error - Book review 2.5 - Visual (&#038; posting now working)"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=57#post-229</link>
<pubDate>Mon, 30 Jun 2008 02:20:47 +0000</pubDate>
<dc:creator>Hazman</dc:creator>
<guid isPermaLink="false">229@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;my work book review 2.5 the visual is not working. It is showing HTML. &lt;/p&gt;
&lt;p&gt;The tag too is not working and the book url and image. &lt;/p&gt;
&lt;p&gt;When I publish, only come out the posting.&lt;/p&gt;
&lt;p&gt;Please advice.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Hazman Aziz
&lt;/p&gt;</description>
</item>
<item>
<title>Hazman on "Error - Book review 2.5"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=56#post-228</link>
<pubDate>Mon, 30 Jun 2008 02:18:19 +0000</pubDate>
<dc:creator>Hazman</dc:creator>
<guid isPermaLink="false">228@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I am getting an error when trying to install this pulgin on my friend server.&lt;/p&gt;
&lt;p&gt;Please advice.&lt;/p&gt;
&lt;p&gt;Parse error: syntax error, unexpected T_ELSE in /home/www/bb2008-koskehidupan/wp-content/plugins/book_reading_v1_4/book_reviews.php on line 655&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Hazman Aziz
&lt;/p&gt;</description>
</item>
<item>
<title>Hazman on "Book Review for Wordpress 2.5"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=55#post-227</link>
<pubDate>Mon, 30 Jun 2008 02:12:18 +0000</pubDate>
<dc:creator>Hazman</dc:creator>
<guid isPermaLink="false">227@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;The tools is great for me. &lt;/p&gt;
&lt;p&gt;I would like to make a requested so that the plugin would be benefit to many librarians.&lt;/p&gt;
&lt;p&gt;Can we have another field for us in put the call - number? Just another form field call : Call number.&lt;/p&gt;
&lt;p&gt;So that the librarian can used this tools and recommend to their users.
&lt;/p&gt;</description>
</item>
<item>
<title>Anatis on "Book Review Plugin version 1.3 (WordPress 2.3)"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=53#post-226</link>
<pubDate>Sat, 03 May 2008 12:44:03 +0000</pubDate>
<dc:creator>Anatis</dc:creator>
<guid isPermaLink="false">226@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hi Lee,&lt;br /&gt;
I'm giving the plugin another shot at the moment, but I cannot seem to get the reviews to display in any kind of format.&lt;br /&gt;
I've installed the latest version, I can post / edit reviews, I can add images etc.&lt;br /&gt;
I've put the book_reviews_page.php into my main theme directory.&lt;/p&gt;
&lt;p&gt;Reviews show up like normal posts, no author ID, nothing.&lt;br /&gt;
Where do I have to modify anything so that reviews use the template you provided? Because right now they don't seem to.&lt;br /&gt;
I've read your FAQ and sorry... way over my head and it's not referring to the sample you provided either, so I'm totally lost atm.&lt;br /&gt;
Any help would be much appreciated. :)
&lt;/p&gt;</description>
</item>
<item>
<title>magritus on "Viewfiner SMTP Example?"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=54#post-225</link>
<pubDate>Fri, 04 Apr 2008 13:40:34 +0000</pubDate>
<dc:creator>magritus</dc:creator>
<guid isPermaLink="false">225@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hi, i want to send with SMTP server and i wanna use smtpauthantication.. &lt;/p&gt;
&lt;p&gt;how can i config this? Is anyone can send example configuration for this?&lt;/p&gt;
&lt;p&gt;Thnx,
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "Book Review Plugin version 1.3 (WordPress 2.3)"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=53#post-224</link>
<pubDate>Tue, 04 Dec 2007 13:01:05 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">224@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Is the page online somewhere I can look at, either way, can you drop me a line via the contact form and I'll take a look.
&lt;/p&gt;</description>
</item>
<item>
<title>bob on "Book Review Plugin version 1.3 (WordPress 2.3)"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=53#post-223</link>
<pubDate>Mon, 26 Nov 2007 23:10:57 +0000</pubDate>
<dc:creator>bob</dc:creator>
<guid isPermaLink="false">223@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Thanks for your prompt response.&lt;/p&gt;
&lt;p&gt;Yes, the code is between tags as I copied it from the file single.php in the download to the default theme single.php by cut and paste in the theme editor.
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "Book Review Plugin version 1.3 (WordPress 2.3)"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=53#post-222</link>
<pubDate>Mon, 26 Nov 2007 22:30:22 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">222@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Is it between php tags, e.g.
&lt;/p&gt;
&lt;p&gt;&lt; ?php echo br_get_book_author($id); ? &gt;&lt;/p&gt;
&lt;p&gt;(nb. get rid of the spaces after the &lt; and before the &gt;)</description>
</item>
<item>
<title>bob on "Book Review Plugin version 1.3 (WordPress 2.3)"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=53#post-221</link>
<pubDate>Mon, 26 Nov 2007 04:50:36 +0000</pubDate>
<dc:creator>bob</dc:creator>
<guid isPermaLink="false">221@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;I added the code from single.php to my default theme single.php but the author displays as br_get_book_author(6) not author name.
&lt;/p&gt;</description>
</item>
<item>
<title>birdyoshikawa on "Viewfiner Mailing List - UTF possible?"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=52#post-220</link>
<pubDate>Wed, 07 Nov 2007 12:32:28 +0000</pubDate>
<dc:creator>birdyoshikawa</dc:creator>
<guid isPermaLink="false">220@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hey Lee, sorry to bug you. I really want to use this Viewfinder if I can... I'm trying class.phpmailer.php and function.php to change the problem, but I just can't get it to stop converting my kanji... any other guess? thanks.....
&lt;/p&gt;</description>
</item>
<item>
<title>birdyoshikawa on "Viewfiner Mailing List - UTF possible?"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=52#post-219</link>
<pubDate>Sun, 04 Nov 2007 12:03:34 +0000</pubDate>
<dc:creator>birdyoshikawa</dc:creator>
<guid isPermaLink="false">219@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Wow! The code I punched in worked on this site. They were this kind of chara: (I'll add spaces) &amp;#38; # 1 2 4 7 3&lt;/p&gt;
&lt;p&gt;Shouldn't this be an easy thing to fix?&lt;br /&gt;
bird
&lt;/p&gt;</description>
</item>
<item>
<title>birdyoshikawa on "Viewfiner Mailing List - UTF possible?"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=52#post-218</link>
<pubDate>Sun, 04 Nov 2007 12:02:08 +0000</pubDate>
<dc:creator>birdyoshikawa</dc:creator>
<guid isPermaLink="false">218@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hey. Thanks. I tried it, but no go. The email that's sent changes the japanese characters to: &amp;#21306;&amp;#35199;&amp;#40635;&amp;#24067;&lt;/p&gt;
&lt;p&gt;It seems like this should be solvable... I'm going to keep looking at it. I'd love to use your VML....&lt;/p&gt;
&lt;p&gt;bird
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "Viewfiner Mailing List - UTF possible?"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=52#post-217</link>
<pubDate>Wed, 31 Oct 2007 18:15:58 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">217@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hi Bird&lt;/p&gt;
&lt;p&gt;There's not an easy option to switch this on, it's set to iso-8859-1 (western) by default.&lt;/p&gt;
&lt;p&gt;You can modify this by adding:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;$mail-&amp;gt;CharSet = &amp;#39;shift_jis&amp;#39;;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;(or UTF-8 for general unicode support) before the line&lt;/p&gt;
&lt;p&gt;&lt;code&gt;if ($mail-&amp;gt;Send()) {&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;in the functions.php file in the 'common' folder (should be around line 193.&lt;/p&gt;
&lt;p&gt;Lee
&lt;/p&gt;</description>
</item>
<item>
<title>birdyoshikawa on "Viewfiner Mailing List - UTF possible?"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=52#post-216</link>
<pubDate>Wed, 31 Oct 2007 06:30:21 +0000</pubDate>
<dc:creator>birdyoshikawa</dc:creator>
<guid isPermaLink="false">216@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;I changed the text in the subscribe and unsubscribe files to Japanese, and those emails go out perfectly in kanji... so it's just the newsletter emails that can't show UTF... ?&lt;/p&gt;
&lt;p&gt;Is there something I can do? &lt;/p&gt;
&lt;p&gt;bird
&lt;/p&gt;</description>
</item>
<item>
<title>birdyoshikawa on "Viewfiner Mailing List - UTF possible?"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=52#post-215</link>
<pubDate>Wed, 31 Oct 2007 04:29:35 +0000</pubDate>
<dc:creator>birdyoshikawa</dc:creator>
<guid isPermaLink="false">215@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;The script works super brilliantly, except my Japanese kanji turns to html chara... is there anyway to get this to send UTF encoding? Thanks so much!&lt;/p&gt;
&lt;p&gt;bird
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "Send to a friend"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=50#post-214</link>
<pubDate>Sat, 20 Oct 2007 08:58:29 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">214@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Drop me a line via the contacts page so I can get you to send me your single.php file and I'll insert the link and test.
&lt;/p&gt;</description>
</item>
<item>
<title>CGN on "Send to a friend"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=50#post-213</link>
<pubDate>Sat, 20 Oct 2007 07:28:52 +0000</pubDate>
<dc:creator>CGN</dc:creator>
<guid isPermaLink="false">213@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hi Lee. I've done everything exactly as you said and although I now have a &quot;send to a friend&quot; link on my page, it doesn't work. Could you take a look at it?  Many thanks&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blog.cleangreennappy.co.uk/2007/10/11/the-real-cost-of-real-nappies/&quot; rel=&quot;nofollow&quot;&gt;http://blog.cleangreennappy.co.uk/2007/10/11/the-real-cost-of-real-nappies/&lt;/a&gt;
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "Send to a friend"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=50#post-212</link>
<pubDate>Sat, 13 Oct 2007 20:58:55 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">212@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;You should be able to:&lt;/p&gt;
&lt;p&gt;1. open the index.html file included&lt;/p&gt;
&lt;p&gt;2. copy everything between and including the script tags&lt;/p&gt;
&lt;p&gt;3. paste it into single.php where you want it to appear&lt;/p&gt;
&lt;p&gt;4. make sure recommend.php is in the same folder as single.php
&lt;/p&gt;</description>
</item>
<item>
<title>CGN on "Send to a friend"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=50#post-211</link>
<pubDate>Sat, 13 Oct 2007 10:06:39 +0000</pubDate>
<dc:creator>CGN</dc:creator>
<guid isPermaLink="false">211@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;sorry for the multiple posts. I've been trying to get the url right. not sure if I have.  My code looks like this:&lt;/p&gt;
&lt;p&gt;onclick=window.open(&quot;recommend.php?loc='+window.location.&lt;br /&gt;
&lt;a href=&quot;http://blog.cleangreennappy.co.uk/wp-content/recommend/&quot; rel=&quot;nofollow&quot;&gt;http://blog.cleangreennappy.co.uk/wp-content/recommend/&lt;/a&gt;&lt;br /&gt;
+'&quot;,&quot;&quot;,&quot;height=280,width=260,top=150,left=200,toolbar=no,&lt;br /&gt;
menubar=no,location=no,status=no,resizable=1&quot;); title=&quot;Recommend this to a friend&quot;&amp;gt;Send to a Friend');&lt;/p&gt;
&lt;p&gt;is this right? (have copied only this extract of the code to avoid it showing up as a link, as above)
&lt;/p&gt;</description>
</item>
<item>
<title>CGN on "Send to a friend"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=50#post-210</link>
<pubDate>Sat, 13 Oct 2007 10:01:17 +0000</pubDate>
<dc:creator>CGN</dc:creator>
<guid isPermaLink="false">210@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;sorry, got a bit mixed up there.  This is what I've put in the single.php file, just before the get sidebar command&lt;/p&gt;
&lt;p&gt;script language=&quot;Javascript1.2&quot;&amp;gt;&lt;br /&gt;
document.write('&lt;a href=&quot;void(0)&quot; title=&quot;Recommend this to a friend&quot;&gt;Send to a Friend&lt;/a&gt;');&lt;br /&gt;
&amp;lt;/script&amp;gt;
&lt;/p&gt;</description>
</item>
<item>
<title>CGN on "Send to a friend"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=50#post-209</link>
<pubDate>Sat, 13 Oct 2007 09:52:54 +0000</pubDate>
<dc:creator>CGN</dc:creator>
<guid isPermaLink="false">209@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Many thanks Lee, am trying to do that now.  &lt;/p&gt;
&lt;p&gt;I've got the single.php file and uploaded the script as it, but that doesn't seem to make a difference.&lt;br /&gt;
Not sure what I should do - am a real novice with this sort of thing - should my code look like this:?&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;Javascript1.2&quot;&amp;gt; document.write(\\\\\'&lt;a href=&quot;void(0)&quot; title=&quot;Recommend this to a friend&quot;&gt;Send to a Friend&lt;/a&gt;\\\\\'); &amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Also trying to get some money over to you on paypal, but struggling even with that this morning - it shoould be with you soon!
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "VIew finder mailing list database"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=51#post-208</link>
<pubDate>Sat, 13 Oct 2007 09:11:42 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">208@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;You need to create one on your web host and then use those details to put into the config script.
&lt;/p&gt;</description>
</item>
<item>
<title>admin on "Send to a friend"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=50#post-207</link>
<pubDate>Sat, 13 Oct 2007 09:10:47 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">207@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Two things:&lt;/p&gt;
&lt;p&gt;1. you need to specify the path of the recommend.php file, as it is this is fine if it's in the same directory as the file that displays that page, otherwise you need to put in a relative path or full URL.&lt;/p&gt;
&lt;p&gt;2. There are a lot of \ in the code that generates the link in the JavaScript, which may be caused if you paste it into a CMS window, you need to add it to the PHP template file (single.php) that generates the page rather than pasting it into the content box (I notice you're using WordPress).
&lt;/p&gt;</description>
</item>
<item>
<title>CGN on "VIew finder mailing list database"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=51#post-206</link>
<pubDate>Sat, 13 Oct 2007 08:59:05 +0000</pubDate>
<dc:creator>CGN</dc:creator>
<guid isPermaLink="false">206@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hi&lt;br /&gt;
I've downloaded and installed mailing list, and have reached a standstill as I don't know how/where to specify my database. I was assuming that I would be collecting email addresses from the site, although I also have some to upload. Sorry if this is a very basic question, but how to I specify the database?&lt;/p&gt;
&lt;p&gt;Thanks for your help&lt;/p&gt;
&lt;p&gt;Esma
&lt;/p&gt;</description>
</item>
<item>
<title>CGN on "Send to a friend"</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=50#post-205</link>
<pubDate>Sat, 13 Oct 2007 08:51:30 +0000</pubDate>
<dc:creator>CGN</dc:creator>
<guid isPermaLink="false">205@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;Hi  Thanks so much for your great downloads. I've just added the recommend to a friend script. Added the php into a recommend directory, but then when I add the script to my post, it doesn't show up at all - it's there in the code, but nothing in the post. I'm not sure if I have to specify the location of the recommend.php file? If so, and this is really basic, please excuse me - I'm pretty new to this.  Would you mind having a look at &lt;a href=&quot;http://blog.cleangreennappy.co.uk/2007/10/11/the-real-cost-of-real-nappies/#more-14&quot; rel=&quot;nofollow&quot;&gt;http://blog.cleangreennappy.co.uk/2007/10/11/the-real-cost-of-real-nappies/#more-14&lt;/a&gt; to tell me if it's obvious what I'm doing wrong?&lt;/p&gt;
&lt;p&gt;(I put the script down at the bottom, after 'Posted by Esma'.&lt;/p&gt;
&lt;p&gt;Thanks
&lt;/p&gt;</description>
</item>
<item>
<title>Bogey on "Installation problem."</title>
<link>http://www.viewfinderdesign.co.uk/support/topic.php?id=49#post-204</link>
<pubDate>Tue, 09 Oct 2007 23:18:17 +0000</pubDate>
<dc:creator>Bogey</dc:creator>
<guid isPermaLink="false">204@http://www.viewfinderdesign.co.uk/support/</guid>
<description>&lt;p&gt;I got installations problems with this VML form.&lt;/p&gt;
&lt;p&gt;When I try to install it I get some codes viewed in the install.php and below all of them is the form where I actually put in the info to install the form.&lt;/p&gt;
&lt;p&gt;My local server that I'm using &quot;WAMP5&quot; has php and mysql on it. I don't know what the problem is.
&lt;/p&gt;</description>
</item>

</channel>
</rss>