<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Amcelroyk</link>
        <description></description>
        <pubDate>Sun, 19 Apr 2026 19:02:02 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amcelroyk&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Listing Preview Page Issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231807#post2231807</link>
          <description><![CDATA[<p>I identified the problem; I was filtering by record number in the PHP downpage as well as in my where statement.</p>
<p>Thanks for the help!</p>]]></description>
          <pubDate>Tue, 17 Sep 2013 11:59:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231807#post2231807</guid>
        </item>
                <item>
          <title>Listing Preview Page Issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231799#post2231799</link>
          <description><![CDATA[<p>I added a preview page to the Viewer Urls =&gt; Preview Page Url field, and when creating a new entry, the preview works perfectly. However, when I click "Preview" while editing an existing entry, the preview page doesn't load any content from the CMS. The code I am using in my preview.php file to load entries is:</p>
<p>// load record from 'blog_entries'<br /> list($blog_entriesRecords, $blog_entriesMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'blog_entries',<br /> 'where' =&gt; whereRecordNumberInUrl(0),<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; true,<br /> 'limit' =&gt; '1',<br /> ));<br /> $blog_entriesRecord = @$blog_entriesRecords[0]; // get first record<br /> if (!$blog_entriesRecord) { dieWith404("Record not found!"); } // show error message if no record found</p>
<p>The link being displayed in the address bar is preview.php?preview-9999999999, whether I am editing or creating an entry.</p>
<p>Thank you!</p>]]></description>
          <pubDate>Tue, 17 Sep 2013 09:13:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231799#post2231799</guid>
        </item>
              </channel>
    </rss>
  