<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Using a pic as the link in a combo page</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Using-a-pic-as-the-link-in-a-combo-page-81374</link>
        <description></description>
        <pubDate>Mon, 20 Apr 2026 12:38:16 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Using-a-pic-as-the-link-in-a-combo-page-81374" rel="self" type="application/rss+xml" />

                <item>
          <title>Using a pic as the link in a combo page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242405#post2242405</link>
          <description><![CDATA[<p>It worked a treat.  Thanks so much!</p>]]></description>
          <pubDate>Mon, 20 Aug 2018 10:07:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242405#post2242405</guid>
        </item>
                <item>
          <title>Using a pic as the link in a combo page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242293#post2242293</link>
          <description><![CDATA[<p>Mate, you're a lifesaver!</p>
<p>I'll give it a try and report back.</p>]]></description>
          <pubDate>Mon, 16 Jul 2018 10:55:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242293#post2242293</guid>
        </item>
                <item>
          <title>Using a pic as the link in a combo page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242292#post2242292</link>
          <description><![CDATA[<p>Hi,</p>
<p>The combo page generator does not support this feature by default, However, you can make it happen by a few simple steps:</p>
<p>1. In the combo page, find where the getRecords() is called for "text list" records and change the "loadUploads" option to be true. By default, it will look something like this:</p>
<p><code>list($booksRecords, $booksMetaData) = getRecords(array(<br />'tableName'   =&gt; 'books',<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />));<br /></code></p>

<p>2. Find where the "text list" is generated. Modify the list to show image uploads or whatever information you want for the list:</p>

<p><code>&lt;!-- STEP2: Display Record List (Paste this where you want your record list) --&gt;<br />    &lt;b&gt;Record List&lt;/b&gt;&lt;br/&gt;<br />    &lt;?php foreach ($booksRecords as $listRecord): ?&gt;<br />      &lt;?php $isSelected = ($listRecord['num'] == $detailRecord['num']); ?&gt;<br />      &lt;?php if ($isSelected) { print "&lt;b&gt;"; } ?&gt;<br />      &lt;a href="&lt;?php echo htmlencode($listRecord['_link']) ?&gt;"&gt;<span style="color:#ff0000;">&lt;img src="&lt;?php echo $listRecord['images'][0]['urlPath'] ?&gt;" /&gt;</span>&lt;/a&gt;&lt;br/&gt;<br />      &lt;?php if ($isSelected) { print "&lt;/b&gt;"; } ?&gt;<br />    &lt;?php endforeach ?&gt;</code></p>

<p>If you want to use the thumbnail instead of the original image, change "urlPath" to "thumbUrlPath".</p>
<p>Let me know if you got any questions!</p>]]></description>
          <pubDate>Mon, 16 Jul 2018 10:48:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242292#post2242292</guid>
        </item>
                <item>
          <title>Using a pic as the link in a combo page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242291#post2242291</link>
          <description><![CDATA[<p>Hi. I've been trying to work this out to no avail.</p>
<p>I have a site which sell books.  On one page has all the current books, linked to a detail page, which gives more detail on that book. Fine so far.</p>
<p>At the bottom of that detail page, I want a list of all of the other books available, as per a combo page. </p>
<p>However rather than the list being text, I want them to be pics (possibly thumbnail, possibly not), which can be clicked on to go through to that product.</p>
<p>Is this possible using a combo page?  The only fields I appear to be able to use are text fields.</p>
<p>Any help greatly appreciated!</p>]]></description>
          <pubDate>Mon, 16 Jul 2018 10:08:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242291#post2242291</guid>
        </item>
              </channel>
    </rss>
  