<?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: TTG Auto Index 2.01</title>
	<atom:link href="http://lr.theturninggate.net/2009/04/ttg-auto-index-201/feed/" rel="self" type="application/rss+xml" />
	<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01</link>
	<description>Adobe Lightroom Web Engines, Tutorials and Resources</description>
	<lastBuildDate>Wed, 27 Oct 2010 16:59:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: theturninggate</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-2275</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Tue, 08 Sep 2009 22:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-2275</guid>
		<description>You need to increase the size of the thumbnails used in your galleries. The index gets it&#039;s thumbnail images from the /thumbnails/ folder in each gallery.</description>
		<content:encoded><![CDATA[<p>You need to increase the size of the thumbnails used in your galleries. The index gets it&#8217;s thumbnail images from the /thumbnails/ folder in each gallery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-1252</link>
		<dc:creator>Clayton</dc:creator>
		<pubDate>Sat, 01 Aug 2009 00:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-1252</guid>
		<description>Hi Matt.
I&#039;m having trouble getting the thumbnail size to appear LARGER in the index. I&#039;ve re rendered the index a couple of times adjusting the size of the box and increasing the thumb size, but the thumbs always appear quite small. What am I missing? Is there something in the code I can adjust to make the thumb fill the box?
Thanks again!!
Clayton</description>
		<content:encoded><![CDATA[<p>Hi Matt.<br />
I&#8217;m having trouble getting the thumbnail size to appear LARGER in the index. I&#8217;ve re rendered the index a couple of times adjusting the size of the box and increasing the thumb size, but the thumbs always appear quite small. What am I missing? Is there something in the code I can adjust to make the thumb fill the box?<br />
Thanks again!!<br />
Clayton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-558</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Tue, 02 Jun 2009 17:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-558</guid>
		<description>&lt;a href=&quot;#comment-555&quot; rel=&quot;nofollow&quot;&gt;@theturninggate&lt;/a&gt; 
Hi Matt,

The best solution is to change the index.php file.
Inside the For-loop block which outputs the HTML-code, you&#039;ll have to change &lt;?= into &lt;?php print

So that&#039;s in four lines of code.

I had the same problem as Sean, I&#039;m using IIS5.1 with PHP 5.2.x (standard installation)
So I think that other users who use IIS in combination with PHP will have the same problem.

Harry</description>
		<content:encoded><![CDATA[<p><a href="#comment-555" rel="nofollow">@theturninggate</a><br />
Hi Matt,</p>
<p>The best solution is to change the index.php file.<br />
Inside the For-loop block which outputs the HTML-code, you&#8217;ll have to change &lt;?= into &lt;?php print</p>
<p>So that&#8217;s in four lines of code.</p>
<p>I had the same problem as Sean, I&#8217;m using IIS5.1 with PHP 5.2.x (standard installation)<br />
So I think that other users who use IIS in combination with PHP will have the same problem.</p>
<p>Harry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-555</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Tue, 02 Jun 2009 15:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-555</guid>
		<description>Hi Harry,

The PHP showed up in my email, if not here on the site. Thanks for the assistance. I&#039;ll crack things open for a look and try this out. Does this change go into my index.php file, or into one of the php INI files?

Cheers,
Matt</description>
		<content:encoded><![CDATA[<p>Hi Harry,</p>
<p>The PHP showed up in my email, if not here on the site. Thanks for the assistance. I&#8217;ll crack things open for a look and try this out. Does this change go into my index.php file, or into one of the php INI files?</p>
<p>Cheers,<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-551</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Tue, 02 Jun 2009 11:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-551</guid>
		<description>&lt;a href=&quot;#comment-550&quot; rel=&quot;nofollow&quot;&gt;@Harry&lt;/a&gt; 
Bugger... the php-code in my reply to you is neatly translated by PHP :-)

But I think you can undertsand it anyway, see the index.php file for the code which has to be changed.</description>
		<content:encoded><![CDATA[<p><a href="#comment-550" rel="nofollow">@Harry</a><br />
Bugger&#8230; the php-code in my reply to you is neatly translated by PHP <img src='http://lr.theturninggate.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>But I think you can undertsand it anyway, see the index.php file for the code which has to be changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-550</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Tue, 02 Jun 2009 11:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-550</guid>
		<description>&lt;a href=&quot;#comment-332&quot; rel=&quot;nofollow&quot;&gt;@theturninggate&lt;/a&gt; 
Hi Sean and Matthew,

The problem is a setting in th ePHP.INI file. Search for short_open_tag. The default setting is &quot;Off&quot;, switch it to &quot;On&quot;.
This, however is not recommended, see also the comment on it inside PHP.INI.

A better solution would be changing &lt;?= into &lt;?php print

So, for instance:
&lt;img src=&quot;&quot; class=&quot;thumbImg&quot; title=&quot;&quot; alt=&quot;&quot; /&gt;

should be changed into:
&lt;img src=&quot;&quot; class=&quot;thumbImg&quot; title=&quot;&quot; alt=&quot;&quot; /&gt;

Enjoy!</description>
		<content:encoded><![CDATA[<p><a href="#comment-332" rel="nofollow">@theturninggate</a><br />
Hi Sean and Matthew,</p>
<p>The problem is a setting in th ePHP.INI file. Search for short_open_tag. The default setting is &#8220;Off&#8221;, switch it to &#8220;On&#8221;.<br />
This, however is not recommended, see also the comment on it inside PHP.INI.</p>
<p>A better solution would be changing &lt;?= into &lt;?php print</p>
<p>So, for instance:<br />
&lt;img src=&#8221;" class=&#8221;thumbImg&#8221; title=&#8221;" alt=&#8221;" /&gt;</p>
<p>should be changed into:<br />
&lt;img src=&#8221;" class=&#8221;thumbImg&#8221; title=&#8221;" alt=&#8221;" /&gt;</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-411</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Tue, 26 May 2009 20:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-411</guid>
		<description>You&#039;re visiting the shadowbox.php file (or whatever you might have renamed it) when you hit the page in your browser?</description>
		<content:encoded><![CDATA[<p>You&#8217;re visiting the shadowbox.php file (or whatever you might have renamed it) when you hit the page in your browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-399</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 26 May 2009 03:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-399</guid>
		<description>Hi Matthew,

I just installed AutoIndex 2.01, (LR 2.3), and can&#039;t seem to get the shadowbox function to work.  All the galleries display, but without the shadowbox.  Followed the instructions on the TTG AutoIndex home page, but no dice.  Any suggestions?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>I just installed AutoIndex 2.01, (LR 2.3), and can&#8217;t seem to get the shadowbox function to work.  All the galleries display, but without the shadowbox.  Followed the instructions on the TTG AutoIndex home page, but no dice.  Any suggestions?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-351</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 19 May 2009 11:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-351</guid>
		<description>Thanks!  Looks great!</description>
		<content:encoded><![CDATA[<p>Thanks!  Looks great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2009%2F04%2Fttg-auto-index-201%2F&amp;seed_title=TTG+Auto+Index+2.01/comment-page-1/#comment-348</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Mon, 18 May 2009 12:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=491#comment-348</guid>
		<description>Richard,

Galleries are ordered alphabetically by folder name; the order can be reversed by flipping a boolean toggle within the PHP, as documented above. The way to set them in chronological order is to name the folders with numbers, i.e. 01-Venezia, 02-Firenze, 03-Roma, etc., and then to set them in reverse order, so that as you continue to add galleries, newer galleries with higher numbers will float to the top of the page. Alternatively, name the folders by date, i.e. 20090430-Venezia, 20090501-Firenze, 20090505-Roma, and reverse order them.</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>Galleries are ordered alphabetically by folder name; the order can be reversed by flipping a boolean toggle within the PHP, as documented above. The way to set them in chronological order is to name the folders with numbers, i.e. 01-Venezia, 02-Firenze, 03-Roma, etc., and then to set them in reverse order, so that as you continue to add galleries, newer galleries with higher numbers will float to the top of the page. Alternatively, name the folders by date, i.e. 20090430-Venezia, 20090501-Firenze, 20090505-Roma, and reverse order them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

