<?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%3Ajconnect</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 16:03:51 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ajconnect&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Dave] GD or GD2?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193209#post2193209</link>
          <description><![CDATA[Great, we'll go with GD2. As always, many thanks for the quick response!<br />]]></description>
          <pubDate>Wed, 03 Sep 2008 13:42:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193209#post2193209</guid>
        </item>
                <item>
          <title>GD or GD2?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193203#post2193203</link>
          <description><![CDATA[Hi there,<br /><br />We have to get our host to install the GD extension for PHP on our webserver but we need to know whether to use GD or GD2...any help would be appreciated,<br /><br />Thanks,<br />J<br />]]></description>
          <pubDate>Wed, 03 Sep 2008 10:20:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193203#post2193203</guid>
        </item>
                <item>
          <title>Re: [Dave] French / Spanish menus &amp; navigations</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191969#post2191969</link>
          <description><![CDATA[Yes, that clears it up, thanks!<br />]]></description>
          <pubDate>Fri, 13 Jun 2008 13:05:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191969#post2191969</guid>
        </item>
                <item>
          <title>French / Spanish menus &amp; navigations</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191966#post2191966</link>
          <description><![CDATA[Hi there, <br /><br />I have a client who is interested in getting a tri-lingual version of a CMS tool for their website, does it come with French &amp; or Spanish files and, if not, is it possible for me to create them so that the user will be presented with a different language to navigate? <br /><br />Thanks <br /><br />J<br />]]></description>
          <pubDate>Fri, 13 Jun 2008 08:19:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191966#post2191966</guid>
        </item>
                <item>
          <title>Re: [Dave] List and page viewer in a single page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191804#post2191804</link>
          <description><![CDATA[Thank you for the clarification. I look forward to really getting into this product! <br /><br />J<br />]]></description>
          <pubDate>Fri, 30 May 2008 16:36:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191804#post2191804</guid>
        </item>
                <item>
          <title>Re: [Dave] List and page viewer in a single page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191801#post2191801</link>
          <description><![CDATA[Hi Dave, <br /><br />That did it exactly! I am assuming that if no 'where' parameter is specified, it just defaults to the first record? Thanks a million, especially for the super fast response!<br />]]></description>
          <pubDate>Fri, 30 May 2008 15:34:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191801#post2191801</guid>
        </item>
                <item>
          <title>List and page viewer in a single page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191798#post2191798</link>
          <description><![CDATA[Hi there, <br /><br />Let me explain the layout of my site: <br /><br />I have a products page which outlines two main products. The outline text is managed through the CMS via a page viewer and a list viewer generates the links for the products. When you click on either product, it takes you to a product_details page viewer which loads the appropriate record. <br /><br />On all my pages I also have a page viewer to the right side which just has some sidebar text.  <br /><br />Everything works great except that when I click on the second product in the products page (and the URL has record # 2 in it), I get an error at the top as follows: <br /><br />&quot;Notice: Undefined offset: 0 in /home/content/.../product_details.php on line 22&quot; <br /><br />Also, the side bar text will then not be visible.  <br /><br />The code at the top of the page is: <br /><br />&quot;&lt;?php<br />  <br />  require_once &quot;/home/content/c/p/a/cpagee/html/cmsAdmin/lib/viewer_functions.php&quot;; <br /><br /> <br /><br />list($product_listRecords, $product_listDetails) = getRecords(array(<br />    'tableName'   =&gt; 'product_list',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $product_listRecord = $product_listRecords[0]; // get first record <br /><br /><br /> <br /><br />  list($sidebarRecords, $sidebarDetails) = getRecords(array(<br />    'tableName'   =&gt; 'sidebar',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  )); <br /><br />  $sidebarRecord = $sidebarRecords[0]; // get first record<br />?&gt;&quot; <br /><br />  <br /><br />It looks to me like the viewer is trying to see record 2, which of course won't exist for a single page viewer. I tried putting this line &quot;  $options['recordNum'] = @$listRows[0]['sidebarDetails'];&quot; before the sidebar line to get the first record but no luck. Any help would be appreciated!<br />]]></description>
          <pubDate>Fri, 30 May 2008 14:47:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191798#post2191798</guid>
        </item>
                <item>
          <title>Re: [Dave] Private Label - question re logo images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191704#post2191704</link>
          <description><![CDATA[That clears it up, thank you very much for the prompt feedback! <br /><br />J<br />]]></description>
          <pubDate>Fri, 23 May 2008 16:32:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191704#post2191704</guid>
        </item>
                <item>
          <title>Private Label - question re logo images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191690#post2191690</link>
          <description><![CDATA[Hi there, <br /><br />I know this is a trivial question and couldn't find a reference to in in the online docs so I apologize in advance! I see in the private labelling section of the admin that you locate the psd and gif file of your image and I have uploaded our company's 'logo.psd' file to the appropriate URL {/cmsAdmin/images/}...does the system generate a .gif based on this file or do we just create a new 'logo.gif' and upload it? If so, is there any need to even have a 'logo.psd' file at all?<br />]]></description>
          <pubDate>Fri, 23 May 2008 10:46:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191690#post2191690</guid>
        </item>
              </channel>
    </rss>
  