<?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%3A_kate_</link>
        <description></description>
        <pubDate>Tue, 28 Apr 2026 04:18:00 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3A_kate_&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Membership plugin - photo upload page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215983#post2215983</link>
          <description><![CDATA[That worked perfectly! Thank you :)<br />]]></description>
          <pubDate>Sat, 28 Apr 2012 03:11:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215983#post2215983</guid>
        </item>
                <item>
          <title>Membership plugin - photo upload page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215764#post2215764</link>
          <description><![CDATA[Hi,<br />I'm just playing around with the membership plugin to see what I can do with it. I made a quick 'Photos' page to see if I could allow users to upload photos.<br /><br />I used this and it worked fantastic -<br />http://www.interactivetools.com/iforum/Products_C2/CMS_Builder%3A_Plugins_%26_Add-ons_F40/Allow_Logged_in_Users_to_Access_Upload_Form_P85546/gforum.cgi?post=81668<br /><br />I'm wondering though, is there anyway to list on my photos page which user uploaded the photos? I noticed a system field called updatedByUserNum so I added the line<br /><br /><code>Uploaded by: &lt;?php echo $record['updatedByUserNum'] ?&gt;&lt;br/&gt;</code><br /><br />But it just brings up the number of that user. I can't seem to get it to bring up the &quot;username&quot; field and can't figure out how to make that part of the photos section without making a field someone has to fill out manually (don't want this).<br /><br />Any help appreciated :)<br />]]></description>
          <pubDate>Fri, 06 Apr 2012 08:33:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215764#post2215764</guid>
        </item>
                <item>
          <title>Membership Plugin - could I make a music/band community site with it?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215748#post2215748</link>
          <description><![CDATA[Before I purchased this just wanted to check it will do what I need.<br /><br />I want to start a band community site where users would sign up, then be able to comment and like various things on the site using their user account. They would have a profile page with all their information on it along with being able to do a lot of other things around the site.<br /><br />A higher level of membership would allow users to make band pages on the site for their band.<br /><br />Is this something I could accomplish with this add on?<br />]]></description>
          <pubDate>Thu, 05 Apr 2012 04:14:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215748#post2215748</guid>
        </item>
                <item>
          <title>Licensing Issues - stolen license</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207128#post2207128</link>
          <description><![CDATA[Hi,<br />I offer your CMS product to my web design clients. I don't purchase a license for them, but rather I purchase licenses I can use myself then I charge them a fee for the customisation work, then they pay a small monthly fee to use the license.<br /><br />Recently I had another website company transfer our clients site to another host without our knowledge. They are now using the system with our license but refusing to pay the monthly fee!<br /><br />I figured I would deal with this by going to the CMS, logging in and updating the license key to an old one which had already been cancelled by Interactive Tools. This has been a fine solution in the past, HOWEVER this time it didn't work as I guess that license number is not blocked anymore?<br /><br />I need someone to either reblock that license, or cancel the license in question and provide a new one to me that I can use for another client.<br /><br />Thanks :)<br />]]></description>
          <pubDate>Tue, 28 Sep 2010 05:49:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207128#post2207128</guid>
        </item>
                <item>
          <title>Re: [ross] Basic Search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198054#post2198054</link>
          <description><![CDATA[Haha sorry probably should have included that!!<br /><br />The site has products on it - I just want it to search the product name field. Don't know if it will be a problem that the products are all in different sections?<br /><br />Anyway when you hit search with nothing typed in, it merely shows all the products from the first section listed (jewellery). If you type any word in at all it will say no products to display, even if you use a word that is in the title of an item<br />]]></description>
          <pubDate>Fri, 03 Jul 2009 10:35:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198054#post2198054</guid>
        </item>
                <item>
          <title>Basic Search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198020#post2198020</link>
          <description><![CDATA[Hi,<br />Trying to create a standard search box for a site using the help guide yet having no luck. Here's what I have so far....<br /><br /><b>SEARCH FORM</b><br /><code>&lt;form method=&quot;POST&quot; action=&quot;search.php&quot;&gt;<br />&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td width=&quot;162&quot; valign=&quot;middle&quot;&gt;&lt;label&gt;&lt;input type=&quot;text&quot; name=&quot;title&quot; value=&quot;&quot;  class=&quot;search&quot;&gt;&lt;/label&gt;&lt;/td&gt;<br />        &lt;td width=&quot;34&quot; valign=&quot;middle&quot;&gt;&lt;label&gt;<br />          &lt;input type=&quot;image&quot; name=&quot;submit&quot; id=&quot;GO2&quot; value=&quot;Search&quot; src=&quot;imgs/go.jpg&quot; /&gt;<br />        &lt;/label&gt;&lt;/td&gt;<br />      &lt;/tr&gt;<br />    &lt;/table&gt;<br />&lt;/form&gt;</code><br /><br /><b>RESULTS PAGE</b><br /><code>&lt;?php<br />  require_once &quot;/mysiteaddy/viewer_functions.php&quot;;<br /><br />  list($jewelleryRecords, $jewelleryMetaData) = getRecords(array(<br />    'tableName'   =&gt; &quot;jewellery&quot;,<br />  ));<br />    <br />  list($products_lea_steinRecords, $products_lea_steinMetaData) = getRecords(array(<br />    'tableName'   =&gt; &quot;products_lea_stein&quot;,<br />  ));  <br />  <br />  list($products_vintage_jewelleryRecords, $products_vintage_jewelleryMetaData) = getRecords(array(<br />    'tableName'   =&gt; &quot;products_vintage_jewellery&quot;,<br />  )); <br />   <br />  list($products_gentlemensRecords, $products_gentlemensMetaData) = getRecords(array(<br />    'tableName'   =&gt; &quot;products_gentlemens&quot;,<br />  ));  <br />  <br />  list($products_decorativeRecords, $products_decorativeMetaData) = getRecords(array(<br />    'tableName'   =&gt; &quot;products_decorative&quot;,<br />  ));  <br />  <br />  list($products_collectiblesRecords, $products_collectiblesMetaData) = getRecords(array(<br />    'tableName'   =&gt; &quot;products_collectibles&quot;,<br />  )); <br />   <br />  list($products_sewingRecords, $products_sewingMetaData) = getRecords(array(<br />    'tableName'   =&gt; &quot;products_sewing&quot;,<br />  ));  <br /><br />?&gt;</code><br />]]></description>
          <pubDate>Tue, 30 Jun 2009 12:42:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198020#post2198020</guid>
        </item>
                <item>
          <title>Re: [ross] Move CMS and all data from webhost to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197466#post2197466</link>
          <description><![CDATA[Hi Ross. Yes I did as you described as above but was stuck at uploading the data.<br /><br />WOW. Can't believe how many different things I had to try to figure out what it wasn't working!! Have finally managed to copy my first site over. For anyone else reading experiencing problems I kept getting an error in phpadmin saying table already exists for each section.<br /><br />I exported the data again but made sure &quot;IF NOT EXISTS&quot; was NOT checked, and as soon as I did that the data uploaded and is now working fine!<br />]]></description>
          <pubDate>Fri, 22 May 2009 06:13:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197466#post2197466</guid>
        </item>
                <item>
          <title>Re: [_kate_] Best way to use link field option</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197249#post2197249</link>
          <description><![CDATA[The support rep wasn't able to help and instead referred me to the consulting dept.<br /><br />Is there anyone here who has done something similar that may be able to help out and offer some possible solutions? Any help appreciated :)<br />]]></description>
          <pubDate>Thu, 07 May 2009 06:41:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197249#post2197249</guid>
        </item>
                <item>
          <title>Re: [ross] Move CMS and all data from webhost to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197150#post2197150</link>
          <description><![CDATA[Hi,<br />My new webhost has been trying to sort this out for me. Here's what they said &gt;<br /><br />I have tested the database that was has uploaded and even tried to import the sql dump on a separate test database and use this test<br />database instead (this test database has now been deleted). Unfortunately it looks like further application settings (apart from updating the database details) might need to be changed in order to have the database data displayed in the application. In most cases, importing the database tables into a database hosted with us and simply updating the database details is sufficient to have the website working as expected.<br /><br />We have imported the database and updated the database settings accordingly onto the application, however the data still does not load as expected. I have tried to look on the application help webpage and I believe I found your thread there (this one).<br /><br />If so, are you able to ask Ross, if there is anything else that needs to be<br />done apart from importing the database dump into the existing database and updating the database details?<br />]]></description>
          <pubDate>Thu, 30 Apr 2009 04:43:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197150#post2197150</guid>
        </item>
                <item>
          <title>Re: [ross] Featured rental listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197106#post2197106</link>
          <description><![CDATA[Woohoo! When I got rid of the where, and used 'orderBy' =&gt; 'updatedDate DESC' it worked like a charm.<br /><br />Thanks Ross!<br />]]></description>
          <pubDate>Sun, 26 Apr 2009 10:14:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197106#post2197106</guid>
        </item>
                <item>
          <title>Re: [ross] Move CMS and all data from webhost to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196883#post2196883</link>
          <description><![CDATA[Hi Ross,<br />The current webhost told me how to create a SQL dump and then he offered to do it for me.<br /><br />I got that file and tried to upload it to the new webhost using the instructions they gave me below and it didn't work. Showed an error message. It appeared to create one of the sections (about) which I could now see in Phpmyadmin but still nothing displays when you login to the CMS.<br /><br />&quot;To restore a SQL database dump you will need to login to your domain<br />name and select database, once in your database administration page you need to create a new database.<br /><br />Once this new database has been created click on its name and it should start up PHPmyadmin, once it has loaded up in the top right hand side of the page you should see a little box that says SQL, if you click on that a new page will open and you should see a option called Import files, now just browse for you SQL dump and import it.&quot;<br />]]></description>
          <pubDate>Sun, 12 Apr 2009 12:08:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196883#post2196883</guid>
        </item>
                <item>
          <title>Re: [Damon] Best way to use link field option</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196877#post2196877</link>
          <description><![CDATA[Hi Damon,<br />Thanks for the quick response! I have sent my details using that form now.<br />]]></description>
          <pubDate>Fri, 10 Apr 2009 12:03:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196877#post2196877</guid>
        </item>
                <item>
          <title>Re: [ross] Best way to use link field option</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196873#post2196873</link>
          <description><![CDATA[Hi Ross,<br />I *think* we are getting there :P<br /><br />Ok so after the client edited a couple of the agent records, data is now showing on the site as it should - only problem is for some reason it doesn't show the agent you selected, it is instead just showing ONE of the records for every single listing.<br /><br />I thought maybe it was showing the first agent listed in the CMS and experimented moving them around with the drag/drop, but it still shows the same agent regardless. Strangely the same thing happens in the rentals section, instead it is displaying a different agent and doing it for every single one as well regardless of whats selected.<br /><br />Any ideas what is going on here? When linking the sections, in the Field Options I chose<br />Section Tablename - agents<br />Use this field for option values - title<br />Use this field for option labels - title<br /><br />The agents section has 2 fields - title and content.<br />]]></description>
          <pubDate>Fri, 10 Apr 2009 09:43:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196873#post2196873</guid>
        </item>
                <item>
          <title>Re: [ross] Move CMS and all data from webhost to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196778#post2196778</link>
          <description><![CDATA[I've contacted both hosts about that - here's what they said &gt;<br /><br /><b>Current webhost:</b><br />We do allow external connections to MSSQL databases but not MySQL.<br /><br /><b>New webhost:</b><br />Depends on the database type, generally for the connection based db's<br />like MySQL yes, you can connect to them externally.<br /><br />If you provide a little more information I can give a more rigorous answer. It also depends on the connection type. Perhaps you could describe exactly what you are trying or planning to do.<br />]]></description>
          <pubDate>Mon, 06 Apr 2009 05:01:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196778#post2196778</guid>
        </item>
                <item>
          <title>Re: [ross] Featured rental listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196773#post2196773</link>
          <description><![CDATA[Almost there :)<br /><br />Got it working and displaying the featured listing, but it doesn't change if I specify another listing as the featured after any others I have selected. I assume the problem is the header as I wasn't sure what to put there to get only featured ones to display &gt;&gt;<br /><br /><code>&lt;?php<br />  require_once &quot;/mysite/viewer_functions.php&quot;;<br /><br />  list($salesRecords, $salesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'sales',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />    'where' =&gt; ' featured = &quot;1&quot; ', <br />    'orderBy' =&gt; 'updatedDate', <br /><br />  ));<br />  $salesRecord = @$salesRecords[0]; // get first record<br /><br />?&gt;</code><br />]]></description>
          <pubDate>Sun, 05 Apr 2009 10:42:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196773#post2196773</guid>
        </item>
                <item>
          <title>Re: [ross] Best way to use link field option</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196770#post2196770</link>
          <description><![CDATA[Hi Ross,<br />Did as instructed, yet not quite working yet. This is going on the detail page so maybe I need to adjust some code for that? Here's what I've got so far &gt;<br /><br /><code>&lt;?php<br />  require_once &quot;/mysite/viewer_functions.php&quot;;<br /><br />  list($salesRecords, $salesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'sales',<br />    'joinTable'   =&gt; 'agents', <br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $salesRecord = @$salesRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$salesRecord) {<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  }<br /><br />?&gt;</code><br /><br />And to display the agent details &gt;<br /><br /><code>&lt;?php echo $salesRecord['agents.title'] ?&gt;<br />&lt;?php echo $salesRecord['agents.content'] ?&gt;</code><br /><br />There is no error message showing where the agents detail should appear - instead it just remains blank...<br />]]></description>
          <pubDate>Sun, 05 Apr 2009 05:44:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196770#post2196770</guid>
        </item>
                <item>
          <title>Re: [ross] Best way to use link field option</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196758#post2196758</link>
          <description><![CDATA[Hi Ross,<br />I had already set up the agents section with the required fields. The problem came when I tried to connect it to the listings section. Not sure I did it right as the data wouldn't all display. Added a list field and told it to pull data from agents field so you could pick the agent from a drop down - seemed I could only pick one data field to display on setup instead of showing them all. So is that the correct way to do it and then use a code that lets u display all the data? Or do I need to do something else?<br /><br />Thanks!<br />]]></description>
          <pubDate>Thu, 02 Apr 2009 23:11:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196758#post2196758</guid>
        </item>
                <item>
          <title>Re: [ross] Move CMS and all data from webhost to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196743#post2196743</link>
          <description><![CDATA[Kenny are you or anyone else able to offer advice on this problem? :/<br />]]></description>
          <pubDate>Thu, 02 Apr 2009 03:30:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196743#post2196743</guid>
        </item>
                <item>
          <title>Re: [ross] Featured rental listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196741#post2196741</link>
          <description><![CDATA[Thanks Ross. I'll be able to do it, just need to know what to write to get it to sort by last updated time.<br /><br />Thanks!<br />]]></description>
          <pubDate>Thu, 02 Apr 2009 03:15:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196741#post2196741</guid>
        </item>
                <item>
          <title>Re: [ross] Best way to use link field option</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196740#post2196740</link>
          <description><![CDATA[Does anyone have an answer to this problem?<br /><br />As expected the client has seen the site and requested that she can pick the agents from a list instead of having to type it in for every listing.<br /><br />Does anyone know how I could get this working?<br /><br />Thanks!<br />]]></description>
          <pubDate>Thu, 02 Apr 2009 03:09:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196740#post2196740</guid>
        </item>
                <item>
          <title>Featured rental listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196620#post2196620</link>
          <description><![CDATA[On a real estate website with a field for rentals and sales, what would be the smartest way to feature one from each section on the front page of the website?<br /><br />Would like the client to be able to choose which should show on the front page.<br /><br />Thanks!<br />]]></description>
          <pubDate>Sat, 28 Mar 2009 05:47:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196620#post2196620</guid>
        </item>
                <item>
          <title>Re: [ross] Move CMS and all data from webhost to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196619#post2196619</link>
          <description><![CDATA[Hi,<br />I've been having some problems with this. I upgraded the old site to the new version, then exported the data as detailed below.<br /><br />Created database and installed CMSB on the new site. When to the SQL tab to upload the .sql file in phymyadmin and I kept getting an error saying I didn't have user permissions to do that.<br /><br />My web host said the problem was I was trying to create a database in another database which isn't allowed, and he removed the create database from my file and uploaded it - I figured it would now work but I logged into CMSB and it looks exactly as it does on install and none of my data is there.<br /><br />Any help is appreciated :/<br />]]></description>
          <pubDate>Sat, 28 Mar 2009 05:26:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196619#post2196619</guid>
        </item>
                <item>
          <title>Re: [Dave] Displaying only one image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196550#post2196550</link>
          <description><![CDATA[Ahhhhhhhhh I see :)<br /><br />Cool thanks! Working perfectly now :)<br />]]></description>
          <pubDate>Tue, 24 Mar 2009 21:53:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196550#post2196550</guid>
        </item>
                <item>
          <title>Re: [ross] Displaying only one image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196529#post2196529</link>
          <description><![CDATA[Hi Ross,<br />No it definetely says 10.<br /><br />The code appears to work fine - I created the rentals list page which displays all the rentals and it works fine (keeps 10 to a page).<br /><br />Then I simply added this -<br />&lt;?php if ($record['type'] != &quot;Residential&quot;) { continue; } ?&gt;<br /><br />So I could have a separate page for Residential and Commercial and thats where the problem started. The Res page displays 4 on the first page, and the Comm page displays 6??? It's very odd.<br /><br />I will PM you a link to the live pages so you can see what I mean...<br />]]></description>
          <pubDate>Tue, 24 Mar 2009 10:51:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196529#post2196529</guid>
        </item>
                <item>
          <title>Re: [ross] Best way to use link field option</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196528#post2196528</link>
          <description><![CDATA[Hi Ross,<br />Thanks for your reply.<br /><br />It doesn't have to be the person that created the listing - the secretary will probably do all of these. I just thought it could save some if they didn't have to enter the agents details for every listing.<br /><br />I am making a real estate page with a listing layout like the page below &gt;<br />http://www.colliersresidential.com/listings.cgi?listing=4893&amp;perpage=20&amp;rm=viewListing&amp;s=r<br /><br />See the bit down the side with the agent details? I made an agent field for these details with a WYSIWYG field. Then it occured to me with hundreds of listings, they would have to keep typing the same info so I tried to make a list field which they could choose the agent name from and linked it to a new section called &quot;Agents&quot;. It works fine in the CMS, but on the site it only displays the one field - agent name as in the CMS it will only let me select one field for the content...<br /><br />Sorry I am trying to explain it as clearly as possible... it doesn't have to work exactly how I mentioned, jhust need the best solution for the above problem :)<br />]]></description>
          <pubDate>Tue, 24 Mar 2009 10:44:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196528#post2196528</guid>
        </item>
              </channel>
    </rss>
  