<?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%3ACathy</link>
        <description></description>
        <pubDate>Thu, 23 Apr 2026 21:17:19 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ACathy&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [ross] Error on Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197886#post2197886</link>
          <description><![CDATA[Info headed your way, Ross.  Thanks!<br />]]></description>
          <pubDate>Mon, 22 Jun 2009 11:43:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197886#post2197886</guid>
        </item>
                <item>
          <title>Re: [ross] Error on Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197882#post2197882</link>
          <description><![CDATA[<blockquote>I'll also update CMS Builder so future versions already have this fix.</blockquote><br /><br />And sometimes the cure is as bad as the disease.  :-)<br /><br />I am using the GoDaddy previewdns.com setup and now, every time I try to do <i>anything</i> in CMS I get a pop-up message declaring...<br /><br />&quot;Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in /home/content/X/X/X/XXXXXXXXXX/html/cmsAdmin/lib/init.php on line 283&quot;<br />Note: the Xs represent my clients domain info.<br /><br />I can, of course, just close the box and continue on, but how annoying!  So I went into init.php and commented that &quot;fix&quot; section out. Works fine until you need to do anything that uses the javascript modal box.  <br /><br />Is there anything that can remedy both situations?  <br /><br />Thanks!<br />]]></description>
          <pubDate>Mon, 22 Jun 2009 09:50:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197882#post2197882</guid>
        </item>
                <item>
          <title>Displaying Record Uploads and Descriptions Horizontally</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197223#post2197223</link>
          <description><![CDATA[I am try to display the uploads for records, in the individual record page, horizontally.  These will be pictures with a description - I will be displaying the thumbnails with a click for larger image.<br /><br />I tried to implement the code I found in some other posts, but obviously I am not doing something correctly.<br /><br />Here is the code I have to currently display the uploads:<br /><br /><code>&lt;table width=&quot;500&quot; border=&quot;0&quot; cellspacing=&quot;3&quot; cellpadding=&quot;0&quot;&gt;<br />        &lt;tr&gt;<br />          &lt;?php foreach ($eventsRecord['images'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />          &lt;td width=&quot;165&quot; align=&quot;center&quot;&gt;<br />            &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; rel=&quot;facebox&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; alt=&quot;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; border=&quot;1&quot; /&gt;&lt;/a&gt;&lt;br /&gt;<br />            &lt;?php echo $upload['info1'] ?&gt;&lt;br /&gt;<br />            &lt;?php echo $upload['info2'] ?&gt; &lt;/td&gt;<br />          &lt;?php elseif ($upload['isImage']): ?&gt;<br />          &lt;td width=&quot;165&quot; align=&quot;center&quot;&gt;&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;<br />            &lt;?php echo $upload['info1'] ?&gt;&lt;br /&gt;<br />            &lt;?php echo $upload['info2'] ?&gt;&lt;/td&gt;<br />          &lt;?php else: ?&gt;<br />          &lt;td width=&quot;165&quot;&gt;&lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt; Download &lt;?php echo $upload['filename'] ?&gt;&lt;/a&gt;&lt;/td&gt;<br />          &lt;?php $maxCols=3; if (@++$count % $maxCols == 0): ?&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php endforeach ?&gt;<br />        &lt;/tr&gt;<br />      &lt;/table&gt;</code><br /><br />The error I get displayed is:<br />Parse error: syntax error, unexpected T_ENDFOREACH in /home/content/s/p/e/spectrumlight/html/events.php on line 95<br /><br />The page can be viewed here:<br />http://spectrumlightco.com/events.php?POW-Breast-Cancer-Awareness-Event-2<br /><br />I am trying to display 3 images across with the description for each below the image in the same table cell.<br /><br />Any suggestions?<br /><br />Thanks!<br /><br />Cathy]]></description>
          <pubDate>Tue, 05 May 2009 16:27:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197223#post2197223</guid>
        </item>
                <item>
          <title>Re: [Dave] Creating Menus</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191862#post2191862</link>
          <description><![CDATA[PERFECT!  [:)]  Worked like a charm.  Thanks Dave!<br />]]></description>
          <pubDate>Thu, 05 Jun 2008 15:23:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191862#post2191862</guid>
        </item>
                <item>
          <title>Re: [Dave] Creating Menus</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191857#post2191857</link>
          <description><![CDATA[Dave,<br /><br />I inserted/replaced the code  and now it's doing the thing where the pages are in the navigation with the correct links, but the page content never changes. <br /><br />Take a look at:<br /><a target="_blank" href="http://www.fametrics.com/test/template2.php?About_Us-3">http://www.fametrics.com/test/template2.php?About_Us-3</a><br />And click on some of the side links.<br /><br />Thoughts? Thanks Dave!<br />]]></description>
          <pubDate>Thu, 05 Jun 2008 14:21:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191857#post2191857</guid>
        </item>
                <item>
          <title>Creating Menus</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191853#post2191853</link>
          <description><![CDATA[Here is the situation I want to create:<br /><br />For each sections DETAIL page I want to include: <br />1) the content for that particular detail record <br />2) a submenu for that section that pulls all the records for the section.<br /><br />I have been able to create the template that sort of works.  Here's my issue....<br /><br />If I have these require items:<br /><br /><code>list($companyRecords, $companyDetails) = getRecords(array(<br />    'tableName'   =&gt; 'company',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'allowSearch' =&gt; '0',<br />      ));<br />  $companyRecord = $companyRecords[0]; // get first record</code><br /><br />The page displays as seen here:<br /><a target="_blank" href="http://www.fametrics.com/test/template2.php?About_Us-3">http://www.fametrics.com/test/template2.php?About_Us-3</a><br />Where the page content displays fine, BUT the other two pages I have in that section do not show or link in the side navigation.  Here's how the other two pages display:<br /><a target="_blank" href="http://www.fametrics.com/test/template2.php?About_the_Firm-1">http://www.fametrics.com/test/template2.php?About_the_Firm-1</a><br /><a target="_blank" href="http://www.fametrics.com/test/template2.php?contact-4">http://www.fametrics.com/test/template2.php?contact-4</a><br /><br />If I change the requires to:<br /><br /><code>list($companyRecords, $companyDetails) = getRecords(array(<br />    'tableName'   =&gt; 'company',<br />     'allowSearch' =&gt; '0',<br />      ));<br />  $companyRecord = $companyRecords[0]; // get first record</code><br /><br />... basically just removing the &quot;where&quot; statement,  the side navigation WILL include all three records, and their associated page links are correct, but regardless of the link I click on the last record's content (the Contact Page) displays in the page body.<br /><br />Here's the code for the navigation:<br /><br /><code>  &lt;div class=&quot;nav&quot;&gt;<br />    &lt;ul&gt;<br />      &lt;li&gt;HOME&lt;/li&gt;<br />      &lt;li&gt;COMPANY&lt;/li&gt;<br />      &lt;ul&gt;<br />	  &lt;?php foreach ($companyRecords as $companyRecord): ?&gt;<br />      &lt;li&gt; &amp;raquo; &lt;a href=&quot;&lt;?php echo $companyRecord['_link'] ?&gt;&quot;&gt;&lt;?php echo $companyRecord['title'] ?&gt;&lt;/a&gt;&lt;/li&gt;<br />	  &lt;?php endforeach; ?&gt;<br />      &lt;/ul&gt;<br />      &lt;li&gt;OUR SERVICES&lt;/li&gt;<br />      &lt;li&gt;EVENTS&lt;/li&gt;<br />      &lt;li&gt;SURVEYS&lt;/li&gt;<br />      &lt;li&gt;ARTICLES&lt;/li&gt;<br />      &lt;li&gt;CONTACT&lt;/li&gt;<br />    &lt;/ul&gt;<br />  &lt;/div&gt;</code><br /><br />And here is the code for the content section:<br /><br /><code>&lt;?php echo $companyRecord['title'] ?&gt;<br />   &lt;?php echo $companyRecord['content'] ?&gt;&lt;br/&gt;<br />   &lt;a href=&quot;&lt;?php echo $companyDetails['_listPage']; ?&gt;&quot;&gt;&amp;lt; Back to list page&lt;/a&gt; - <br />  &lt;a href=&quot;mailto:?subject=&lt;?php echo thisPageUrl() ?&gt;&quot;&gt;Email this Page&lt;/a&gt;</code><br /><br />The insert codes don't change either either scenario...just the requires code.<br /><br />As you can see, I am just getting started on all this and links aren't coded, content is generic ,etc.  Right now I'm just trying to get a handle on how everything works and works together before I jump in with both feet!  <br /><br />Any suggestions on how to solve this problem?  Or better yet, tell me I am overlooking some code that automatically inserts a fully working dynamic menu/submenu!  [;)]<br />]]></description>
          <pubDate>Thu, 05 Jun 2008 12:21:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191853#post2191853</guid>
        </item>
                <item>
          <title>Re: [Dave] Upload Error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191850#post2191850</link>
          <description><![CDATA[Dave,  here a followup on the upload error for anyone else who might be having the same issues.  Your were 100% correct on the solution.  <br /><br />The host didn't initially want to disable the open_basedir and wanted it merely set up a tmp directory under the domain (it's shared hosting).  That didn't work.  After some persuasion I was able to to convince them to disable the open_basedir and all is working fine now.<br /><br />Thanks for your help.<br />]]></description>
          <pubDate>Thu, 05 Jun 2008 09:15:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191850#post2191850</guid>
        </item>
                <item>
          <title>Re: [Dave] Upload Error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191669#post2191669</link>
          <description><![CDATA[Thanks Dave.  I'll give that a try.  Thanks!<br />]]></description>
          <pubDate>Thu, 22 May 2008 16:06:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191669#post2191669</guid>
        </item>
                <item>
          <title>Upload Error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191664#post2191664</link>
          <description><![CDATA[I have just downloaded and installed CMS.  Install went fine, I was able to set-up a section and some pages for testing.  I run into a server error when trying to upload a test image:<br /><br />Warning: getimagesize(): open_basedir restriction in effect. File(/tmp/php6zv3HD) is not within the allowed path(s): (/vservers/fametrics) in /vservers/fametrics/htdocs/cmsAdmin/lib/menus/default/uploadForm_functions.php on line 70 Warning: getimagesize(/tmp/php6zv3HD): failed to open stream: Operation not permitted in /vservers/fametrics/htdocs/cmsAdmin/lib/menus/default/uploadForm_functions.php on line 70 Warning: move_uploaded_file(): open_basedir restriction in effect. File(/tmp/php6zv3HD) is not within the allowed path(s): (/vservers/fametrics) in /vservers/fametrics/htdocs/cmsAdmin/lib/menus/default/uploadForm_functions.php on line 77 Warning: move_uploaded_file(): open_basedir restriction in effect. File(/tmp/php6zv3HD) is not within the allowed path(s): (/vservers/fametrics) in /vservers/fametrics/htdocs/cmsAdmin/lib/menus/default/uploadForm_functions.php on line 77 Warning: move_uploaded_file(/tmp/php6zv3HD): failed to open stream: Operation not permitted in /vservers/fametrics/htdocs/cmsAdmin/lib/menus/default/uploadForm_functions.php on line 77 Warning: move_uploaded_file(): Unable to move '/tmp/php6zv3HD' to '/vservers/fametrics/htdocs/cmsAdmin/uploads/eorza.jpg' in /vservers/fametrics/htdocs/cmsAdmin/lib/menus/default/uploadForm_functions.php on line 77 Error moving uploaded file!<br /><br />Paths are all correct, so I'm thinking it's something the server is belching at.  I'm sure all that mess is trying to tell me something, but I'm not sure what! Any Ideas?<br />]]></description>
          <pubDate>Thu, 22 May 2008 14:43:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191664#post2191664</guid>
        </item>
                <item>
          <title>Re: [Fraser] cool quize, award</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2188229#post2188229</link>
          <description><![CDATA[Fraser,<br /><br />Why not open up a new discussion thread for template designs? Designers could attach the file to their posts or link to their own sites for downloads?  Plus, using the forum, the designer could get credit for his/her templates and if someone had a specific question about the template they could contact the designer.  Including it in a forum post also gives the opportunity for a brief description of the template or tips/hints on how best to use the template design.<br />]]></description>
          <pubDate>Fri, 27 Sep 2002 14:44:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2188229#post2188229</guid>
        </item>
                <item>
          <title>Re: [Dave] Software subscriptions : love them or hate them?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2188171#post2188171</link>
          <description><![CDATA[HATE 'EM!<br /><br />Add my vote to the resounding NO's.  I think subscriptions work on the things that have got to be updated, such as your accounting software.  But for the products you sell, updates are not a requirement.  I prefer to pay one price, update when I want to and pay for the updates.<br />]]></description>
          <pubDate>Mon, 12 Aug 2002 14:53:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2188171#post2188171</guid>
        </item>
                <item>
          <title>Re: [canvey] 30, 60, 90 day money back guarantee - comments?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2188088#post2188088</link>
          <description><![CDATA[To canvey:  What's to stop them now?  Security wasn't the question, I believe.  If someone looking to burn a vendor they will do it despite the refund period.<br /><br />Now, in response to the question...I think that a more generous refund period might very well net you more customers.  I always have the product installed and am working with it within the 30 day period, but the time to client use of the product might be 60 or 90 days depending on the rest of the site development involved.  While I might absolutely love the product and have found that out within the refund period, the client on the other hand might (but highly unlikely) despise the product. <br /><br />The secret is to get them to purchase the product, because once they do they love it so much you won't need to worry about refunds!<br />]]></description>
          <pubDate>Thu, 27 Jun 2002 08:38:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2188088#post2188088</guid>
        </item>
              </channel>
    </rss>
  