<?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%3Adarrylo</link>
        <description></description>
        <pubDate>Tue, 28 Apr 2026 09:24:12 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Adarrylo&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Combine Filname Fields for descriptive URL</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209620#post2209620</link>
          <description><![CDATA[Beautiful thank you!<br />]]></description>
          <pubDate>Mon, 14 Feb 2011 16:43:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209620#post2209620</guid>
        </item>
                <item>
          <title>Combine Filname Fields for descriptive URL</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209598#post2209598</link>
          <description><![CDATA[I'm using &quot;firstname&quot; and &quot;Lastname&quot; fields instead of &quot;fullname&quot; so I can have a search and order by last name. But I need to have both the first and lastname in the page URL. It seems the filename field only uses the first file name listed. How can I combine them for the URL?<br /><br />example:<br />agent.php?firstname-lastname-1<br />]]></description>
          <pubDate>Sat, 12 Feb 2011 23:04:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209598#post2209598</guid>
        </item>
                <item>
          <title>Re: [Jason] Populate drop down search form field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207884#post2207884</link>
          <description><![CDATA[Awesome - you're the man Jason - Thank you!<br />]]></description>
          <pubDate>Sat, 06 Nov 2010 19:59:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207884#post2207884</guid>
        </item>
                <item>
          <title>Populate drop down search form field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207825#post2207825</link>
          <description><![CDATA[I wanted to auto populate a drop-down form field in my search form. The field is a text field. The code I'm using of course duplicates the field for each: (i don't want duplicates) is there a way to do this?<br /><br />I know I can use a text field on my search form but I was hoping I could get a list.<br /><br />http://ridgefieldconnecticuthomes.com/listings.php<br /><br />&lt;select name=&quot;city&quot;&gt;<br />    &lt;option value=&quot;&quot;&gt;Any Town&lt;/option&gt;<br />    <br />    &lt;?php<br />  foreach ($listingsRecords as $record) {<br />    print &quot;&lt;option value='{$listingsRecords['city']}'&gt;{$record['city']}&lt;/option&gt;&quot;;<br />  }<br />?&gt;<br />  &lt;/select&gt;<br />]]></description>
          <pubDate>Wed, 03 Nov 2010 15:54:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207825#post2207825</guid>
        </item>
                <item>
          <title>Re: [Donna] PHP Parse Error in settings.dat.php File</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203975#post2203975</link>
          <description><![CDATA[Will do - thanks for the quick reply Donna<br />]]></description>
          <pubDate>Fri, 07 May 2010 15:18:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203975#post2203975</guid>
        </item>
                <item>
          <title>Re: [Jason] PHP Parse Error in settings.dat.php File</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203959#post2203959</link>
          <description><![CDATA[Same thing happened to me. I am working on removing the code now. What is the vulnerablility - how can I prevent this happening again?<br />]]></description>
          <pubDate>Fri, 07 May 2010 11:04:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203959#post2203959</guid>
        </item>
                <item>
          <title>Re: [jonoc73] Simple SEO rewrite using htaccess</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203371#post2203371</link>
          <description><![CDATA[http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html<br /><br />First example looks like what you are looking for.<br />Rewriting product.php?id=12 to product-12.html<br />]]></description>
          <pubDate>Sun, 18 Apr 2010 13:44:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203371#post2203371</guid>
        </item>
                <item>
          <title>Re: [jonoc73] Simple SEO rewrite using htaccess</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203369#post2203369</link>
          <description><![CDATA[I guess that was too easy! - checkout this Rewrite rules generator:<br />http://www.linkvendor.com/seo-tools/url-rewrite.html<br />]]></description>
          <pubDate>Sun, 18 Apr 2010 13:34:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203369#post2203369</guid>
        </item>
                <item>
          <title>Re: [jonoc73] Simple SEO rewrite using htaccess</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203366#post2203366</link>
          <description><![CDATA[Paste this into the .htaccess file<br /><br />Redirect permanent /http://www.mywebsite.co.uk/conditions.php?detailpage-1  http://www.mywebsite.co.uk/conditions.php?detailpage-1.html<br />]]></description>
          <pubDate>Sun, 18 Apr 2010 00:39:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203366#post2203366</guid>
        </item>
                <item>
          <title>Last image not showing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202764#post2202764</link>
          <description><![CDATA[I'm using an image slider to display images and the last image doesn't show (although the slider indicates the correct number of images but the last one is blank.<br /><br />http://afahomes.com/listing.php?144-Old-Post-Road-1<br /><br />My code:<br />  &lt;div id=&quot;slider3&quot;&gt;<br />    <br />        &lt;ul&gt;<br />      <br />        &lt;?php foreach ($listingsRecord['uploads'] as $upload): ?&gt;&lt;?php if ($upload['isImage']): ?&gt;<br />                  <br />        <br />              &lt;li style=&quot;background-image:url(&lt;?php echo $upload['urlPath'] ?&gt;)&quot;&gt;<br />          <br />        <br />                &lt;/li&gt;<br />                         &lt;?php endif ?&gt;<br />                         &lt;?php endforeach ?&gt;          <br />            &lt;/ul&gt;  <br />    &lt;/div&gt;<br />]]></description>
          <pubDate>Fri, 26 Mar 2010 10:12:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202764#post2202764</guid>
        </item>
                <item>
          <title>Re: [Donna] Basic Realty without user accounts</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202002#post2202002</link>
          <description><![CDATA[Not ideal because the admin will have to add all those users but if it's the only way...<br />]]></description>
          <pubDate>Tue, 23 Feb 2010 19:44:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202002#post2202002</guid>
        </item>
                <item>
          <title>Re: [Donna] Basic Realty without user accounts</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201972#post2201972</link>
          <description><![CDATA[I am asking for your suggestion on how you would set that up. I want to be able to have agent home pages &amp; show the agents listings exactly how it works in your template BUT I don't want each agent to have a log-in. Only one person will be entering agent info &amp; listings. Your template uses the &quot;createdByUserNum&quot; to identify which listings belong to which agents.Can you recommend something?<br />]]></description>
          <pubDate>Mon, 22 Feb 2010 20:21:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201972#post2201972</guid>
        </item>
                <item>
          <title>Basic Realty without user accounts</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201946#post2201946</link>
          <description><![CDATA[I am trying to use basic realty section editors without the templates and without the field for the user (which links the listings &amp; homepages) Only the admin will be adding listings and agents so this field won't work. I set-up a field called &quot;agent&quot; in the listings editor using the advanced field options &amp; I can get a link to show the agents listings using that field but I can't figure out how to share it with the agent pages (home pages) there must be an easier way! Thanks<br />]]></description>
          <pubDate>Fri, 19 Feb 2010 19:49:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201946#post2201946</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Announce your new CMS Builder websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194371#post2194371</link>
          <description><![CDATA[My first CMS builder site. All pages powered by CMS builder. <br /><br />http://bergerlegal.com<br /><br />I have developed many CMS sites using various solutions and honestly this is the best. Most CMS systems are very limiting and you find yourself trying to fit the design into the system. CMS builder is awesome because you design the CMS to fit the design of the site. It is so flexible. Most importantly the client is extremely pleased with the CMS, finds it very simple to use.<br />]]></description>
          <pubDate>Fri, 21 Nov 2008 18:54:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194371#post2194371</guid>
        </item>
                <item>
          <title>Re: [Dave] column &apos;thumbFilePath2&apos; in &apos;field list&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194370#post2194370</link>
          <description><![CDATA[Thanks Dave for recommending upgrade - problem has been resolved and upgrading was simple. Much easier than trying to troubleshoot.<br />]]></description>
          <pubDate>Fri, 21 Nov 2008 18:41:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194370#post2194370</guid>
        </item>
                <item>
          <title>Re: [Dave] column &apos;thumbFilePath2&apos; in &apos;field list&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194346#post2194346</link>
          <description><![CDATA[Hi Dave:<br />I have the admin tool to edit the database. This is the version that you did the custom mod for me before adding the feature to the upgraded version (multiple category thing). So I'm not certain what version it is technically. This project was on hold so long and I'm finally getting back to it. I did another site with the newer version in between and I'm wondering if I upgraded inadvertently when I moved it to the new server.<br />]]></description>
          <pubDate>Fri, 21 Nov 2008 08:25:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194346#post2194346</guid>
        </item>
                <item>
          <title>Re: [andycal] column &apos;thumbFilePath2&apos; in &apos;field list&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194340#post2194340</link>
          <description><![CDATA[I'm getting a similar error when I upload a file: MySQL Error: Field 'thumbFilePath2' doesn't have a default value <br /><br />This happened after moving site to a new host. I re-uloaded the uploads.ini file but I still get teh error. Any ideas?<br />]]></description>
          <pubDate>Thu, 20 Nov 2008 19:09:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194340#post2194340</guid>
        </item>
              </channel>
    </rss>
  