<?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 SiteVars Plugin</title>
	<atom:link href="http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-sitevars-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-sitevars-plugin/</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: SkyBlueCanvas - SkyBlueCanvas v1.1 RC1 Skins Explained</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-sitevars-plugin/comment-page-1/#comment-151</link>
		<dc:creator>SkyBlueCanvas - SkyBlueCanvas v1.1 RC1 Skins Explained</dc:creator>
		<pubDate>Wed, 26 Nov 2008 06:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=37#comment-151</guid>
		<description>[...] SkyBlueCanvas also has some additional hooks via the SiteVars plugin. The full list is beyond the scope of this article, but you can learn more in the blog post about SiteVars. [...]</description>
		<content:encoded><![CDATA[<p>[...] SkyBlueCanvas also has some additional hooks via the SiteVars plugin. The full list is beyond the scope of this article, but you can learn more in the blog post about SiteVars. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-sitevars-plugin/comment-page-1/#comment-86</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 17 Oct 2008 22:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=37#comment-86</guid>
		<description>Thanks. I&#039;m glad you like it. The best place to post questions is on the forum: http://forum.skybluecanvas.com. I am notified of all new posts and try to respond within 48 hours. We also have a growing community that helps out as well.

Cheers,
Scott</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;m glad you like it. The best place to post questions is on the forum: <a href="http://forum.skybluecanvas.com" rel="nofollow">http://forum.skybluecanvas.com</a>. I am notified of all new posts and try to respond within 48 hours. We also have a growing community that helps out as well.</p>
<p>Cheers,<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Human</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-sitevars-plugin/comment-page-1/#comment-85</link>
		<dc:creator>Human</dc:creator>
		<pubDate>Fri, 17 Oct 2008 22:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=37#comment-85</guid>
		<description>Amazing thanks! I&#039;m really enjoying this app, but I do have a few questions about how to achieve certain results. Is there a place for this? or just ask here?</description>
		<content:encoded><![CDATA[<p>Amazing thanks! I&#8217;m really enjoying this app, but I do have a few questions about how to achieve certain results. Is there a place for this? or just ask here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-sitevars-plugin/comment-page-1/#comment-84</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 17 Oct 2008 19:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=37#comment-84</guid>
		<description>Thanks, Human.

You can get the Page Title but not the menu text. It should be pretty easy to add the menu title, however, since it is a property of the page. Open /skyblue_root/data/plugins/plugin.sitevars.php in a text editor (not word or a rich text editor - preferably something like NotePad) and add this line:

$html = str_replace(&#039;[[page.menutext]]&#039;, $page-&gt;name, $html);

to the plgSiteVars function. Just look for the other string replacement directives that are similarly formatted.

Scott</description>
		<content:encoded><![CDATA[<p>Thanks, Human.</p>
<p>You can get the Page Title but not the menu text. It should be pretty easy to add the menu title, however, since it is a property of the page. Open /skyblue_root/data/plugins/plugin.sitevars.php in a text editor (not word or a rich text editor &#8211; preferably something like NotePad) and add this line:</p>
<p>$html = str_replace(&#8217;[[page.menutext]]&#8217;, $page->name, $html);</p>
<p>to the plgSiteVars function. Just look for the other string replacement directives that are similarly formatted.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Human</title>
		<link>http://blog.skybluecanvas.com/skybluecanvas-lightweight-cms/skybluecanvas-sitevars-plugin/comment-page-1/#comment-83</link>
		<dc:creator>Human</dc:creator>
		<pubDate>Fri, 17 Oct 2008 19:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.skybluecanvas.com/?p=37#comment-83</guid>
		<description>Hi there, sweet little prog. With this sitevars plugin, is it possible to pass the Menu Text Name? I want to do this so I can setup a &quot;page title&quot; section on my pages.</description>
		<content:encoded><![CDATA[<p>Hi there, sweet little prog. With this sitevars plugin, is it possible to pass the Menu Text Name? I want to do this so I can setup a &#8220;page title&#8221; section on my pages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
