<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Insert &amp;quot;no_image.gif&amp;quot; when no image is uploaded</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Insert-no_image_gif-when-no-image-is-uploaded-69267</link>
        <description></description>
        <pubDate>Sun, 14 Jun 2026 09:43:28 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Insert-no_image_gif-when-no-image-is-uploaded-69267" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Dave] Insert &quot;no_image.gif&quot; when no image is uploaded</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193622#post2193622</link>
          <description><![CDATA[Great! Thx<br />]]></description>
          <pubDate>Fri, 03 Oct 2008 02:03:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193622#post2193622</guid>
        </item>
                <item>
          <title>Re: [kovali] Insert &quot;no_image.gif&quot; when no image is uploaded</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193612#post2193612</link>
          <description><![CDATA[Hi Kovali,  Welcome to the CMS Builder forum!<br /><br />Just add this after the &lt;?php endforeach ?&gt;<br /><br />&lt;?php if (!$record['foto']): ?&gt; <br />  Sorry, no images.  &lt;img ... your tag here ... /&gt;<br />&lt;?php endif ?&gt;<br /><br />The ! means &quot;not&quot; as in &quot;not images&quot; or &quot;no images&quot;.<br /><br />Hope that helps!<br />]]></description>
          <pubDate>Thu, 02 Oct 2008 17:21:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193612#post2193612</guid>
        </item>
                <item>
          <title>Insert &quot;no_image.gif&quot; when no image is uploaded</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193604#post2193604</link>
          <description><![CDATA[Hi all, <br /><br />I want to insert a &quot;no_image.gif&quot; in a products list for a specific product, only in case no picture was uploaded for a that product. Is this possible pls?  <br /><br />My code for now (works fine, but shows a blank space where no picture is available...) : <br /><br /><b>&lt;?php foreach ($record['foto'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />            &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; class=&quot;highslide&quot; onClick=&quot;return hs.expand(this, {captionId: 'caption1'})&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;br/&gt;</b> <br /><br /><b>          &lt;?php elseif ($upload['isImage']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;</b> <br /><br /><b>          &lt;?php else: ?&gt;<br />            &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;Download &lt;?php echo $upload['filename'] ?&gt;&lt;/a&gt;&lt;br/&gt;</b> <br /><br /><b>          &lt;?php endif ?&gt;<br />        &lt;?php endforeach ?&gt;</b> <br /><br />Thanks !!<br />]]></description>
          <pubDate>Thu, 02 Oct 2008 04:37:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193604#post2193604</guid>
        </item>
              </channel>
    </rss>
  