<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Having problems viewing list records in a detail records page</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Having-problems-viewing-list-records-in-a-detail-records-page-79813</link>
        <description></description>
        <pubDate>Mon, 15 Jun 2026 00:24:43 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Having-problems-viewing-list-records-in-a-detail-records-page-79813" rel="self" type="application/rss+xml" />

                <item>
          <title>Having problems viewing list records in a detail records page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235416#post2235416</link>
          <description><![CDATA[<p>Hi Meg,</p>
<p>Can you send in a Support Request with your CMS login details, FTP and link to the page:</p>
<p><a href="https://www.interactivetools.com/support/email_support_form.php?priority=free&amp;message=http://www.interactivetools.com/forum/forum-posts-reply.php?postNum=2235411" rel="nofollow">https://www.interactivetools.com/support/email_support_form.php?priority=free&amp;message=http://www.interactivetools.com/forum/forum-posts-reply.php?postNum=2235411</a></p>
<p>Thanks!</p>]]></description>
          <pubDate>Mon, 24 Nov 2014 15:56:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235416#post2235416</guid>
        </item>
                <item>
          <title>Having problems viewing list records in a detail records page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235411#post2235411</link>
          <description><![CDATA[<p>I have essentially an article page with a view all articles at the footer. I can't get the list of all the articles to view. Not sure what's going on. I'm using this code: </p>

<p><code>list($articlesRecords, $articlesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'articles',<br />    'where'       =&gt; whereRecordNumberInUrl(1), <br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; true,<br />    'limit'       =&gt; '1',<br />  ));<br />  $detailRecord = @$articlesRecords[0];<br />  <br />  list($articlesRecords, $articlesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'articles',<br />    'perPage'     =&gt; '6',<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; false,<br />  ));<br />  <br />   list($prevRecord, $nextRecord, $firstRecord, $lastRecord) = getPrevAndNextRecords(array( <br />    'tableName' =&gt; 'articles', <br />    'recordNum' =&gt; $detailRecord['num'], <br />    'orderBy'   =&gt; 'createdDate'<br />  ));<br /></code></p>

<p><code>&lt;?php foreach ($articlesRecords as $listRecord): ?&gt;<br />&lt;?php $isSelected = ($listRecord['num'] == $detailRecord['num']); ?&gt;<br />&lt;?php if ($isSelected) { print "&lt;b&gt;"; } ?&gt;<br />&lt;!--Article--&gt;<br />&lt;div class="mosaic-block fade"&gt;<br />&lt;a href="&lt;?php echo htmlencode($listRecord['_link']) ?&gt;" class="mosaic-overlay"&gt;<br />&lt;div class="details" align="center"&gt;<br />&lt;h6&gt;&lt;?php echo htmlencode($listRecord['life:text']) ?&gt;&lt;/h6&gt;<br />&lt;h6&gt;&lt;?php echo htmlencode($listRecord['style:text']) ?&gt;&lt;/h6&gt;<br />&lt;h5&gt;&lt;?php echo htmlencode($listRecord['title']) ?&gt;&lt;/h5&gt;<br />&lt;h4&gt;&lt;?php echo htmlencode($listRecord['byline']) ?&gt;&lt;/h4&gt;<br />&lt;p&gt;SEE FEATURE &lt;img src="images/white-arrow.png" alt="&amp;gt;" width="8" height="8" border="0" /&gt;&lt;/p&gt;<br />&lt;/div&gt;<br />&lt;/a&gt;<br />&lt;div class="mosaic-backdrop" style="background: url(&lt;?php foreach ($listRecord['article_images'] as $index =&gt; $upload): ?&gt;&lt;?php if ($index &gt;= 1) { continue; } // limit uploads shown ?&gt;&lt;?php echo $upload['urlPath'] ?&gt;&lt;?php endforeach ?&gt;) top center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;"&gt;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;!--END Article--&gt;<br />&lt;?php if ($isSelected) { print "&lt;/b&gt;"; } ?&gt;<br />&lt;?php endforeach ?&gt;</code></p>
<p>any suggestions??</p>]]></description>
          <pubDate>Mon, 24 Nov 2014 12:58:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235411#post2235411</guid>
        </item>
              </channel>
    </rss>
  