<?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%3AIzadorra</link>
        <description></description>
        <pubDate>Wed, 29 Apr 2026 21:48:26 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AIzadorra&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [greg] I need a little help with a Multi viewer page...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218447#post2218447</link>
          <description><![CDATA[Thanks Greg.  I attached the .php and a .jpg with the idea of how I want it to look.<br />]]></description>
          <pubDate>Fri, 09 Nov 2012 19:31:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218447#post2218447</guid>
        </item>
                <item>
          <title>I need a little help with a Multi viewer page...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218418#post2218418</link>
          <description><![CDATA[It's been a long time since I worked with this program and I'm having trouble getting the records to appear they way I want them too.  I'm trying to get a list column on the right with the links appearing with the name and a thumbnail image.  I want the left column to show the record details.  The details are showing up with every image and I can't figure out how to stop that.  <br /><br />I'm not sure about the best way to go about it.  Basically I have one main image for the detail, a thumbnail image that I want in the right column as part of the menu list, and another image I uploaded to place as a header and another image to use as a link image.  <br /><br />http://electricbluemoon.com/a2b_bikes.php?1<br />Any help or suggestions would be greatly appreciated.<br />]]></description>
          <pubDate>Thu, 08 Nov 2012 12:43:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218418#post2218418</guid>
        </item>
                <item>
          <title>Re: [Jason] I get an error message when I try to use the file uploader to upload images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217539#post2217539</link>
          <description><![CDATA[Thanks Jason. I'll work around until then.<br />]]></description>
          <pubDate>Fri, 24 Aug 2012 01:55:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217539#post2217539</guid>
        </item>
                <item>
          <title>I get an error message when I try to use the file uploader to upload images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217534#post2217534</link>
          <description><![CDATA[&quot;User Agent must be Flash, not: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1'&quot;<br /><br />I can click on the image icon inside the WYSIWYG and upload fine but not using the file upload link.<br /><br />Has anyone else experienced this problem or know how to fix it?<br />]]></description>
          <pubDate>Thu, 23 Aug 2012 14:32:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217534#post2217534</guid>
        </item>
                <item>
          <title>Re: [abincline] Viewer pages don&apos;t show as soon as I add another viewer code...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210765#post2210765</link>
          <description><![CDATA[I never got above a C in programming but I'm a great &quot;copy &amp; paster&quot;.  I remember struggling with &quot;hello world&quot;.  <br /><br />But my java professor gave me the best advice ever, he said &quot;if it is a code that is needed then someone else has already written it.&quot;  Go forth and find it.  Hence, the beginning of my &quot;copy &amp; paste&quot; career.<br /><br />I went ahead and invested in the CMS Builders Cookbook that was mentioned by the very nice person that helped me.  I had to justify it to my husband by telling him it was like trying to work on a car without the owners manual.  I haven't received it yet but I'm hoping it will save me some time.<blockquote></blockquote><br />]]></description>
          <pubDate>Sun, 17 Apr 2011 13:59:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210765#post2210765</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Viewer pages don&apos;t show as soon as I add another viewer code...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210763#post2210763</link>
          <description><![CDATA[Thank you!  Works just the way I want it to.<br />]]></description>
          <pubDate>Fri, 15 Apr 2011 20:16:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210763#post2210763</guid>
        </item>
                <item>
          <title>Viewer pages don&apos;t show as soon as I add another viewer code...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210760#post2210760</link>
          <description><![CDATA[I know this has to be something really simple but I suck at programming so I can't figure out which character is giving me a problem.<br /><br />One viewer on page:<br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/nmcleanc/public_html/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />  // load records<br />  list($featured_storiesRecords, $featured_storiesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'featured_stories',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $featured_storiesRecord = @$featured_storiesRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$featured_storiesRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  }<br /><br />?&gt; <br /><br />works.  But when when I try to add another viewer to the page:<br /><br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/nmcleanc/public_html/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />  // load records<br />  list($featured_storiesRecords, $featured_storiesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'featured_stories',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $featured_storiesRecord = @$featured_storiesRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$featured_storiesRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  }<br /><br />?&gt; <br /><br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/nmcleanc/public_html/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />  // load records<br />  list($featured_storiesRecords, $featured_storiesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'featured_stories',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $featured_storiesRecord = @$featured_storiesRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$featured_storiesRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  }<br /><br />?&gt; <br /><br />Does not work.  I get a broken link error and the page doesn't show at all.<br />]]></description>
          <pubDate>Fri, 15 Apr 2011 18:07:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210760#post2210760</guid>
        </item>
                <item>
          <title>Problems getting a flash form to work</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210588#post2210588</link>
          <description><![CDATA[I'm trying to get a flash contact form to work inside of CMS builder but can't get it to work.  When I use the embed icon from the wysiwyg editor it tells me it can't find my .xml file but the file is in the folder where it's supposed to be.<br /><br />I've tried several ways to get it to show up.  I can get it to work outside the /cmsAdmin/ folder but not within the program.<br /><br />I've managed to get this exact form to work before but it has been a few years ago.<br />]]></description>
          <pubDate>Sun, 10 Apr 2011 20:13:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210588#post2210588</guid>
        </item>
                <item>
          <title>Re: [Dave] Record Not Found on some pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196098#post2196098</link>
          <description><![CDATA[This worked perfectly.  Thank you! [:)]<br />]]></description>
          <pubDate>Tue, 03 Mar 2009 00:36:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196098#post2196098</guid>
        </item>
                <item>
          <title>Re: [rebjr] Record Not Found on some pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196097#post2196097</link>
          <description><![CDATA[Geez, this would have been much easier.  The client requested the ability to edit this herself but using this eliminates the need to. [crazy]<br />]]></description>
          <pubDate>Tue, 03 Mar 2009 00:35:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196097#post2196097</guid>
        </item>
                <item>
          <title>Record Not Found on some pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196061#post2196061</link>
          <description><![CDATA[My client wanted me to post an area at the bottom of each page that contains her copyright in a way that she can edit it each year.  I put the code for a single page copyright record at the bottom of each of her pages.  The first page of each shows the copyright but subsequent pages say &quot;No Record Found&quot; but it's only 1 record.<br /><br />http://nancycarleton.com/praiseList.php?page=1  Copyright shows up fine<br /><br />http://nancycarleton.com/praiseList.php?page=2 <br />and after &quot;No Record Found&quot;<br /> <br /> &lt;?php<br /> <br />  require_once &quot;/hermes/web01/b2486/pow.nancycarleton/htdocs/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($copyrightRecords, $copyrightMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'copyright',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'loadUploads' =&gt; '0',<br />    'limit'       =&gt; '1',<br />	'allowSearch' =&gt; 'false',<br />  ));<br />  $copyrightRecord = @$copyrightRecords[0]; // get first record<br /><br />?&gt;<br />   <br />    &lt;?php echo $copyrightRecord['content'] ?&gt;&lt;br/&gt;<br />      <br />    &lt;?php if (!$copyrightRecord): ?&gt;<br />      No record found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />]]></description>
          <pubDate>Sun, 01 Mar 2009 22:54:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196061#post2196061</guid>
        </item>
                <item>
          <title>Re: [Dave] Coding dilemma setting up CMS pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191561#post2191561</link>
          <description><![CDATA[Ok Dave, I know I'm close.  Not sure what I'm doing wrong.<br /><br />http://nancycarleton.com/cmsAdmin/writingList.php<br /><br />This page should show links to each category and then a link that goes to a list of story summaries from only that category. Each of the summaries would then link to the full story.<br /><br />Thanks for you help [:)]<br />]]></description>
          <pubDate>Thu, 15 May 2008 12:44:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191561#post2191561</guid>
        </item>
                <item>
          <title>Re: [Dave] Coding dilemma setting up CMS pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191541#post2191541</link>
          <description><![CDATA[Thank you for your help Dave.  I have gotten as far as the writingPage. I created the new section and I managed to get the drop down menu from the categories section into the writingPage but now I think I need a little help with this part;<br /><br />writingList.php?categoryNum=1 <br /><br />I'm not sure how or where I need to put this part.  I want to call a summary from each category to appear on the writingPage with the links going to the full story.  Maybe a little example would help.<br />]]></description>
          <pubDate>Wed, 14 May 2008 10:53:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191541#post2191541</guid>
        </item>
                <item>
          <title>Coding dilemma setting up CMS pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191508#post2191508</link>
          <description><![CDATA[My client wants a her writing page to have summaries of her articles which link to her full article pages and she wants listed by category with the ability to add more categories later.<br /><br />I already have the site pretty much built so when she gave me this request with a list of categories my brain went blank as to how I can accomplish this.  <br /><br />Since I already have her writing page set up isn't there a way to add a field &quot;Categories&quot; that would pull up the summaries of those categories somehow. Geez, I know this program was designed to do this somehow without having to build separate pages for each category she wants.<br /><br />The site is still a work in progress but here it is for anyone that can give me an idea about how to go about this.<br /><br />http://nancycarleton.com/cmsAdmin/hl_homePage.php<br /><br />Any help would be greatly appreciated. <br />[shocked]<br />]]></description>
          <pubDate>Sat, 10 May 2008 12:56:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191508#post2191508</guid>
        </item>
                <item>
          <title>Re: [Dave] Is there a jump to page feature?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191498#post2191498</link>
          <description><![CDATA[Yes, exactly.  The prev and next arrows are good but if you have a bunch of pages it would be nice to be able to just click on the page number.  Something like the bottom of this page;<br /><br />http://melbasart.com/gallery/thumbnails.php?album=1<br />]]></description>
          <pubDate>Fri, 09 May 2008 12:53:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191498#post2191498</guid>
        </item>
                <item>
          <title>Is there a jump to page feature?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191495#post2191495</link>
          <description><![CDATA[Is there a way to type in or click on a specific page rather than scroll through all pages using the arrows at the bottom?<br />]]></description>
          <pubDate>Fri, 09 May 2008 10:54:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191495#post2191495</guid>
        </item>
                <item>
          <title>Re: [Dave] Too much space between records...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191493#post2191493</link>
          <description><![CDATA[That worked great. Thanks.<br />]]></description>
          <pubDate>Fri, 09 May 2008 10:52:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191493#post2191493</guid>
        </item>
                <item>
          <title>Too much space between records...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191489#post2191489</link>
          <description><![CDATA[I can't figure out how to delete the extra lines between records.  My client says this is very important to her, she only wants 2 lines between but it looks like 4 lines no matter what I do.<br /><br />http://nancycarleton.com/cmsAdmin/books_editedList.php<br /><br />Other than turning it all into one long record, is there a trick I can use? [:|]<br />]]></description>
          <pubDate>Fri, 09 May 2008 07:31:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191489#post2191489</guid>
        </item>
                <item>
          <title>Re: [Dave] I&apos;m getting a MYSQL error when searching...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191430#post2191430</link>
          <description><![CDATA[[laugh] I thought I checked that but I missed it.  That fixed the problem.  Thank you for the fast response.  Runs smooth as can be in any order I want.  Love it.<br />]]></description>
          <pubDate>Sat, 03 May 2008 22:00:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191430#post2191430</guid>
        </item>
                <item>
          <title>I&apos;m getting a MYSQL error when searching...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191427#post2191427</link>
          <description><![CDATA[Notice: Undefined index: content in /hermes/web01/b2486/pow.nancycarleton/htdocs/cmsAdmin/lib/menus/default/list_functions.php on line 77<br />MySQL Error: Unknown column 'content' in 'where clause' <br /><br />I think I changed &quot;content&quot; to &quot;description&quot; for the field title when I set it up.  I'm not sure how to fix this in the database. <br /><br />Any help with this would be appreciated. [:(]<br />]]></description>
          <pubDate>Sat, 03 May 2008 09:58:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191427#post2191427</guid>
        </item>
                <item>
          <title>Re: [Dave] How does CMS Builder handle long pages?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191416#post2191416</link>
          <description><![CDATA[Thanks Dave,<br /><br />You mean just split the article into pieces -- part 1 and 2? Does that mean I would have to use the list page as the viewer in order to get the &lt;&lt;prev and next&gt;&gt;?  Set it up like; writingList.php for the summarys and then writing2List.php for the full articles with the prev and next to scroll through records? Can I just use the that section and paste it into the bottom of the writingPage.php? [:|]<br /><br />I'll play around with it.<br />]]></description>
          <pubDate>Thu, 01 May 2008 18:02:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191416#post2191416</guid>
        </item>
                <item>
          <title>How does CMS Builder handle long pages?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191408#post2191408</link>
          <description><![CDATA[Is there a way to have extra long articles carry over to additional pages within the same record?  I have a client that sometimes creates articles that should span more than one page  to prevent scrolling down to infinity.  Is there a way to have the program automatically generate new pages after so many characters? [:/]<br />]]></description>
          <pubDate>Wed, 30 Apr 2008 23:36:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191408#post2191408</guid>
        </item>
              </channel>
    </rss>
  