<?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>Alex's Support Forums Tag: recipients</title>
<link>http://www.alex-hardy.co.uk/forums/</link>
<description>Alex's Support Forums Tag: recipients</description>
<language>en</language>
<pubDate>Wed, 19 Nov 2008 22:31:30 +0000</pubDate>

<item>
<title>nortongulch on "Simple User Trick - Recipient's email"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/simple-user-trick-recipients-email#post-30</link>
<pubDate>Thu, 08 May 2008 17:39:35 +0000</pubDate>
<dc:creator>nortongulch</dc:creator>
<guid isPermaLink="false">30@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Amen to your Note!&#60;/p&#62;
&#60;p&#62;Reminds me of an ages old backup program or drive,   can't remember which that had a sign &#34;Blessed are the pessimists as they hath made backups.&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Simple User Trick - Recipient's email"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/simple-user-trick-recipients-email#post-27</link>
<pubDate>Thu, 08 May 2008 09:21:36 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">27@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Thanks for this!&#60;/p&#62;
&#60;p&#62;Note to all users: If you modify the simpleContact code to suit your particular needs, please do post on these forums. Not only does it help other users, but if there is evidence of significant demand I may decide to roll a feature into the mainstream release.&#60;/p&#62;
&#60;p&#62;Please also take care when upgrading from a customised copy. Be sure to back up your files so that your changes can be reinstated.
&#60;/p&#62;</description>
</item>
<item>
<title>nortongulch on "Simple User Trick - Recipient's email"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/simple-user-trick-recipients-email#post-26</link>
<pubDate>Wed, 07 May 2008 18:51:56 +0000</pubDate>
<dc:creator>nortongulch</dc:creator>
<guid isPermaLink="false">26@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Client wanted to cut and paste address information from his email received when user visits site to create mailing label.   &#60;/p&#62;
&#60;p&#62;As written,  SimpleContact includes a label (ie., Address Line 1:) before each field.  This can easily be modified in sc_admin\include\contact\posted.php.   Instead of deleting labels from existing code  (always a pain in the neck when dealing with code that will be updated periodically by the developer --  1.0, 1.1, 1.2, etc.), I have chosen to add some values to the $notify_body variable.&#60;/p&#62;
&#60;p&#62;At then end of $notify_body --  just before the end quote and semi-colon (&#34;;), add the following:&#60;/p&#62;
&#60;p&#62;\n----------------------------------------------\nInfo for Address Label:\n\n$label_name$label_position$label_company$label_addr1$label_addr2$label_town$label_country&#60;/p&#62;
&#60;p&#62;To support these new values which adds a new line (\n) if there is field is not blank, add the following definitions just below:&#60;br /&#62;
 if ($pcode != &#34;&#34;) {$show_pcode = &#34;Post / ZIP code: $pcode\n&#34;;} else {$show_pcode = &#34;&#34;;}&#60;/p&#62;
&#60;p&#62;Add:&#60;br /&#62;
if ($name_full != &#34;&#34;) {$label_name = &#34;$name_full\n&#34;;} else {$label_name = &#34;&#34;;}&#60;br /&#62;
if ($position != &#34;&#34;) {$label_position = &#34;$position\n&#34;;} else {$label_position = &#34;&#34;;}&#60;br /&#62;
if ($company != &#34;&#34;) {$label_company = &#34;$company\n&#34;;} else {$label_company = &#34;&#34;;}&#60;br /&#62;
if ($addr1 != &#34;&#34;) {$label_addr1 = &#34;$addr1\n&#34;;} else {$label_addr1 = &#34;&#34;;}&#60;br /&#62;
if ($addr2 != &#34;&#34;) {$label_addr2 = &#34;$addr2\n&#34;;} else {$label_addr2 = &#34;&#34;;}&#60;br /&#62;
if ($town != &#34;&#34;) {$label_town = &#34;$town $pcode\n&#34;;} else {$label_town = &#34;&#34;;}&#60;br /&#62;
if ($country != &#34;&#34;) {$label_country = &#34;$country\n&#34;;} else {$label_country = &#34;&#34;;}
&#60;/p&#62;</description>
</item>

</channel>
</rss>
