<?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 on: WP Include File: a WordPress Plugin</title>
	<atom:link href="http://www.amberpanther.com/contributions/wp-include-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amberpanther.com/contributions/wp-include-file/</link>
	<description>Soft Creativity</description>
	<lastBuildDate>Wed, 23 Feb 2011 04:17:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Andreas.P</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-12830</link>
		<dc:creator>Andreas.P</dc:creator>
		<pubDate>Wed, 23 Feb 2011 04:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-12830</guid>
		<description>Your suggestion has been included in v.3.1. You can download it&lt;/a&gt; from the WordPress Plugin Directory.</description>
		<content:encoded><![CDATA[<p>Your suggestion has been included in v.3.1. You can download it from the WordPress Plugin Directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas.P</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-12829</link>
		<dc:creator>Andreas.P</dc:creator>
		<pubDate>Wed, 23 Feb 2011 04:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-12829</guid>
		<description>Your suggestion has been addressed and included in v.3.1. You can download it&lt;/a&gt; from the WordPress Plugin Directory.</description>
		<content:encoded><![CDATA[<p>Your suggestion has been addressed and included in v.3.1. You can download it from the WordPress Plugin Directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ph.Melleret</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-12677</link>
		<dc:creator>Ph.Melleret</dc:creator>
		<pubDate>Sun, 20 Feb 2011 17:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-12677</guid>
		<description>If you want to use extra parameters in you included file, you may insert this code in wp-include-file, near line 105 ( the two first and last line belong to the code)
	//append file name
	$fullpath .= &quot;/&quot;.$file;
	
	$string = explode(&#039;?&#039;, $fullpath);
	$fullpath = $string[0];
	$params = explode( &#039;&amp;&#039;, urldecode( str_replace( &#039;#038;&#039;, &#039;&amp;&#039;, $string[1])));
	for ( $i=0; $i &lt; count( $params); $i++) {
		$param = explode( &#039;=&#039;, $params[ $i]);
		$_GET[ $param[0]] = $param[1];
	}
	$_GET[&#039;sender&#039;] = &#039;include_file&#039;;
	
	//return if file does not exist</description>
		<content:encoded><![CDATA[<p>If you want to use extra parameters in you included file, you may insert this code in wp-include-file, near line 105 ( the two first and last line belong to the code)<br />
	//append file name<br />
	$fullpath .= &#8220;/&#8221;.$file;</p>
<p>	$string = explode(&#8216;?&#8217;, $fullpath);<br />
	$fullpath = $string[0];<br />
	$params = explode( &#8216;&amp;&#8217;, urldecode( str_replace( &#8216;#038;&#8217;, &#8216;&amp;&#8217;, $string[1])));<br />
	for ( $i=0; $i &lt; count( $params); $i++) {<br />
		$param = explode( &#039;=&#039;, $params[ $i]);<br />
		$_GET[ $param[0]] = $param[1];<br />
	}<br />
	$_GET[&#039;sender&#039;] = &#039;include_file&#039;;</p>
<p>	//return if file does not exist</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas.P</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-12324</link>
		<dc:creator>Andreas.P</dc:creator>
		<pubDate>Tue, 08 Feb 2011 22:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-12324</guid>
		<description>Thanks for your recommendation. It definitely makes sense and we will include it the next update.</description>
		<content:encoded><![CDATA[<p>Thanks for your recommendation. It definitely makes sense and we will include it the next update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Spencer</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-12316</link>
		<dc:creator>Mark Spencer</dc:creator>
		<pubDate>Tue, 08 Feb 2011 06:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-12316</guid>
		<description>Hi 

This is a great plugin and finally getting closer to a real CMS reusing code/content like this is great. 

I have a query regarding the ap-wpinc-general-options page with the three selections:
+ WordPress Root Directory. 
+ Site Root Directory.
+ Theme Root Directory.  
Where the pre-populated site&#039;s root directory has not gone low enough to get to where the files are which I am sharing with 3 websites in my case. What I am presented with is /home/blueysk/public_html/foryouremergence.com and I would like /home/mysite/public_html/ /home/mysite/public_html/anotherdomain so that I can put in a path that represents a pseudo CDN, where I am sharing a little bit of content with each of the sites.  Is there a way to get this lower or overide it by some syntax in the Path extension like ../../wherever/whatever or a fourth unpopulated option on the Choose you path where I can put in the part of the path I want?

This would allow people to start building their own CDN.

I also have two hosting sites and I could actually use a second host/domain if this option was allowed as the fourth place - for example:

+ WordPress Root Directory. 
+ Site Root Directory.
+ Theme Root Directory.  
+ User specified Domain/Directory/Path. [            ]  (Take care and no what you&#039;re doing etc...)</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>This is a great plugin and finally getting closer to a real CMS reusing code/content like this is great. </p>
<p>I have a query regarding the ap-wpinc-general-options page with the three selections:<br />
+ WordPress Root Directory.<br />
+ Site Root Directory.<br />
+ Theme Root Directory.<br />
Where the pre-populated site&#8217;s root directory has not gone low enough to get to where the files are which I am sharing with 3 websites in my case. What I am presented with is /home/blueysk/public_html/foryouremergence.com and I would like /home/mysite/public_html/ /home/mysite/public_html/anotherdomain so that I can put in a path that represents a pseudo CDN, where I am sharing a little bit of content with each of the sites.  Is there a way to get this lower or overide it by some syntax in the Path extension like ../../wherever/whatever or a fourth unpopulated option on the Choose you path where I can put in the part of the path I want?</p>
<p>This would allow people to start building their own CDN.</p>
<p>I also have two hosting sites and I could actually use a second host/domain if this option was allowed as the fourth place &#8211; for example:</p>
<p>+ WordPress Root Directory.<br />
+ Site Root Directory.<br />
+ Theme Root Directory.<br />
+ User specified Domain/Directory/Path. [            ]  (Take care and no what you&#8217;re doing etc&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Include File and WordPress 3.0 &#124; AmberPanther : Soft Creativity</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-8022</link>
		<dc:creator>WP Include File and WordPress 3.0 &#124; AmberPanther : Soft Creativity</dc:creator>
		<pubDate>Sat, 09 Oct 2010 13:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-8022</guid>
		<description>[...] can read more about WP Include File here.        No Responses to &#8220;WP Include File and WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] can read more about WP Include File here.        No Responses to &#8220;WP Include File and WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas.P</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-5021</link>
		<dc:creator>Andreas.P</dc:creator>
		<pubDate>Sun, 06 Jun 2010 14:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-5021</guid>
		<description>This is not an option with WP Include File.</description>
		<content:encoded><![CDATA[<p>This is not an option with WP Include File.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-4974</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Fri, 04 Jun 2010 05:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-4974</guid>
		<description>Hi is it possible with your program to include a php file from another web site which shows up on my website not as a link but the content of that file.
Regards Ben</description>
		<content:encoded><![CDATA[<p>Hi is it possible with your program to include a php file from another web site which shows up on my website not as a link but the content of that file.<br />
Regards Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas.P</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-4321</link>
		<dc:creator>Andreas.P</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-4321</guid>
		<description>Hello... at the moment this feature is not supported and it is not in our immediate plans to support it, as it would greatly increase the implementation complexity of the plugin. Our suggestion would be to split the html file in the parts (i.e. multiple files) you want, and then use the WP Include File shortcode to load the different files, separating each shortcode call with the &lt;code&gt;more&lt;/code&gt; short-tag. Thank you for choosing WP Include File...</description>
		<content:encoded><![CDATA[<p>Hello&#8230; at the moment this feature is not supported and it is not in our immediate plans to support it, as it would greatly increase the implementation complexity of the plugin. Our suggestion would be to split the html file in the parts (i.e. multiple files) you want, and then use the WP Include File shortcode to load the different files, separating each shortcode call with the <code>more</code> short-tag. Thank you for choosing WP Include File&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Schlosser</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-4302</link>
		<dc:creator>Joachim Schlosser</dc:creator>
		<pubDate>Tue, 20 Apr 2010 20:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-4302</guid>
		<description>Hi, great plugin you created there. Just one question: Is it possible to take into account the &lt;!--more--&gt; tag in included files? And if yes, then how? Reason is the following: I use the plugin to include a HTML file generated from LaTeX document in a post, and this document is updated from time to time. However, the document is also long enough to have a &lt;!--more--&gt; after the introduction. So how could I make your wonderful plugin to allow &quot;read more&quot;?

Thanks so much!</description>
		<content:encoded><![CDATA[<p>Hi, great plugin you created there. Just one question: Is it possible to take into account the <!--more--> tag in included files? And if yes, then how? Reason is the following: I use the plugin to include a HTML file generated from LaTeX document in a post, and this document is updated from time to time. However, the document is also long enough to have a <!--more--> after the introduction. So how could I make your wonderful plugin to allow &#8220;read more&#8221;?</p>
<p>Thanks so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

