<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Force article_image field to accept multiple images without a plugin</title>
 <description>Force article_image field to accept multiple images without a plugin - comments</description>
 <link>https://textpattern.tips/force-article_image-field-to-accept-multiple-images-without-a-plugin</link>
 <atom:link href="https://textpattern.tips/force-article_image-field-to-accept-multiple-images-without-a-plugin?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Sat, 08 Dec 12 11:08:39 +0000</pubDate>

 <item>
     <title>Comment on Force article_image field to accept multiple images without a plugin by Rabah (dragondz)</title>
     <link><a href="https://textpattern.tips/force-article_image-field-to-accept-multiple-images-without-a-plugin#c001174" id="c001174">1</a></link>
     <guid><a href="https://textpattern.tips/force-article_image-field-to-accept-multiple-images-without-a-plugin#c001174" id="c001174">1</a></guid>
     <pubDate>Sat, 08 Dec 12 09:41:56 +0000</pubDate>
     <description><![CDATA[<p>Hi, is this code not similar to this:</p><pre><code>&lt;txp:if_article_image&gt;
&lt;txp:images id='&lt;txp:custom_field name=&quot;article_image&quot; /&gt;' limit=&quot;10&quot;/&gt;
&lt;txp:image /&gt;
&lt;/txp:images&gt;
&lt;/txp:if_article_image&gt;
</code></pre>]]></description>
     <content:encoded><![CDATA[<p>Hi, is this code not similar to this:</p><pre><code>&lt;txp:if_article_image&gt;
&lt;txp:images id='&lt;txp:custom_field name=&quot;article_image&quot; /&gt;' limit=&quot;10&quot;/&gt;
&lt;txp:image /&gt;
&lt;/txp:images&gt;
&lt;/txp:if_article_image&gt;
</code></pre>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://ix-dz.com">Rabah (dragondz)</a></dc:creator>
 
</item>
<item>
     <title>Comment on Force article_image field to accept multiple images without a plugin by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/force-article_image-field-to-accept-multiple-images-without-a-plugin#c001175" id="c001175">1</a></link>
     <guid><a href="https://textpattern.tips/force-article_image-field-to-accept-multiple-images-without-a-plugin#c001175" id="c001175">1</a></guid>
     <pubDate>Sat, 08 Dec 12 11:08:39 +0000</pubDate>
     <description><![CDATA[<p>@Rabah &#8211; yes it is similar and the tip is not supposed to be unique (see the last paragraph of the article).</p><p>The idea is to present a defined solution for a particular task, in this case simply requiring that the <code>article_image</code> field display a list of images without the use of a plugin. The two articles referenced seek to create image galleries, whereas this article aims to fulfil one simple task.</p>]]></description>
     <content:encoded><![CDATA[<p>@Rabah &#8211; yes it is similar and the tip is not supposed to be unique (see the last paragraph of the article).</p><p>The idea is to present a defined solution for a particular task, in this case simply requiring that the <code>article_image</code> field display a list of images without the use of a plugin. The two articles referenced seek to create image galleries, whereas this article aims to fulfil one simple task.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>

</channel>
</rss>