<?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: SkyBlueCanvas Fragments Explained</title>
	<atom:link href="http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/</link>
	<description>The Lightweight Blog</description>
	<lastBuildDate>Thu, 12 Aug 2010 17:41:16 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: scott</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-1038</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Sun, 09 May 2010 15:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-1038</guid>
		<description>Good catch. I will make the correction in the text. Thanks for pointing out my mistake.</description>
		<content:encoded><![CDATA[<p>Good catch. I will make the correction in the text. Thanks for pointing out my mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masha</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-1037</link>
		<dc:creator>Masha</dc:creator>
		<pubDate>Sun, 09 May 2010 15:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-1037</guid>
		<description>Hi Scott,

There seems to be a typo in the code you suggest pasting into the functions.php above:

if ($item-&gt;group == $group-&gt;id) {
      array_push($these, $item);
    }

should be

if ($item-&gt;groups == $group-&gt;id) {
      array_push($these, $item);
    }

The &quot;group&quot; attribute doesn&#039;t exist in the item, only &quot;groups&quot;.

Great tutorial, just got my articles printing as if they were links, now playing with actual display. So much fun! :)</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>There seems to be a typo in the code you suggest pasting into the functions.php above:</p>
<p>if ($item-&gt;group == $group-&gt;id) {<br />
      array_push($these, $item);<br />
    }</p>
<p>should be</p>
<p>if ($item-&gt;groups == $group-&gt;id) {<br />
      array_push($these, $item);<br />
    }</p>
<p>The &#8220;group&#8221; attribute doesn&#8217;t exist in the item, only &#8220;groups&#8221;.</p>
<p>Great tutorial, just got my articles printing as if they were links, now playing with actual display. So much fun! <img src='http://blog.skybluecanvas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-617</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Mon, 22 Feb 2010 18:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-617</guid>
		<description>My pleasure. Feel free to ping me with any other questions you have.</description>
		<content:encoded><![CDATA[<p>My pleasure. Feel free to ping me with any other questions you have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leif Croonquist</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-616</link>
		<dc:creator>Leif Croonquist</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-616</guid>
		<description>I should take this to the forum.
So everything that I want to include that is NOT necessarily changeable content, but rather various part of page construction, should have its own folder in fragments and the content in &#039;view&#039; or [anyothername].php

Ok got that, moving on to page content, thank you Scott for your time :)

WJ</description>
		<content:encoded><![CDATA[<p>I should take this to the forum.<br />
So everything that I want to include that is NOT necessarily changeable content, but rather various part of page construction, should have its own folder in fragments and the content in &#8216;view&#8217; or [anyothername].php</p>
<p>Ok got that, moving on to page content, thank you Scott for your time <img src='http://blog.skybluecanvas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>WJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-615</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-615</guid>
		<description>Sorry if it is not clear. There are two pieces to the fragment, the fragment folder, and the fragment file. So if your fragment is a &quot;top-nav&quot;, create a folder named &quot;top-nav&quot; inside the data/skins/your_skin/fragments/ directory:

data/skins/your_skin/fragments/top-nav/

Then, inside the top-nav directly, create a PHP file. You indicated you named your file &quot;top-nav.php&quot;. That is fine so you would have:

data/skins/your_skin/fragments/top-nav/top-nav.php

Then in your code, add this:

&lt;!--#plugin:fragment(top-nav,top-nav)--&gt;

It&#039;s important to note that this is:

&lt;!--#plugin:fragment(foldername,filename)--&gt;</description>
		<content:encoded><![CDATA[<p>Sorry if it is not clear. There are two pieces to the fragment, the fragment folder, and the fragment file. So if your fragment is a &#8220;top-nav&#8221;, create a folder named &#8220;top-nav&#8221; inside the data/skins/your_skin/fragments/ directory:</p>
<p>data/skins/your_skin/fragments/top-nav/</p>
<p>Then, inside the top-nav directly, create a PHP file. You indicated you named your file &#8220;top-nav.php&#8221;. That is fine so you would have:</p>
<p>data/skins/your_skin/fragments/top-nav/top-nav.php</p>
<p>Then in your code, add this:</p>
<p>&lt;!&#8211;#plugin:fragment(top-nav,top-nav)&#8211;&gt;</p>
<p>It&#8217;s important to note that this is:</p>
<p>&lt;!&#8211;#plugin:fragment(foldername,filename)&#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leif Croonquist</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-614</link>
		<dc:creator>Leif Croonquist</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-614</guid>
		<description>This is just not clear. It talks about two pages. no mention if they are just examples. So I can only use these two pages? I get an error when installing a new fragment andmy uploaded fragment in the fragments folder wont load into the page.

I am using:
&lt;!--#plugin:fragment(top-nav)--&gt;

For a top-nav.php file in the fragments folder. I have also tried the curly braket version of the tag.

I think  this tutorial needs a little more explanation (read hand-holding). Perhaps use XYZ.php file names to avoid confusion?</description>
		<content:encoded><![CDATA[<p>This is just not clear. It talks about two pages. no mention if they are just examples. So I can only use these two pages? I get an error when installing a new fragment andmy uploaded fragment in the fragments folder wont load into the page.</p>
<p>I am using:<br />
<!--#plugin:fragment(top-nav)--></p>
<p>For a top-nav.php file in the fragments folder. I have also tried the curly braket version of the tag.</p>
<p>I think  this tutorial needs a little more explanation (read hand-holding). Perhaps use XYZ.php file names to avoid confusion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-439</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-439</guid>
		<description>You insert fragments into the HTML template. You do this by opening your template in an HTML editor and adding the fragment token &lt;!--#plugin:fragment(footer,view)--&gt; directly into the HTML. There is no admin GUI for doing this (unless you do it via the Skins HTML editor).</description>
		<content:encoded><![CDATA[<p>You insert fragments into the HTML template. You do this by opening your template in an HTML editor and adding the fragment token &lt;!&#8211;#plugin:fragment(footer,view)&#8211;&gt; directly into the HTML. There is no admin GUI for doing this (unless you do it via the Skins HTML editor).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franz</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-438</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Tue, 31 Mar 2009 09:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-438</guid>
		<description>Hello, I have installed SkyBlue with I&#039;m not able to insert footer fragments... I don&#039;t see anything related to &quot;fragments&quot; in the admin area. Where do I have to go Thank you Franz</description>
		<content:encoded><![CDATA[<p>Hello, I have installed SkyBlue with I&#8217;m not able to insert footer fragments&#8230; I don&#8217;t see anything related to &#8220;fragments&#8221; in the admin area. Where do I have to go Thank you Franz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SkyBlueCanvas - SkyBlueCanvas FormBuilder</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-417</link>
		<dc:creator>SkyBlueCanvas - SkyBlueCanvas FormBuilder</dc:creator>
		<pubDate>Sun, 22 Feb 2009 06:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-417</guid>
		<description>[...] can also learn more about Fragments in the Fragments Explained post on our [...]</description>
		<content:encoded><![CDATA[<p>[...] can also learn more about Fragments in the Fragments Explained post on our [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kordain</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-fragments-explained/comment-page-1/#comment-404</link>
		<dc:creator>Kordain</dc:creator>
		<pubDate>Wed, 04 Feb 2009 22:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=51#comment-404</guid>
		<description>Slight typo:
&quot;in the next section of the code, we are getting all of the published groups, by calling get_published (from functions.php) with the output of the xmlHandler.&quot;

The sentence starts with &#039;in&#039; instead of &#039;In&#039;

Good document, I do need to freshen up on my php though.</description>
		<content:encoded><![CDATA[<p>Slight typo:<br />
&#8220;in the next section of the code, we are getting all of the published groups, by calling get_published (from functions.php) with the output of the xmlHandler.&#8221;</p>
<p>The sentence starts with &#8216;in&#8217; instead of &#8216;In&#8217;</p>
<p>Good document, I do need to freshen up on my php though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
