<?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%3Arcrofoot</link>
        <description></description>
        <pubDate>Sun, 24 May 2026 22:10:41 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Arcrofoot&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: Re: [rcrofoot] Using Geocoder as a stand-alone function</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232045#post2232045</link>
          <description><![CDATA[<p>In response to: [url "<a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2212596#post2212596" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2212596#post2212596</a>"]Re: [rcrofoot] Using Geocoder as a stand-alone function[/url], ...</p>
<p>Hello 2 years later -</p>
<p>Using Geocoder 1.00 as a stand-alone function in my test page seems to work great...</p>
<p>My questions:</p>
<p>1) Should I be concerned that the return LAT &amp; LNG values are accurate to 6 places vs. Google's return values of 7 places?</p>
<p>My concern is that for a given address:</p>
<p>Geocoder returns a latitude of 41.169848 and longitude of -73.532146.</p>
<p>Google returns a latitude of 41.1711970 and longitude of -73.5307970.</p>
<p>Why the discrepancy???</p>
<p>2) Is there an upgrade that will provide enhanced accuracy?</p>
<p>Many thanks! Great Products!</p>
<p>Rick Crofoot</p>]]></description>
          <pubDate>Mon, 07 Oct 2013 07:04:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232045#post2232045</guid>
        </item>
                <item>
          <title>ERROR - Notice: Undefined index: scheme in...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230803#post2230803</link>
          <description><![CDATA[<p>Thanks Steve...</p>
<p>The addition of the "@" symbol error suppression on those two lines did it...</p>
<p>Rick</p>]]></description>
          <pubDate>Wed, 29 May 2013 13:43:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230803#post2230803</guid>
        </item>
                <item>
          <title>ERROR - Notice: Undefined index: scheme in...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230790#post2230790</link>
          <description><![CDATA[<p>Hello Again -</p>
<p>I am re-posting the below from yesterday because my contact info was not correct and couldn't determine if anyone responded:</p>
<p>Hello -<br /><br />I am getting these errors when running my PHP page in a cron job or from a unix command line (from a browser it works fine):<br /><br /><strong>Notice: Undefined index: scheme in /usr/www/users/decaro/kellyassociates/cmsAdmin/lib/common.php on line 642</strong><br /><br /><strong>Notice: Undefined index: host in /usr/www/users/decaro/kellyassociates/cmsAdmin/lib/common.php on line 648</strong><br /><br />The PHP page contains code that references two CMS Builder Section Editors...<br /><br />I've never encountered this in previous jobs...Any idea what might be going on???<br /><br />Many thanks, Rick</p>]]></description>
          <pubDate>Wed, 29 May 2013 06:19:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230790#post2230790</guid>
        </item>
                <item>
          <title>Call list(...) multiple times in same page...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213361#post2213361</link>
          <description><![CDATA[Hello- <br /><br />I'm trying to return a relevant set of records from CMSB based on what the user specifies...For example if they click on &quot;Under 1,000,000&quot;, I execute this, which resides in a javascript function called &quot;pricegroup1&quot;: <br /><br />&lt;?php<br />     // load records<br />     list($properties_for_saleRecords, $properties_for_saleMetaData) = getRecords(array(<br />       'tableName'   =&gt; 'properties_for_sale',<br />       'where' =&gt; 'list_price&lt;1000000',<br />       'orderBy'     =&gt; 'list_price DESC',<br />     ));<br />   ?&gt; <br /><br />If they click on &quot;1,000,000 to 1,499,999&quot;, I WANT to execute this, which resides in another javascript function called &quot;pricegroup2&quot;: <br /><br />list($properties_for_saleRecords, $properties_for_saleMetaData) = getRecords(array(<br />       'tableName'   =&gt; 'properties_for_sale',<br />       'where' =&gt; 'list_price&gt;=1000000 and list_price&lt;1500000',<br />       'orderBy'     =&gt; 'list_price DESC',<br />     )); <br /><br />It's only when I add the 2nd list() block to my PHP page that things stop working, and my browser says there's a javascript error...no ending semicolon on a line number that doesn't even exist... <br /><br />If I remove the where clause from the 2nd list() bloc, the js error goes away, but of course, the correct data isn't returned. Also, if I simplify the where clause to 'where' =&gt; 'list_price&lt;1500000', the error returns...If I change this to 1000000, the error goes away again... <br /><br />My question is: Is it legal to have more than 1 list() block on a page....I'm stuck... <br /><br />I hope this is somewhat clear... <br /><br />Thanks for the help...Rick<br />]]></description>
          <pubDate>Tue, 27 Sep 2011 22:51:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213361#post2213361</guid>
        </item>
                <item>
          <title>CMSB Install Question...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213086#post2213086</link>
          <description><![CDATA[Hello -  <br /><br />Regarding installation of CMSB, when I ran admin.php (final installation step), I accepted the mysql server default of &quot;localhost&quot;...Is this ok? <br /><br />I usually deal with a different hosting company, and I am given a mysql server name such as &quot;db144.soandso.com&quot;... <br /><br />The hosting co. I had to use for this install gave me no db server name...The CMSB install went fine...Just curious as to whether this will haunt me later on down the line... <br /><br />Thanks, Rick<br />]]></description>
          <pubDate>Thu, 08 Sep 2011 23:55:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213086#post2213086</guid>
        </item>
                <item>
          <title>Undefined index error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213045#post2213045</link>
          <description><![CDATA[Hello -  <br /><br />Could you please help me find out why this error is occurring: <br /><br />Notice: Undefined index: pdf_brochure in /usr/www/users/brother/search_details_new_canaan.php on line 102 Warning: Invalid argument supplied for foreach() in /usr/www/users/brother/search_details_new_canaan.php on line 102  <br /><br />The correct CMSB record is being accessed, but the inner foreach won't work...The code is directly from the CMSB code generator...Here's the code: <br /><br />&lt;?php<br />// determine if this listing id is in cmsb to retrieve title &amp; body copy<br />// load viewer library<br />$libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />$dirsToCheck = array('/usr/www/users/brother/','','../','../../','../../../');<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($properties_for_saleRecords, $properties_for_saleMetaData) = getRecords(array(<br />  'tableName'   =&gt; 'properties_for_sale',<br />  'loadUploads' =&gt; '0',<br />  'allowSearch' =&gt; '0',<br />  'where' =&gt; 'mls_number=\''.$listing_id.'\'',<br />));<br />?&gt; <br /><br />&lt;?php foreach ($properties_for_saleRecords as $record): ?&gt;<br />  &lt;?php $mls_number = $record['mls_number']; ?&gt;<br />  &lt;?php $title = $record['title']; ?&gt;<br />  &lt;?php $bodycopy = $record['body_copy']; ?&gt;<br />  <br />  &lt;?php foreach ($record['pdf_brochure'] as $upload): ?&gt;<br /> &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;Download &lt;?php echo $upload['filename'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br />  &lt;?php endforeach ?&gt; <br /><br />&lt;?php endforeach ?&gt; <br /><br />  <br /><br />Thanks, Rick<br />]]></description>
          <pubDate>Tue, 06 Sep 2011 12:59:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213045#post2213045</guid>
        </item>
                <item>
          <title>Re: [Jason] Access CMSB from a remote server</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213028#post2213028</link>
          <description><![CDATA[Thanks Jason... <br /><br />You jogged my memory into coming up with a pretty simple solution...If it works that is! <br /><br />Have a great weekend...Rick<br />]]></description>
          <pubDate>Fri, 02 Sep 2011 16:43:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213028#post2213028</guid>
        </item>
                <item>
          <title>Access CMSB from a remote server</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213006#post2213006</link>
          <description><![CDATA[Hello -  <br /><br />Befor I potentially spend (waste) alot of time on this on my own, I'm wondering if anyone has ever tried to access CMSB data from a PHP code page running on another server... <br /><br />For example: My CMSB install and section editors/data are on &quot;Server A&quot;...On the site I working on, I need to jump over to &quot;Server B&quot; to do some special processing, but during the special processing, need to refer back to CMSB (on Server A) to get a piece of data...I can't get the piece of data before going over to Server B because it's only during the special processing on Server B that I know what data to get... <br /><br />My first thought is to modify the &quot;load viewer library&quot; code that CMSB generates (on a PHP page on Server B) from: <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/usr/www/users/brother/','','../','../../','../../../');<br /> <br /><br />To something like this (URL now trying to access Server A where CMSB lives):   <br /><br />// load viewer library<br />  $libraryPath = 'http://www.sitea.com/cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('http://www.sitea.com/','','../','../../','../../../'); <br /><br />Does anyone happen to know if this approach is going to be something that'll be legal? <br /><br />Thanks for the help, <br /><br />Rick<br />]]></description>
          <pubDate>Thu, 01 Sep 2011 11:18:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213006#post2213006</guid>
        </item>
                <item>
          <title>Re: [robin] Add link to Welcome screen...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212785#post2212785</link>
          <description><![CDATA[Thanks to you and Tim for the reply... <br /><br />I'll take your suggestion and try the plugin... <br /><br />Rick<br />]]></description>
          <pubDate>Wed, 17 Aug 2011 13:00:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212785#post2212785</guid>
        </item>
                <item>
          <title>Add link to Welcome screen...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212747#post2212747</link>
          <description><![CDATA[Hello -  <br /><br />I'd like to be able to execute a block of PHP code after user clicks &quot;Save&quot; on a record... <br /><br />Instead of creating a plugin (whick I don't know how to do yet) to fire on the &quot;Save&quot; button click event, I recall that Dave once told me I could place a link on the Welcome page...I think that would work for me temporarily,until I can find the time to experiment with creating a plugin... <br /><br />Could you refresh my memory and tell me what page to use so that I can place a link of my own on the CMSB Welcome page after a user logs in... <br /><br />Many thanks, Rick<br />]]></description>
          <pubDate>Tue, 16 Aug 2011 16:52:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212747#post2212747</guid>
        </item>
                <item>
          <title>Re: [Jason] Execute php code on record save...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212738#post2212738</link>
          <description><![CDATA[Hi Jason -  <br /><br />Thanks for the tips re: plugins... <br /><br />I tried a few weeks ago to implement what I needed but was unsuccessful...I'm going to attempt to write the plugin I need one more time, but because I'm under a heavy workload, I may not have the time to focus... <br /><br />What would the cost be to have you do it...Is there an hourly rate, or a minimum???...I've written the PHP code...I just need a plugin to execute it when user saves a record in CMSB... <br /><br />  <br /><br />OR, is there a detailed tutorial available, that can walk me thru the process of building it myself... <br /><br />Thanks for the help...Rick<br />]]></description>
          <pubDate>Tue, 16 Aug 2011 11:41:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212738#post2212738</guid>
        </item>
                <item>
          <title>Using Geocoder as a stand-alone function</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212575#post2212575</link>
          <description><![CDATA[Hello -  <br /><br />I'd like to use the functionality of your geocoder &quot;Sample form with automatic geocoding&quot;, but without the form, but am a little confused as to how to do this... <br /><br />Ideally, I would set up a function that accepts an address (or zip code), and have the function return the lat/long values... <br /><br />I suspect there's a way to use the geocoder to do this with PHP and without the form...Any help appreciated! <br /><br />Thanks, Rick<br />]]></description>
          <pubDate>Fri, 05 Aug 2011 18:22:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212575#post2212575</guid>
        </item>
                <item>
          <title>Re: [Jason] Execute php code on record save...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212405#post2212405</link>
          <description><![CDATA[So as I understand it, I'm really creating a plugin and putting it in the plugins folder... <br /><br />Then in /usr/www/users/brother/cmsAdmin/lib/menus/save.php, after the line doAction('record_postsave', $tableName, $isNewRecord, $oldRecord, $_REQUEST['num']);, I'll be adding <font size="3">addAction('record_postsave', '_pluginName_myFunctionName', null, 4); </font><font size="3">using my plugin &amp; function name of course...</font><font size="3">Sounds interesting...Can't wait to try it...</font><font size="3">Rick</font><br />]]></description>
          <pubDate>Wed, 27 Jul 2011 12:59:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212405#post2212405</guid>
        </item>
                <item>
          <title>Re: [Jason] Execute php code on record save...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212402#post2212402</link>
          <description><![CDATA[Thanks Jason...This will help alot... <br /><br />One last question: Where is the <span style="color: #000000"><font size="2">record_save hook...In one of the cmsb php pages???</font>[/#000000] <br /><br />Thanks, Rick<br />]]></description>
          <pubDate>Wed, 27 Jul 2011 12:33:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212402#post2212402</guid>
        </item>
                <item>
          <title>Re: [robin] Execute php code on record save...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212399#post2212399</link>
          <description><![CDATA[Hi Robin -  <br /><br />Thanks for responding... <br /><br />I'm having a problem accessing the download for the mysql console plugin...My 2 user names &amp; passwords don't work on that screen... <br /><br />Could you possibly outline what I need to do??? For instance where is [font &quot;Verdana&quot;]<span style="color: #000000"><font size="2">record_postsave and is it a built-in event handler...</font>[/#000000]</span> <br /><br />[font &quot;Verdana&quot;]<span style="color: #000000"><font size="2">Also, might there be a more direct way to do this...Can I add another button (or link) on a section editor page that I can access after I save a record???</font>[/#000000]</span> <br /><br />[font &quot;Verdana&quot;]<span style="color: #000000"><font size="2">Just trying to get this done asap...lots of pressure right now...</font>[/#000000]</span> <br /><br />[font &quot;Verdana&quot;]<span style="color: #000000"><font size="2">Thanks, Rick</font>[/#000000]</span><br />]]></description>
          <pubDate>Wed, 27 Jul 2011 11:35:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212399#post2212399</guid>
        </item>
                <item>
          <title>Execute php code on record save...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212394#post2212394</link>
          <description><![CDATA[Hello -  <br /><br />I'd like to be able to automatically execute some PHP code when my client clicks &quot;Save&quot; after modifying a record in CMSB...Is there a built-in event handler somewhere that I could insert my code??? <br /><br />Seems like you can do everything else with CMSB, so why not this! <br /><br />Thanks in advance for the help... <br /><br />Rick<br />]]></description>
          <pubDate>Tue, 26 Jul 2011 19:25:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212394#post2212394</guid>
        </item>
                <item>
          <title>Re: [Jason] Field Label values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210634#post2210634</link>
          <description><![CDATA[Thanks Jason...I kind of suspected something like that... <br /><br />I ended up just hardcoding the values, but I like your idea about entering into 'info1'... <br /><br />Thanks for the quick reply...Rick<br />]]></description>
          <pubDate>Tue, 12 Apr 2011 12:39:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210634#post2210634</guid>
        </item>
                <item>
          <title>Field Label values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210632#post2210632</link>
          <description><![CDATA[Hello- <br /><br />I'm trying to display a regular old Field Label value, but all I seem to be able to access is the table fieldname value...Here's what I have: <br /><br />&lt;?php $count=0; ?&gt;<br />        &lt;?php foreach ($record['presentations'] as $upload): ?&gt;<br />    &lt;?php if (!$count)<br />     {<br />      echo $upload['fieldName'].&quot;:&lt;br/&gt;&quot;;<br />   } <br />   $count++; ?&gt;...etc... <br /><br />The above code displays &quot;presentations&quot; which is the table fieldname...I'm trying to get the label of the field which is &quot;Presentation Templates&quot;... <br /><br />I tried echo $upload['fieldLabel'], but no luck... <br /><br />Can you tell me how retrieve the actual label value of a field...and not the table fieldname... <br /><br />Many thanks, Rick<br />]]></description>
          <pubDate>Tue, 12 Apr 2011 12:05:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210632#post2210632</guid>
        </item>
                <item>
          <title>WYSIWYG fields...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206851#post2206851</link>
          <description><![CDATA[Hello- <br /><br />When using a WYSIWYG field type in a section editor, it looks as though an automatic &lt;p&gt; tag is rendered below the field in my web page...Is there a way to remove this...??? <br /><br />I was originally using a text field and could display things in-line, but my client wants to control the styles herself, and as a result, using the WYSIWYG field has messed up my formatting... <br /><br />Using v2.01. <br /><br />Thanks for the help as always... <br /><br />Rick<br />]]></description>
          <pubDate>Wed, 15 Sep 2010 16:59:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206851#post2206851</guid>
        </item>
                <item>
          <title>Re: [chris] Undefined index:  QUERY_STRING in viewer_functions.php on line 289</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206506#post2206506</link>
          <description><![CDATA[Thanks Chris...That did it...!!! <br /><br />Rick<br />]]></description>
          <pubDate>Tue, 31 Aug 2010 19:30:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206506#post2206506</guid>
        </item>
                <item>
          <title>Re: [chris] Undefined index:  QUERY_STRING in viewer_functions.php on line 289</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206492#post2206492</link>
          <description><![CDATA[Version 1.09<br />]]></description>
          <pubDate>Tue, 31 Aug 2010 16:08:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206492#post2206492</guid>
        </item>
                <item>
          <title>Undefined index:  QUERY_STRING in viewer_functions.php on line 289</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206464#post2206464</link>
          <description><![CDATA[Hello- <br /><br />I am executing a php file containing cms builder code via the linux shell and get this error for every record processed: <br /><br />Notice: Undefined index:  QUERY_STRING in /usr/www/users/decaro/kellyassociates/decaro/cmsAdmin/lib/viewer_functions.php on line 289 <br /><br />When the php code is run as a url in my browser, everything is fine... <br /><br />In either case the desired result is correct, so I'm not all that concerned about the errors, but was wondering if you knew offhand what this is all about... <br /><br />Thanks, Rick<br />]]></description>
          <pubDate>Tue, 31 Aug 2010 11:18:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206464#post2206464</guid>
        </item>
                <item>
          <title>Re: [Dave] cms_accesslist table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204037#post2204037</link>
          <description><![CDATA[Thanks, Dave... <br /><br />Jason helped me out quite a bit already, and your info just reinforces things a bit more... <br /><br />Hope you're all well and that business is good...You have a great product with great forum support! <br /><br />Rick<br />]]></description>
          <pubDate>Mon, 10 May 2010 19:04:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204037#post2204037</guid>
        </item>
                <item>
          <title>Re: [Jason] Adding records using SQL to create new user/password</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204036#post2204036</link>
          <description><![CDATA[Thank you, Jason... <br /><br />That's exactly what I needed info about... <br /><br />Rick<br />]]></description>
          <pubDate>Mon, 10 May 2010 18:58:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204036#post2204036</guid>
        </item>
                <item>
          <title>Re: [Jason] Adding records using SQL to create new user/password</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203841#post2203841</link>
          <description><![CDATA[Hi Jason-<br />My client has a text file of user names &amp; passwords that are updated on a daily basis from an external database...It consists of approx. 800 names/passwords...Each of these users needs to be registered in cms builder so they can post their own material when necessary...So, I thought that re-writing the main table (section editor), and then updating the cms_accesslist using sql would be the way to go...I'm confident that would work, but wondered if you have any recommendations or snags you can alert me to...Also, not sure where the value for randomSaveId field in cms_access table is coming from...Is it getting automatically generated as a unique value...And what is it used for...<br />Thanks, Rick<br />]]></description>
          <pubDate>Mon, 03 May 2010 18:58:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203841#post2203841</guid>
        </item>
              </channel>
    </rss>
  