<?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: Creating a grid of images for an album in Drupal 6</title>
	<atom:link href="http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/feed" rel="self" type="application/rss+xml" />
	<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046</link>
	<description>Development blog from James Tombs about PHP, XHTML + CSS and Drupal</description>
	<lastBuildDate>Mon, 15 Mar 2010 12:25:33 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4531</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4531</guid>
		<description>Hah sorry, my bad - totally missed that... was nearing the end of a long day! Thanks for the perfect tutorials on this!</description>
		<content:encoded><![CDATA[<p>Hah sorry, my bad &#8211; totally missed that&#8230; was nearing the end of a long day! Thanks for the perfect tutorials on this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makoto</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4529</link>
		<dc:creator>Makoto</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4529</guid>
		<description>@admin Yes, I&#039;m reading it right now. Thanks a lot for your help and tutorials!</description>
		<content:encoded><![CDATA[<p>@admin Yes, I&#8217;m reading it right now. Thanks a lot for your help and tutorials!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4527</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4527</guid>
		<description>@Makoto, I have written an updated tutorial on &lt;a href=&quot;http://jamestombs.co.uk/2010-03-10/creating-a-grid-of-images-for-an-album-in-drupal-6-with-pagination/1106&quot; rel=&quot;nofollow&quot;&gt;creating a grid of images for an album in Drupal 6 with pagination&lt;/a&gt;. If you followed the tutorial by the letter originally, then you should be able to use the code as is without modifying table names etc.</description>
		<content:encoded><![CDATA[<p>@Makoto, I have written an updated tutorial on <a href="http://jamestombs.co.uk/2010-03-10/creating-a-grid-of-images-for-an-album-in-drupal-6-with-pagination/1106" rel="nofollow">creating a grid of images for an album in Drupal 6 with pagination</a>. If you followed the tutorial by the letter originally, then you should be able to use the code as is without modifying table names etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4523</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4523</guid>
		<description>@Makoto, It should be possible, but not easily using Drupal&#039;s pager function as it requires an SQL query.  I will write a tutorial in the next few days on adding pagination to the grid.</description>
		<content:encoded><![CDATA[<p>@Makoto, It should be possible, but not easily using Drupal&#8217;s pager function as it requires an SQL query.  I will write a tutorial in the next few days on adding pagination to the grid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4522</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4522</guid>
		<description>@Jason, yes, that should be hide Images for full node and teaser if you wish.</description>
		<content:encoded><![CDATA[<p>@Jason, yes, that should be hide Images for full node and teaser if you wish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4508</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4508</guid>
		<description>First part of this, where it says go to your content type I&#039;m assuming this is the Album content type we created in the album based image gallery tutorial.. however when I go to Display Fields all I see is Images, no Node field? Am I missing something here?

Great tutorial though, wish I&#039;d seen this a week ago!</description>
		<content:encoded><![CDATA[<p>First part of this, where it says go to your content type I&#8217;m assuming this is the Album content type we created in the album based image gallery tutorial.. however when I go to Display Fields all I see is Images, no Node field? Am I missing something here?</p>
<p>Great tutorial though, wish I&#8217;d seen this a week ago!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makoto</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4507</link>
		<dc:creator>Makoto</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4507</guid>
		<description>Hi, good day.

I wanna thank you and congratulate you for making such an incredibly easy tutorial. It was very easy to follow and the results are really impressive.

I was wondering, Is it possible to add pages to an album? I mean, in the case I had more than 9 images in an album I want to show just 9 images in Page 1, 9 images in Page 2 and so on.

If possible, How can I achieve it?</description>
		<content:encoded><![CDATA[<p>Hi, good day.</p>
<p>I wanna thank you and congratulate you for making such an incredibly easy tutorial. It was very easy to follow and the results are really impressive.</p>
<p>I was wondering, Is it possible to add pages to an album? I mean, in the case I had more than 9 images in an album I want to show just 9 images in Page 1, 9 images in Page 2 and so on.</p>
<p>If possible, How can I achieve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vandalf</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4340</link>
		<dc:creator>Vandalf</dc:creator>
		<pubDate>Sun, 07 Mar 2010 09:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4340</guid>
		<description>Ah! Of course! That is brilliant! Thank you so much for your quick reply! It now looks exactly as I wanted! :)</description>
		<content:encoded><![CDATA[<p>Ah! Of course! That is brilliant! Thank you so much for your quick reply! It now looks exactly as I wanted! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4308</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 08:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4308</guid>
		<description>@Vandalf in your CSS file, you could add a line for .views-whatever-your-table-class-is td img { padding: 5px; }</description>
		<content:encoded><![CDATA[<p>@Vandalf in your CSS file, you could add a line for .views-whatever-your-table-class-is td img { padding: 5px; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vandalf</title>
		<link>http://jamestombs.co.uk/2009-06-25/creating-a-grid-of-images-for-an-album-in-drupal/1046/comment-page-1#comment-4292</link>
		<dc:creator>Vandalf</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1046#comment-4292</guid>
		<description>Hi, 
First, let me thank you a thousand times for making such an easy-to-follow tutorial, with such an excellent result!
However, I have one tiny struggle. Everything is looking very good, but I&#039;d like to increase the spacing between both rows and columns. I&#039;ve tried to adjust the &quot;Separator&quot; in the Row style, but that does not seem to work at all. Tried both the &#160; and setting a px, an em, or a % number, but nothing made a difference. 

Probably should let you know that I&#039;m using a contributed theme called Mistylook. Perhaps the problem is there? If so, could you give me a tip as to what to look for, because I cannot seem to find the correct line.

Again, thanks a million for this tutorial, and thanks in advance for any help on my problem!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First, let me thank you a thousand times for making such an easy-to-follow tutorial, with such an excellent result!<br />
However, I have one tiny struggle. Everything is looking very good, but I&#8217;d like to increase the spacing between both rows and columns. I&#8217;ve tried to adjust the &#8220;Separator&#8221; in the Row style, but that does not seem to work at all. Tried both the &nbsp; and setting a px, an em, or a % number, but nothing made a difference. </p>
<p>Probably should let you know that I&#8217;m using a contributed theme called Mistylook. Perhaps the problem is there? If so, could you give me a tip as to what to look for, because I cannot seem to find the correct line.</p>
<p>Again, thanks a million for this tutorial, and thanks in advance for any help on my problem!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
