<?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"
	>
<channel>
	<title>Comments on: Reflection: Photoblog Theme</title>
	<atom:link href="http://xyloid.org/2008/03/09/reflection-photoblog-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/</link>
	<description>The world from a mathematician's perspective</description>
	<pubDate>Fri, 08 Aug 2008 18:27:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: JM</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8965</link>
		<dc:creator>JM</dc:creator>
		<pubDate>Wed, 06 Aug 2008 17:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8965</guid>
		<description>Hello Again,

Fixed my problem by reading through the others posts....

Now if i can just figure out how to change from page_id to a nice looking url name...

:)

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello Again,</p>
<p>Fixed my problem by reading through the others posts&#8230;.</p>
<p>Now if i can just figure out how to change from page_id to a nice looking url name&#8230;</p>
<p> <img src='http://xyloid.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JM</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8964</link>
		<dc:creator>JM</dc:creator>
		<pubDate>Wed, 06 Aug 2008 17:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8964</guid>
		<description>Hi Dave,

Great template!

I'm having issues getting the Mosaic page to run. It's probably something simple since i'm quite new to PHP...

I keep getting a 404 error, and i followed the steps on your page. Might be something i need to change in header.php. It's like the mosaic template never gets used.

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Great template!</p>
<p>I&#8217;m having issues getting the Mosaic page to run. It&#8217;s probably something simple since i&#8217;m quite new to PHP&#8230;</p>
<p>I keep getting a 404 error, and i followed the steps on your page. Might be something i need to change in header.php. It&#8217;s like the mosaic template never gets used.</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8893</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 29 Jul 2008 10:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8893</guid>
		<description>Hi guys,

Thanks for the feedback. Here are some fixes that I've sent around in e-mail.

For those of you running PHP4 who are encountering the T_OBJECT_OPERATOR error, edit index.php and change lines 25-26 to:

&lt;blockquote&gt;
$next_post = is_object($npobj = get_next_post()) ? $npobj-&gt;ID : 0;
$prev_post = is_object($ppobj = get_previous_post()) ? $ppobj-&gt;ID : 0;
&lt;/blockquote&gt;

Thanks to Alan for pointing out how to fix the duplicate shot.</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>Thanks for the feedback. Here are some fixes that I&#8217;ve sent around in e-mail.</p>
<p>For those of you running PHP4 who are encountering the T_OBJECT_OPERATOR error, edit index.php and change lines 25-26 to:</p>
<blockquote><p>
$next_post = is_object($npobj = get_next_post()) ? $npobj->ID : 0;<br />
$prev_post = is_object($ppobj = get_previous_post()) ? $ppobj->ID : 0;
</p></blockquote>
<p>Thanks to Alan for pointing out how to fix the duplicate shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8887</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 28 Jul 2008 23:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8887</guid>
		<description>Hi,

I've figured out that T_OBJECT_OPERATOR has absolutely nothing to do with the ternary operator as I thought, but as already mentioned, the fact that my web server is using PHP4 and not 5.

Looks like it can't be fixed until my host upgrades. Never mind.

T.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve figured out that T_OBJECT_OPERATOR has absolutely nothing to do with the ternary operator as I thought, but as already mentioned, the fact that my web server is using PHP4 and not 5.</p>
<p>Looks like it can&#8217;t be fixed until my host upgrades. Never mind.</p>
<p>T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8885</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 28 Jul 2008 17:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8885</guid>
		<description>Fixed the duplicate shot. Under YAPB plugin options you have to remove the checkbox for display image on single page under auto image insertion sub-options.</description>
		<content:encoded><![CDATA[<p>Fixed the duplicate shot. Under YAPB plugin options you have to remove the checkbox for display image on single page under auto image insertion sub-options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8884</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 28 Jul 2008 17:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8884</guid>
		<description>For anyone interested. Fixed my Mosaic problem. Permalinks needs to be set to active under settings area of Wordpress admin.

Still having issue with duplicate photo showing up in shot notes. Might be an issue with Efix data cause that shows up with tons of garbled text as well. Any ideas please email me at alanseideman at gmail dot com</description>
		<content:encoded><![CDATA[<p>For anyone interested. Fixed my Mosaic problem. Permalinks needs to be set to active under settings area of Wordpress admin.</p>
<p>Still having issue with duplicate photo showing up in shot notes. Might be an issue with Efix data cause that shows up with tons of garbled text as well. Any ideas please email me at alanseideman at gmail dot com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8846</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8846</guid>
		<description>Hi Dave,

Wonderful theme - am having problems with PHP4 and the T_OBJECT_OPERATOR problem.

I'm not too good with PHP but I'm guessing PHP5 has changed the way the ternary operator works? Or something?

A direction for a fix for your excellent theme would be much appreciated.

T.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Wonderful theme - am having problems with PHP4 and the T_OBJECT_OPERATOR problem.</p>
<p>I&#8217;m not too good with PHP but I&#8217;m guessing PHP5 has changed the way the ternary operator works? Or something?</p>
<p>A direction for a fix for your excellent theme would be much appreciated.</p>
<p>T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8844</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8844</guid>
		<description>Thanks for the great theme Dave. I really love it. I'm just trying to tweak it now to make it work. Maybe someone can help.

Photo Pages - the photo shows up duplicated in the "shot notes" section. So I have two pictures per page.

Page Names - Dave's blog (and others) have SEO friendly URLs for their pages. So instead of having pageid=2 or some other number, they are nice URLs like blog.com/thispicture - wondering how people are doing that.

Also - Mosaic Page. Finally got it to work once I created the page and changed template to mosaic but still not linked to from the header bar. Header links to /mosaic/ but my mosaic page is pageid=3. I can change this manually but just wondering if there's a more elegant way to go.

thanks!

Alan</description>
		<content:encoded><![CDATA[<p>Thanks for the great theme Dave. I really love it. I&#8217;m just trying to tweak it now to make it work. Maybe someone can help.</p>
<p>Photo Pages - the photo shows up duplicated in the &#8220;shot notes&#8221; section. So I have two pictures per page.</p>
<p>Page Names - Dave&#8217;s blog (and others) have SEO friendly URLs for their pages. So instead of having pageid=2 or some other number, they are nice URLs like blog.com/thispicture - wondering how people are doing that.</p>
<p>Also - Mosaic Page. Finally got it to work once I created the page and changed template to mosaic but still not linked to from the header bar. Header links to /mosaic/ but my mosaic page is pageid=3. I can change this manually but just wondering if there&#8217;s a more elegant way to go.</p>
<p>thanks!</p>
<p>Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlisky3</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8827</link>
		<dc:creator>tlisky3</dc:creator>
		<pubDate>Mon, 21 Jul 2008 20:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8827</guid>
		<description>Is there anyway of running this theme without japba and how can the xyloid-photo in the tagline changed?</description>
		<content:encoded><![CDATA[<p>Is there anyway of running this theme without japba and how can the xyloid-photo in the tagline changed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Epay</title>
		<link>http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8732</link>
		<dc:creator>Epay</dc:creator>
		<pubDate>Thu, 03 Jul 2008 15:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://xyloid.org/2008/03/09/reflection-photoblog-theme/#comment-8732</guid>
		<description>Thx to your great work!
I've uploaded all files directly....but in my PRESENTATION it said that The following themes are installed but incomplete. Themes must have a stylesheet and a template.Stylesheet is missing.
so I need your guidance....</description>
		<content:encoded><![CDATA[<p>Thx to your great work!<br />
I&#8217;ve uploaded all files directly&#8230;.but in my PRESENTATION it said that The following themes are installed but incomplete. Themes must have a stylesheet and a template.Stylesheet is missing.<br />
so I need your guidance&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
