<?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 The Turning Gate</title>
	<atom:link href="http://theturninggate.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://theturninggate.net</link>
	<description>Photographers Plugins and Resources</description>
	<lastBuildDate>Wed, 22 Feb 2012 14:55:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Canon Gear for Sale by Mark</title>
		<link>http://theturninggate.net/2012/01/canon-gear-for-sale/#comment-699</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 22 Feb 2012 14:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=388#comment-699</guid>
		<description>You come and live with my wife and kids and i&#039;ll go to Korea,  sorted now we are both happy :-)</description>
		<content:encoded><![CDATA[<p>You come and live with my wife and kids and i&#8217;ll go to Korea,  sorted now we are both happy :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Out of the Office by John McMahon</title>
		<link>http://theturninggate.net/2012/02/out-of-the-office/#comment-676</link>
		<dc:creator>John McMahon</dc:creator>
		<pubDate>Fri, 17 Feb 2012 01:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=621#comment-676</guid>
		<description>Hope you brought long johns!</description>
		<content:encoded><![CDATA[<p>Hope you brought long johns!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Social Media Toolbar w/ PHPlugins by Matt</title>
		<link>http://theturninggate.net/2012/02/add-a-social-media-toolbar-w-phplugins/#comment-660</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 15 Feb 2012 15:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=606#comment-660</guid>
		<description>You would use the G_STYLE identifiers for that, probably using a few if/else statements to control your output according to which page you&#039;re on.</description>
		<content:encoded><![CDATA[<p>You would use the G_STYLE identifiers for that, probably using a few if/else statements to control your output according to which page you&#8217;re on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Social Media Toolbar w/ PHPlugins by Martin</title>
		<link>http://theturninggate.net/2012/02/add-a-social-media-toolbar-w-phplugins/#comment-658</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 15 Feb 2012 11:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=606#comment-658</guid>
		<description>Hi Matt, fantastic tutorial!! I know its not pretty all these social media buttons but it seems a necessary evil today, just wondering is there a way to not have the buttons show up on certain pages like &#039;About&#039; and &#039;contact&#039; page by switching them off possibly, or do I have to write GSTYLE thingys for each section I want the social media buttons on I havent delved into GSTYLES but if thats the way to go I will look into it, thanks for all your help, love tutorials like this thanks, Martin</description>
		<content:encoded><![CDATA[<p>Hi Matt, fantastic tutorial!! I know its not pretty all these social media buttons but it seems a necessary evil today, just wondering is there a way to not have the buttons show up on certain pages like &#8216;About&#8217; and &#8216;contact&#8217; page by switching them off possibly, or do I have to write GSTYLE thingys for each section I want the social media buttons on I havent delved into GSTYLES but if thats the way to go I will look into it, thanks for all your help, love tutorials like this thanks, Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Social Media Toolbar w/ PHPlugins by Markus Hörster</title>
		<link>http://theturninggate.net/2012/02/add-a-social-media-toolbar-w-phplugins/#comment-655</link>
		<dc:creator>Markus Hörster</dc:creator>
		<pubDate>Tue, 14 Feb 2012 22:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=606#comment-655</guid>
		<description>Thanks for your help! :-)</description>
		<content:encoded><![CDATA[<p>Thanks for your help! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Social Media Toolbar w/ PHPlugins by Matt</title>
		<link>http://theturninggate.net/2012/02/add-a-social-media-toolbar-w-phplugins/#comment-654</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 14 Feb 2012 22:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=606#comment-654</guid>
		<description>Ah, you&#039;re right. I should have thought of that (sorry!). That function doesn&#039;t exist in the CE version.


	// Gets current page URL
	function currentPageURL() {
		$pageURL = &#039;http&#039;;

		if (!empty($_SERVER[&#039;HTTPS&#039;])) {$pageURL .= &quot;s&quot;;}
		$pageURL .= &quot;://&quot;;

		if ($_SERVER[&quot;SERVER_PORT&quot;] != &quot;80&quot;) {
			$pageURL .= $_SERVER[&quot;SERVER_NAME&quot;].&quot;:&quot;.$_SERVER[&quot;SERVER_PORT&quot;].$_SERVER[&quot;REQUEST_URI&quot;];
		} else {
			$pageURL .= $_SERVER[&quot;SERVER_NAME&quot;].$_SERVER[&quot;REQUEST_URI&quot;];
		}

		return $pageURL;
	}</description>
		<content:encoded><![CDATA[<p>Ah, you&#8217;re right. I should have thought of that (sorry!). That function doesn&#8217;t exist in the CE version.</p>
<p>	// Gets current page URL<br />
	function currentPageURL() {<br />
		$pageURL = &#8216;http&#8217;;</p>
<p>		if (!empty($_SERVER['HTTPS'])) {$pageURL .= &#8220;s&#8221;;}<br />
		$pageURL .= &#8220;://&#8221;;</p>
<p>		if ($_SERVER["SERVER_PORT"] != &#8220;80&#8243;) {<br />
			$pageURL .= $_SERVER["SERVER_NAME"].&#8221;:&#8221;.$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];<br />
		} else {<br />
			$pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];<br />
		}</p>
<p>		return $pageURL;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Social Media Toolbar w/ PHPlugins by Markus Hörster</title>
		<link>http://theturninggate.net/2012/02/add-a-social-media-toolbar-w-phplugins/#comment-653</link>
		<dc:creator>Markus Hörster</dc:creator>
		<pubDate>Tue, 14 Feb 2012 22:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=606#comment-653</guid>
		<description>Can you please give me the code for the currentPageURL() function? I used another one and it works now and I see the toolbar , but I would like to use your function.</description>
		<content:encoded><![CDATA[<p>Can you please give me the code for the currentPageURL() function? I used another one and it works now and I see the toolbar , but I would like to use your function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Social Media Toolbar w/ PHPlugins by Markus Hörster</title>
		<link>http://theturninggate.net/2012/02/add-a-social-media-toolbar-w-phplugins/#comment-652</link>
		<dc:creator>Markus Hörster</dc:creator>
		<pubDate>Tue, 14 Feb 2012 22:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=606#comment-652</guid>
		<description>I think there is something wrong with the currentPageURL() function. Can I replace this with something else?</description>
		<content:encoded><![CDATA[<p>I think there is something wrong with the currentPageURL() function. Can I replace this with something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Social Media Toolbar w/ PHPlugins by Matt</title>
		<link>http://theturninggate.net/2012/02/add-a-social-media-toolbar-w-phplugins/#comment-651</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 14 Feb 2012 21:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=606#comment-651</guid>
		<description>The G_STYLE identifiers are only for targeting specific page types. For global use, you&#039;d not need to use them.

The code should be the same, I should think.</description>
		<content:encoded><![CDATA[<p>The G_STYLE identifiers are only for targeting specific page types. For global use, you&#8217;d not need to use them.</p>
<p>The code should be the same, I should think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Social Media Toolbar w/ PHPlugins by Markus Hörster</title>
		<link>http://theturninggate.net/2012/02/add-a-social-media-toolbar-w-phplugins/#comment-650</link>
		<dc:creator>Markus Hörster</dc:creator>
		<pubDate>Tue, 14 Feb 2012 21:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://theturninggate.net/?p=606#comment-650</guid>
		<description>the CSS part works now, I&#039;ve used ttg_user_head

ttg_user_body for the toolbar does not work. In the old Facebook/Twitter integration there is a part of code that sais: if (G_STYLE == &#039;HIGHSLIDE-CE&#039;) { }

Do I have to put this in in some way? Or should the code be the same as on this page here, excet the ttg_canvas_top exchanged?</description>
		<content:encoded><![CDATA[<p>the CSS part works now, I&#8217;ve used ttg_user_head</p>
<p>ttg_user_body for the toolbar does not work. In the old Facebook/Twitter integration there is a part of code that sais: if (G_STYLE == &#8216;HIGHSLIDE-CE&#8217;) { }</p>
<p>Do I have to put this in in some way? Or should the code be the same as on this page here, excet the ttg_canvas_top exchanged?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

