<?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/"
		>
<channel>
	<title>Comments for That Net Site</title>
	<atom:link href="http://thatnetsite.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thatnetsite.com</link>
	<description>A Blog About What is On &#039;My&#039; Mind</description>
	<lastBuildDate>Mon, 07 May 2012 23:07:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on SobiPro Templating How To&#8230; by Greg</title>
		<link>http://thatnetsite.com/2011/06/sobipro-templating-how-to/comment-page-2/#comment-79681</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 07 May 2012 23:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=354#comment-79681</guid>
		<description>Len, try using the following when adding your code, 

&lt; for all &lt;

and

&gt; for all &gt;

Do a replace in your code and then post the code again.</description>
		<content:encoded><![CDATA[<p>Len, try using the following when adding your code, </p>
<p>&lt; for all < and</p>
<p>&gt; for all ></p>
<p>Do a replace in your code and then post the code again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SobiPro Templating How To&#8230; by Len Renda</title>
		<link>http://thatnetsite.com/2011/06/sobipro-templating-how-to/comment-page-2/#comment-79646</link>
		<dc:creator>Len Renda</dc:creator>
		<pubDate>Mon, 07 May 2012 18:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=354#comment-79646</guid>
		<description>Ok, code stripped again :(</description>
		<content:encoded><![CDATA[<p>Ok, code stripped again <img src='http://thatnetsite.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SobiPro Templating How To&#8230; by Len Renda</title>
		<link>http://thatnetsite.com/2011/06/sobipro-templating-how-to/comment-page-2/#comment-79645</link>
		<dc:creator>Len Renda</dc:creator>
		<pubDate>Mon, 07 May 2012 18:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=354#comment-79645</guid>
		<description>Hi Greg
I hope this inquiry finds you in much better health. Me, I am really losing it here!

I have tried just about everything I can think of, and then some!

This post on the Sigsiu community forum... mentions the AIContactSafe component which can be used to add a contact form onto the Sobi listing
The code in this topic (https://forum.sigsiu.net/community-board-for-sobipro-discussions/contact-form-36196/10/) mentions

11. Place the plugin code in your Sobipro details template: (note: the pf=3 is your form profile id)

{aicontactsafeform pf=3&#124;use_css=1&#124;aics_recipient_email=&lt;xsl /&gt;&#124;aics_subject=&lt;xsl /&gt;}

If I paste the below code in a new article, it works fine. (see test under module &quot;recent articles of interest&quot;) on www.myadvisor.co.za

Yet everything I try to get the contact form to show on the end of the listing will not work.
Obviously I am doing something wrong!!!! I just cant figure out what!!

In the listing, I even tried it by created  a new field, and setting it up as follows: text area, allowing html with no filters, parse content.
I then edited an entry, and in this new field, I pasted the above code, but still no contact form!

I tried alternating between the setting in section config/general config/ template data/parse template data=yes/no, and the parse content=yes/no in the field properties, but still no joy!

I tried pasting the following:
&lt;xsl /&gt;
into various locations in the details.xsl, but it either broke it, or reflected some of the code directly, or did nothing!!
This is driving me TOTALLY nuts!! Can anyone help before I land in the looney bin!!!
Len
PS. I will check after publishing if all the code gets stripped again.</description>
		<content:encoded><![CDATA[<p>Hi Greg<br />
I hope this inquiry finds you in much better health. Me, I am really losing it here!</p>
<p>I have tried just about everything I can think of, and then some!</p>
<p>This post on the Sigsiu community forum&#8230; mentions the AIContactSafe component which can be used to add a contact form onto the Sobi listing<br />
The code in this topic (<a href="https://forum.sigsiu.net/community-board-for-sobipro-discussions/contact-form-36196/10/" rel="nofollow">https://forum.sigsiu.net/community-board-for-sobipro-discussions/contact-form-36196/10/</a>) mentions</p>
<p>11. Place the plugin code in your Sobipro details template: (note: the pf=3 is your form profile id)</p>
<p>{aicontactsafeform pf=3|use_css=1|aics_recipient_email=<xsl />|aics_subject=<xsl />}</p>
<p>If I paste the below code in a new article, it works fine. (see test under module &#8220;recent articles of interest&#8221;) on <a href="http://www.myadvisor.co.za" rel="nofollow">http://www.myadvisor.co.za</a></p>
<p>Yet everything I try to get the contact form to show on the end of the listing will not work.<br />
Obviously I am doing something wrong!!!! I just cant figure out what!!</p>
<p>In the listing, I even tried it by created  a new field, and setting it up as follows: text area, allowing html with no filters, parse content.<br />
I then edited an entry, and in this new field, I pasted the above code, but still no contact form!</p>
<p>I tried alternating between the setting in section config/general config/ template data/parse template data=yes/no, and the parse content=yes/no in the field properties, but still no joy!</p>
<p>I tried pasting the following:<br />
<xsl /><br />
into various locations in the details.xsl, but it either broke it, or reflected some of the code directly, or did nothing!!<br />
This is driving me TOTALLY nuts!! Can anyone help before I land in the looney bin!!!<br />
Len<br />
PS. I will check after publishing if all the code gets stripped again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The RBA vs the Banks on Interest Rate Changes by kim</title>
		<link>http://thatnetsite.com/2012/05/the-rba-vs-the-banks-on-interest-rate-changes/comment-page-1/#comment-78977</link>
		<dc:creator>kim</dc:creator>
		<pubDate>Fri, 04 May 2012 01:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=434#comment-78977</guid>
		<description>Boycott Banks!

i do.
i have no debt and pursue a low consumption life-style; i have less need for income because i have so few outgoings - i own my water supply, electrical supply, heating fuel supply, and recreational systems ( all within the one estate, unencumbered by mortgage ).

small monies from this and that become large monies just by saving cash.

it is a reasonable picture of living sheltered from the worst the money system throws at you.

take this thing with the banks; if you are beholden your choices are very narrow and amount to hopes of changes to the macro.
whereas if you designed the micro to be resilient to the obvious profit taking (from you) of the system, you could be like me in despising the banks and affecting boycott.

my position of strength now is the strength of the cash strapped but landed gentry ( i hope ).</description>
		<content:encoded><![CDATA[<p>Boycott Banks!</p>
<p>i do.<br />
i have no debt and pursue a low consumption life-style; i have less need for income because i have so few outgoings &#8211; i own my water supply, electrical supply, heating fuel supply, and recreational systems ( all within the one estate, unencumbered by mortgage ).</p>
<p>small monies from this and that become large monies just by saving cash.</p>
<p>it is a reasonable picture of living sheltered from the worst the money system throws at you.</p>
<p>take this thing with the banks; if you are beholden your choices are very narrow and amount to hopes of changes to the macro.<br />
whereas if you designed the micro to be resilient to the obvious profit taking (from you) of the system, you could be like me in despising the banks and affecting boycott.</p>
<p>my position of strength now is the strength of the cash strapped but landed gentry ( i hope ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SobiPro Templating How To&#8230; by Greg</title>
		<link>http://thatnetsite.com/2011/06/sobipro-templating-how-to/comment-page-2/#comment-78960</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 04 May 2012 00:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=354#comment-78960</guid>
		<description>This is by default entries are not displayed on categories.  You could however have a look at the code in the sections view and try adding something similar to the category view.  Or alternatively use a SobiPro module to show the entries on the Category view by also using something like modules anywhere and place the module in your sections general section description.  There is help in the SobiPro documentation for this but I cannot share that here as it would not be right.</description>
		<content:encoded><![CDATA[<p>This is by default entries are not displayed on categories.  You could however have a look at the code in the sections view and try adding something similar to the category view.  Or alternatively use a SobiPro module to show the entries on the Category view by also using something like modules anywhere and place the module in your sections general section description.  There is help in the SobiPro documentation for this but I cannot share that here as it would not be right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SobiPro Templating How To&#8230; by Greg</title>
		<link>http://thatnetsite.com/2011/06/sobipro-templating-how-to/comment-page-2/#comment-78958</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 03 May 2012 23:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=354#comment-78958</guid>
		<description>Are you asking for Sobipro to show all entries for a specific author?  Yes this can be achieved, the answer however is quite long to put into a comment, so I will add it to the main post later for you, give me a couple of days to get to it :).  Alternatively you could become a SobiPro Member and see the answer in the Tips and Tricks forum.</description>
		<content:encoded><![CDATA[<p>Are you asking for Sobipro to show all entries for a specific author?  Yes this can be achieved, the answer however is quite long to put into a comment, so I will add it to the main post later for you, give me a couple of days to get to it <img src='http://thatnetsite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  Alternatively you could become a SobiPro Member and see the answer in the Tips and Tricks forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SobiPro Templating How To&#8230; by Greg</title>
		<link>http://thatnetsite.com/2011/06/sobipro-templating-how-to/comment-page-2/#comment-78957</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 03 May 2012 23:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=354#comment-78957</guid>
		<description>Maria, sorry I am not really sure what you are asking, can you be more specific please.

In relation to SobiPro membership I believe it is worth getting at least a one month membership to which you should use extensively and ask for help in the SobiPro forums as the developers can provide more help than I can.  It will also give you access to the documentation that is actually quite good and very helpful... longer access to the documentation can be achieved if you are clever enough :)</description>
		<content:encoded><![CDATA[<p>Maria, sorry I am not really sure what you are asking, can you be more specific please.</p>
<p>In relation to SobiPro membership I believe it is worth getting at least a one month membership to which you should use extensively and ask for help in the SobiPro forums as the developers can provide more help than I can.  It will also give you access to the documentation that is actually quite good and very helpful&#8230; longer access to the documentation can be achieved if you are clever enough <img src='http://thatnetsite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacement Icons for 7-Zip (ver3) by Greg</title>
		<link>http://thatnetsite.com/2010/06/replacement-icons-for-7-zip-ver3/comment-page-1/#comment-78955</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 03 May 2012 23:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=248#comment-78955</guid>
		<description>Thanks Yaser :)</description>
		<content:encoded><![CDATA[<p>Thanks Yaser <img src='http://thatnetsite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SobiPro Templating How To&#8230; by Greg</title>
		<link>http://thatnetsite.com/2011/06/sobipro-templating-how-to/comment-page-2/#comment-78954</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 03 May 2012 23:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=354#comment-78954</guid>
		<description>Hi Sergey, use one of the following depending on your needs, the ...data is the usual access like fields/fieldname/data

...data/@icon – for icon
...data/@image – for image (re-sized original via your settings)
...data/@thumbail – for thumbail
...data/@original – for original

Hope that helps</description>
		<content:encoded><![CDATA[<p>Hi Sergey, use one of the following depending on your needs, the &#8230;data is the usual access like fields/fieldname/data</p>
<p>&#8230;data/@icon – for icon<br />
&#8230;data/@image – for image (re-sized original via your settings)<br />
&#8230;data/@thumbail – for thumbail<br />
&#8230;data/@original – for original</p>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SobiPro Templating How To&#8230; by Greg</title>
		<link>http://thatnetsite.com/2011/06/sobipro-templating-how-to/comment-page-2/#comment-78952</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 03 May 2012 23:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://thatnetsite.com/?p=354#comment-78952</guid>
		<description>am not really sure what you are asking, is it that you want other entry vcards displayed on the details page of a single entry?  If so it is not something I have done, but I do think it could be achieved by adding some specific code from the section view to the details view.  Sorry I cannot specifically provide that code as it will take some considerable time to work that out and provide it.  Personally it is not what I thin you should do - but that is just my opinion.</description>
		<content:encoded><![CDATA[<p>am not really sure what you are asking, is it that you want other entry vcards displayed on the details page of a single entry?  If so it is not something I have done, but I do think it could be achieved by adding some specific code from the section view to the details view.  Sorry I cannot specifically provide that code as it will take some considerable time to work that out and provide it.  Personally it is not what I thin you should do &#8211; but that is just my opinion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

