<?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%3Aricho</link>
        <description></description>
        <pubDate>Tue, 21 Apr 2026 03:23:31 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aricho&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Web design software and server change problem!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247105#post2247105</link>
          <description><![CDATA[<p>I have recently changed server. When using CMS builder before the server change I would use for example: </p>
<p>&lt;?php<br />require_once "/home/sites/theatremusicshop.com/public_html/cmsAdmin/lib/viewer_functions.php";</p>
<p>list($mp3Records, $mp3MetaData) = getRecords(array(<br />'tableName' =&gt; 'mp3',<br />'orderBy' =&gt; 'title asc',<br />'allowSearch' =&gt; '0',<br />'where' =&gt; "duo duet_tracks='yes'",<br />'perPage' =&gt; '250',<br />));</p>
<p>?&gt;</p>
<p>Now it has changed to:</p>
<p>&lt;?php require_once "/home/sites/30b/5/5c4a52752c/public_html/cmsAdmin/lib/viewer_functions.php";<br />list($mp3Records, $mp3MetaData) = getRecords(array(<br />'tableName' =&gt; 'mp3',<br />'orderBy' =&gt; 'title asc',<br />'allowSearch' =&gt; '0',<br />'where' =&gt; "comedy_tracks='yes'",<br />'perPage' =&gt; '250',<br />));</p>
<p>My software will not allow search and replace for over 100 pages!</p>
<p>I will have to go through each page and make the change but how can I future proof it in case I change server again please?</p>
<p>Maybe have one file to include the new server &lt;?php require_once "/home/sites/30b/5/5c4a52752c/public_html/cmsAdmin/lib/viewer_functions.php";</p>
<p>Change</p>
<p>&lt;?php require_once "/home/sites/theatremusicshop.com/public_html/cmsAdmin/lib/viewer_functions.php";</p>
<p>to </p>
<p>&lt;?php require_once "/home/sites/30b/5/5c4a52752c/public_html/cmsAdmin/lib/viewer_functions.php";</p>
<p>Any help would be appreciated.</p>

<p>Thank you.</p>

<p>John</p>
]]></description>
          <pubDate>Thu, 04 Apr 2024 03:39:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247105#post2247105</guid>
        </item>
                <item>
          <title>Wysiwyg editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237162#post2237162</link>
          <description><![CDATA[<p>Does any one know why the wysiwyg editor has just the words Paragraph 4(14pt)  instead of the normal editor tools?</p>

<p>Many thanks</p>
]]></description>
          <pubDate>Mon, 27 Jul 2015 04:28:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237162#post2237162</guid>
        </item>
                <item>
          <title>Show the highest number</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236016#post2236016</link>
          <description><![CDATA[<p>Thank you for your help.</p>

<p>It works a treat.</p>]]></description>
          <pubDate>Wed, 11 Feb 2015 08:51:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236016#post2236016</guid>
        </item>
                <item>
          <title>Show the highest number</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236007#post2236007</link>
          <description><![CDATA[<p>Thanks for the reply. I guess I should read more!</p>
<p>I have also been trying to put:</p>
<p>The leaders are "House name" with "points score" points.</p>
<p>Help with this would be appreciated thank you.</p>
<p>John</p>]]></description>
          <pubDate>Tue, 10 Feb 2015 11:21:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236007#post2236007</guid>
        </item>
                <item>
          <title>Show the highest number</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236004#post2236004</link>
          <description><![CDATA[<p>I am trying to help a school display the House with the most house points at the end of each week.</p>
<p>There are 5 houses. How can I show the house with the highest points please? </p>
<p>Any help would be appreciated.</p>

<p>Many thanks</p>

<p>John</p>]]></description>
          <pubDate>Tue, 10 Feb 2015 05:53:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236004#post2236004</guid>
        </item>
                <item>
          <title>Greyscale image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192155#post2192155</link>
          <description><![CDATA[I am using CMS Builder to upload images and this is working fine but does anyone know how to convert the image thumb so that it shows in greyscale? <br /><br />Many thanks <br /><br />John<br />]]></description>
          <pubDate>Wed, 25 Jun 2008 17:15:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192155#post2192155</guid>
        </item>
                <item>
          <title>Re: [Dave] MultiSearch</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191794#post2191794</link>
          <description><![CDATA[Thanks for that - I have some reading to do! <br /><br />Just a little extra - I want to upload files upto 8MB in size but get an error - to change the php.ini <br /><br />In cmsadmin i have changed the section editor to allow unlimited upload size. Got any suggestions. <br /><br /><br /><br />Thanks <br /><br /><br /><br />John<br />]]></description>
          <pubDate>Fri, 30 May 2008 05:00:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191794#post2191794</guid>
        </item>
                <item>
          <title>Re: [Dave] MultiSearch</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191778#post2191778</link>
          <description><![CDATA[Thanks Dave but it's the way the results are displayed. I want them to display like the list of MP3s at the bottom of the page. That's what I can't get it to do. At the moment it gives a list of links to the details page as individual songs. I want a list as per the bottom of the page showing title, category, duration, key, etc <br /><br />Many thanks <br /><br />  <br /><br />John<br />]]></description>
          <pubDate>Wed, 28 May 2008 17:37:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191778#post2191778</guid>
        </item>
                <item>
          <title>Re: [Dave] MultiSearch</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191774#post2191774</link>
          <description><![CDATA[I keep going round in circles so I hope you can help. <br /><br />The iframe does work but causes big problems when used either for the list or the search. Links, of course appear in the frame. <br /><br />Would you mind following this link to see what I am trying to do please? <a target="_blank" href="http://theatremusicshop.com/dlg/cart/mp3List.php">http://theatremusicshop.com/dlg/cart/mp3List.php</a> <br /><br />I want to have the search on a separate page but when a search is made I want the results to show like the list is displayed now. At the moment when a search is made the results are shown below the search as links. I want them to appear with all the information as per the mp3List. <br /><br />Many thanks <br /><br />John<br />]]></description>
          <pubDate>Wed, 28 May 2008 10:38:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191774#post2191774</guid>
        </item>
                <item>
          <title>Re: [Dave] MultiSearch</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191763#post2191763</link>
          <description><![CDATA[Thanks for the prompt reply. I will try that. <br /><br />Is there a way that the results can be displayed in the &quot;whateverDetail.php&quot; page as a list rather than individual links in the results page? <br /><br />Thanks again for your help. <br /><br />John<br />]]></description>
          <pubDate>Tue, 27 May 2008 14:34:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191763#post2191763</guid>
        </item>
                <item>
          <title>Re: [Dave] MultiSearch</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191748#post2191748</link>
          <description><![CDATA[I have the search working fine but if the data is listed say 10 per page, then when you go to the second page for example, the search says &quot;Results page '2' not found, [url &quot;http://theatremusicshop.com/dlg/cart/mp3s.php?q=hood&amp;page=1&quot;]<u><span style="color: #0066cc">start over &gt;&gt;[/#0066cc]</u>[/url].&quot; Is there a way to stop this please? <br /><br />  <br /><br />Thanks <br /><br />  <br /><br />John<br />]]></description>
          <pubDate>Tue, 27 May 2008 09:04:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191748#post2191748</guid>
        </item>
                <item>
          <title>Listing by letters of the alphabet</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191720#post2191720</link>
          <description><![CDATA[I am a new user of CMS Builder and just getting used to it. It's an excellent product. <br /><br />I have used the php code to list my data but how can I display all records in the title field that begin with the letter A for example. I want to create a different php page for each letter of the alphabet. <br /><br />Hope you can help. Many thanks. <br /><br />John<br />]]></description>
          <pubDate>Mon, 26 May 2008 05:45:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191720#post2191720</guid>
        </item>
              </channel>
    </rss>
  