<?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%3ABigBear</link>
        <description></description>
        <pubDate>Sun, 17 May 2026 05:34:31 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ABigBear&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Formatting display for Columns &amp; Rows</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190584#post2190584</link>
          <description><![CDATA[Hi Dave, <br /><br />Simple simon here again.. lol <br /><br />How do I go about placing data in a 4 x 3 table in the order that it comes up. <br /><br />Is this done with the program, or is this a CSS or Html thing? <br /><br />Thanks <br />Rob<br />]]></description>
          <pubDate>Thu, 06 Mar 2008 18:34:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190584#post2190584</guid>
        </item>
                <item>
          <title>Re: [Dave] Questions... Questions... Anyone?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2189965#post2189965</link>
          <description><![CDATA[Hi Dave, <br /><br />Just when you thought it was safe to go back to message forum:.... <br /><br />Ok here is what I am hoping is possible... If you visit my site (<a target="_blank" href="http://www.alexandria-ontario.com">http://www.alexandria-ontario.com</a>) you will see that I have a little calendar on the menu's... Its a simple table set up. <br /><br />I am working on an &quot;Events&quot; Calendar for our community.  I enter the event into a database and just like my biz directory (which works wells now.. thanks Dave), I would like to link specific dates on the calendar.  Not a big deal.. easy enough cause I do that manually.. here is what I would like to do.... <br /><br />Is it possible to tie a form to the database that I am creating for the events so that when people enter in their particular event, it automatically gets added to the database... all I would need to do is go into the database and 'activate' the record for showing via the CMB program.  The reason I would like to tie it into a form on the web page is because I want the public to be able to post their events.  The way I am doing it now is through a form, they send it, I copy all the information and then post it.  I would like to be able to streamline that to one step - verification and activating, or deletion.... <br /><br />Any way that can be done? <br /><br />Thanks. <br /><br />PS: Been workin on trying to get the link on the random banner..... probs..  <br /><br />Rob Parker<br />]]></description>
          <pubDate>Tue, 29 Jan 2008 12:17:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2189965#post2189965</guid>
        </item>
                <item>
          <title>Re: [Dave] Sigh... I know it should be easy... Help.. Please.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2189960#post2189960</link>
          <description><![CDATA[Hi again. <br /><br />I made the changes you gave me, and it still does not want to display an uploaded picture... so here is what I did.  Instead of the field being an upload file, I changed the field to a WYSIWYG type.  I then insert the banner as an image.  Instead of displaying the downloaded file record, I now ask it to show the WYSIWG content, and no problems.  Wierd. <br /><br />I have encountered one problem with this though - I cannot link the banner to a url through the editor - it gives me an &quot;error on page&quot; and will not save it properly.  Can I just wrap an ahref tag with the hompage_url field to direct it?   <br /><br />Thanks again Dave! <br /><br />The service level here has been absolutely incredible!  Canadian Companies ROCK!!!<br />]]></description>
          <pubDate>Sat, 26 Jan 2008 13:09:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2189960#post2189960</guid>
        </item>
                <item>
          <title>Re: [Dave] Sigh... I know it should be easy... Help.. Please.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2189949#post2189949</link>
          <description><![CDATA[Hi Dave, <br /><br />I upgraded to the latest version, no problems with the upgrade, but I am still having problems with getting a random uploaded banner to display.<br /><br />I made all the changes you suggested above, and made a list viewer.  Now I don't get any image.  I get no error, but I get no image.  I set the condition to bp=1 (I changed the field to Banner Program).  There are only 4 records with banners at the moment, but none are being displayed.<br /><br />I have attached the php file as requested.<br /><br />Thanks Much!<br />]]></description>
          <pubDate>Fri, 25 Jan 2008 13:45:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2189949#post2189949</guid>
        </item>
                <item>
          <title>Re: [Dave] Sigh... I know it should be easy... Help.. Please.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2189910#post2189910</link>
          <description><![CDATA[Hi Dave, <br /><br />here is what I have - with your additions... I still get an error though. <br /><br />&lt;?php require_once &quot;/home/bigbearcreations/alexandria-ontario.net/cmsAdmin/lib/viewer_functions.php&quot;; <br />$options = array(); // NOTE: see online documentation for more details on these options <br />$options['orderBy'] = 'RAND()'; <br />$options['tableName'] = 'clients'; // (REQUIRED) MySQL tablename to list record from. Example: &quot;article&quot;; <br />$options['recordNum'] = ''; // (optional) Record number to display. Example: &quot;1&quot;; Defaults to number on end of url, then 1 <br />$options['where'] = 'c_of_c = &quot;1&quot;'; <br />$record = getRecord($options); <br />?&gt; <br /><br />This is what I use to put the uploaded banner on the page. I know its something I am doing wrong.. but I can't figure out any other options. <br /><br />&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; /&gt; <br /><br />This is the error that I am getting at the bottom of the page where I want the uploaded banner displayed <br /><br />                        Page Viewer (clients) errors<br />                        Unknown option 'orderBy' specified. Valid option names are: (tableName, recordNum, where)<br /> <br /><br />One method I did use was to paste the banner in a WYSIWYG window and then display that... But I would rather have the client upload his actual banner and just be able to paste that code where I need it. <br /><br />Sorry about the link problem: here is the proper link: <a target="_blank" href="http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2Fwww.alexandria-ontario.net%2FclientsPage.php">http://www.alexandria-ontario.net/clientsPage.php</a> The banner should show up on any of the clientspage creations. If I did another typo, just select the business directory from any of the menus. <br /><br />Thanks for your help. <br /><br />Rob<br />]]></description>
          <pubDate>Wed, 23 Jan 2008 21:03:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2189910#post2189910</guid>
        </item>
                <item>
          <title>Sigh... I know it should be easy... Help.. Please.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2189902#post2189902</link>
          <description><![CDATA[Hi Dave, <br /><br />I have finally thrown my hat down in frustration.. lol.  I need help.  I know NOTHING about php and mySql, but I will be danged if I dont learn!  Ok.  Here is what I want to do.  I have a database with business names etc etc. and with an upload field for a banner, and a couple check boxes for &quot;categorizing&quot; the businesses. <br /><br />Here is what I would like to do.  I would like to make a viewer that will show only the banner of a Randomly chosen Company, in a specified location.  I have a field in my database called &quot;c_of_c&quot;.  If this is checked I would like the program to display that banner on whatever page I set the viewer into.  So basically the script must first choose a company, then check to make sure if the &quot;c_of_c&quot; is checked.. if yes, then show banner... or content. <br /><br />Thanks alot for your help! <br /><br />I am absolutely ecstatic about the potential of this utility... just need to learn how to speak the language. <br /><br />Rob Parker <br /><br />website is at: <a target="_blank" href="http://www.alexandria-ontario.net/clientList.php">http://www.alexandria-ontario.net/clientList.php</a> <br /><br />PS: Can you suggest some real SIMPLE BASIC php and mySql literature that would help me?<br />]]></description>
          <pubDate>Wed, 23 Jan 2008 13:03:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2189902#post2189902</guid>
        </item>
                <item>
          <title>Re: [einslistir] Homepages, developed with CMS Builder?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2189900#post2189900</link>
          <description><![CDATA[In case anyone wanted to see it working... especially from a newbie point of view... <a target="_blank" href="http://www.alexandria-ontario.net">http://www.alexandria-ontario.net</a>  <br /><br />I am currently running the business directory with it, and am slowly modifying the rest of the site to be easily updated. <br /><br />  <br /><br />Rob<br />]]></description>
          <pubDate>Wed, 23 Jan 2008 12:52:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2189900#post2189900</guid>
        </item>
                <item>
          <title>Re: [Dave] CMS Builder - Online Documentation Updated!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2189899#post2189899</link>
          <description><![CDATA[Hi Dave, <br /><br />I am really really green when it comes to php and mySql and what not... anything that is pretty much not WYSIWYG... but I am gettin on ok with this software and have muddled through pretty well.  I would like to suggest that the documentation be made a little more for people that no nothing... I get the general idea of what is going on, but I find I am doing a lot of side reading... Am I making sense?<br />]]></description>
          <pubDate>Wed, 23 Jan 2008 12:45:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2189899#post2189899</guid>
        </item>
              </channel>
    </rss>
  