<?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%3A4cdg</link>
        <description></description>
        <pubDate>Sat, 18 Apr 2026 08:27:16 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3A4cdg&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Error after upgrading to 3.69</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247224#post2247224</link>
          <description><![CDATA[<p>I had to go back to version 3.66 in order to work on this.</p>
<p>I know about the dangerous tag</p>]]></description>
          <pubDate>Tue, 28 May 2024 08:56:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247224#post2247224</guid>
        </item>
                <item>
          <title>Error after upgrading to 3.69</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247221#post2247221</link>
          <description><![CDATA[<p><span>MySQL Error(1054): Unknown column 'id' in 'where clause'</span></p>
<p><span>I get this error after upgrading from 3.66 to 3.69 when trying to log into the cms admin</span></p>
<p><span><a href="https://ozarkfcu.cdg.info/cmsAdmin/admin.php" rel="nofollow">https://ozarkfcu.cdg.info/cmsAdmin/admin.php</a></span></p>]]></description>
          <pubDate>Tue, 28 May 2024 04:35:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247221#post2247221</guid>
        </item>
                <item>
          <title>Drag arrows missing on upload fields v3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247066#post2247066</link>
          <description><![CDATA[<p>After upgrading to 3.65 I have noticed that the arrows used for drag sorting uploads are missing... Still able to move the files up and down, but our customers may not realize that.</p>
<p>I have included a screen shot of example of what I am seeing.</p>]]></description>
          <pubDate>Thu, 28 Mar 2024 11:28:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247066#post2247066</guid>
        </item>
                <item>
          <title>website favorites plugin and cmsb 3.10</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241071#post2241071</link>
          <description><![CDATA[<p>Thanks Dave,  you been super helpful lately.</p>]]></description>
          <pubDate>Fri, 18 Aug 2017 06:01:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241071#post2241071</guid>
        </item>
                <item>
          <title>website favorites plugin and cmsb 3.10</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241067#post2241067</link>
          <description><![CDATA[<p>get the following errors when setting up website favorites 1.01 with cmsb 3.10 and website membership <span>1.11</span></p>
<blockquote>
<p>Deprecated: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /cmsAdmin/plugins/websiteFavorites/websiteFavorites.php on line 93</p>
<p><span>Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /cmsAdmin/plugins/websiteFavorites/websiteFavorites.php on line 93</span></p>
<p><span><span>Warning: mysql_real_escape_string(): A link to the server could not be established in /cmsAdmin/plugins/websiteFavorites/websiteFavorites.php on line 93</span></span></p>
</blockquote>
<p><span><span>I have uploaded screen shot from webpage and screen shot from error plugin.</span></span></p>]]></description>
          <pubDate>Thu, 17 Aug 2017 09:40:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241067#post2241067</guid>
        </item>
                <item>
          <title>columns in a multi row image display in a single row list viewer</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237242#post2237242</link>
          <description><![CDATA[<p>That fixed it.</p>
<p>Thank you</p>]]></description>
          <pubDate>Tue, 25 Aug 2015 09:00:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237242#post2237242</guid>
        </item>
                <item>
          <title>columns in a multi row image display in a single row list viewer</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237228#post2237228</link>
          <description><![CDATA[<p>Trying to have a multi column rows of images inside a single row list viewer, having trouble with the underlined part of the code below.</p>
<p>Because this is nested inside of the list viewer, i am not sure how to change my count name per record, so this count starts over for each record.</p>
<p>You can see what it is doing here, first record has 4 photos, second has 1, third has 2, then on the forth it has 2, but the counter thinks the first image is #4 and second goes to next row.....</p>
<p><code>&lt;table&gt;<br />&lt;?php foreach ($capabilities_services_multiRecords as $record): ?&gt;<br />      &lt;tr&gt;<br />        &lt;td&gt;&lt;table width="100%" border="0" cellspacing="0" cellpadding="2"&gt;<br />          &lt;tr&gt;<br />            &lt;td class="tahoma-red"&gt;&lt;strong&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/strong&gt;&lt;/td&gt;<br />          &lt;/tr&gt;<br />          &lt;tr&gt;<br />            &lt;td&gt;&lt;table width="100%" border="0" cellspacing="0" cellpadding="0"&gt;<br />              &lt;tr&gt;<br />                &lt;td width="30%" valign="top"&gt;&lt;?php $record['content'] = preg_replace("/^\s*&lt;p&gt;/i", "", $record['content'] ); ?&gt;&lt;?php $record['content'] = preg_replace("|&lt;/p&gt;\s*$|i", "", $record['content'] ); ?&gt;&lt;?php echo $record['content']; ?&gt;&amp;nbsp;&lt;/td&gt;<br />                &lt;td&gt;&lt;table width="100%" border="0" cellspacing="0" cellpadding="4"&gt;<br />                  &lt;tr&gt;&lt;?php foreach ($record['photos'] as $index =&gt; $upload): ?&gt;<br />                    &lt;td width="25%" align="center"&gt;&lt;table border="0" align="center" cellpadding="1" cellspacing="0" class="tahoma_12"&gt;<br />  &lt;tr&gt;<br />    &lt;td align="center"&gt;&lt;a href="&lt;?php echo htmlencode($upload['urlPath']) ?&gt;" class="highslide" onclick="return hs.expand(this)"&gt;&lt;img src="&lt;?php echo htmlencode($upload['thumbUrlPath']) ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="" /&gt;&lt;/a&gt;&lt;div class="highslide-heading"&gt;<br /> &lt;?php echo htmlencode($upload['info1']) ?&gt;<br />    &lt;br /&gt;&lt;?php echo htmlencode($upload['info2']) ?&gt;<br />&lt;/div&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td align="center"&gt;<br /> &lt;?php echo htmlencode($upload['info1']) ?&gt;<br />    &lt;br /&gt;&lt;?php echo htmlencode($upload['info2']) ?&gt;<br />&lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;/td&gt;<br />                  &lt;?php $maxCols=4; if (<span style="text-decoration:underline;"><strong>@++$count</strong></span> % $maxCols == 0): ?&gt;<br />              &lt;/tr&gt;<br />              &lt;?php endif; ?&gt;<br />              &lt;?php endforeach ?&gt;<br />                &lt;/table&gt;&lt;/td&gt;<br />              &lt;/tr&gt;<br />            &lt;/table&gt;&lt;/td&gt;<br />          &lt;/tr&gt;<br />          &lt;tr&gt;<br />            &lt;td&gt;&lt;hr /&gt;&lt;/td&gt;<br />          &lt;/tr&gt;<br />        &lt;/table&gt;&lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;?php endforeach ?&gt;<br />&lt;/table&gt;</code></p>
]]></description>
          <pubDate>Fri, 21 Aug 2015 09:34:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237228#post2237228</guid>
        </item>
                <item>
          <title>wysiwyg autolink not working in chrome v2.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237200#post2237200</link>
          <description><![CDATA[<p>Yes, i added the autolink plugin text to the wysiwyg.php file in the lib dir.</p>
<p>I install so many of these things i have my own dir with all the plugins and that tinymce edit made.</p>
<p>So this wasn't an upgrade, but a new install with modified files.</p>
<p>I installed a default version of cms builder 2.65 and still does not work in chrome. but it works in ie</p>]]></description>
          <pubDate>Fri, 07 Aug 2015 07:17:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237200#post2237200</guid>
        </item>
                <item>
          <title>wysiwyg autolink not working in chrome v2.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237194#post2237194</link>
          <description><![CDATA[<p>nope,</p>
<p>just followed the instructions from this post <a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2233006#post2233006" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2233006#post2233006</a></p>
<p>and i have been changing the files since 2.53 and it has worked until now.</p>]]></description>
          <pubDate>Thu, 06 Aug 2015 12:51:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237194#post2237194</guid>
        </item>
                <item>
          <title>wysiwyg autolink not working in chrome v2.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237192#post2237192</link>
          <description><![CDATA[<p>Since i have updated to cms version 2.65 my wysiwyg fields no longer autolink websites and emails in google chrome.</p>
<p>it works fine in internet explorer, and works in chrome with cms version 2.63</p>
<p>my chrome is  <span>Version 44.0.2403.130 m</span></p>]]></description>
          <pubDate>Thu, 06 Aug 2015 11:30:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237192#post2237192</guid>
        </item>
                <item>
          <title>Feature records in one table using accounts table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235722#post2235722</link>
          <description><![CDATA[<p>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br /> /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br /><br /> // load viewer library<br /> $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br /> $dirsToCheck = array('/usr/local/www/dewittslist.com/','','../','../../','../../../');<br /> foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br /> if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }<br /><br /> // load records from 'equipment'<br /> list($equipmentRecords, $equipmentMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'equipment',<br /> 'limit' =&gt; '15',<br /> 'orderBy' =&gt; 'RAND()',<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> ));<br /><br />?&gt;</p>]]></description>
          <pubDate>Mon, 12 Jan 2015 09:40:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235722#post2235722</guid>
        </item>
                <item>
          <title>Feature records in one table using accounts table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235718#post2235718</link>
          <description><![CDATA[<p>in the user accounts table i have created a checkbox inside the cms called featured listings.</p>
<p>I have a table created called Equipment where different users have author access to enter different records they want to display on the site.</p>
<p>On the home page of the website we are showing around 15 random records from the equipment table.</p>
<p>what i wanted to be able to do is inside the cms, user accounts table was check the box i created call featured listings and on the home page of the website, only show listings authored by users who have the checkbox checked.</p>
<p>Right now i can show 15 random of all the listings in the equipment table, but would like to know how to limit it to only the users who are checked  featured.</p>
<p>so i guess this is in the front end and inside the cms....</p>]]></description>
          <pubDate>Mon, 12 Jan 2015 07:07:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235718#post2235718</guid>
        </item>
                <item>
          <title>Feature records in one table using accounts table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235682#post2235682</link>
          <description><![CDATA[<p>I have a table called equipment where multiple users add records to the database.</p>
<p>I would like to feature some users equipment records on a page while other users records i don;t want to include</p>
<p>I created a checkbox in the accounts table that says feature equipment.  When i check this i would like to be able to display all the records that user has authored in the equipment table.</p>
<p>so say i have 30 users and want to feature 6 users equipment listings, how would i set the filter for that.</p>]]></description>
          <pubDate>Thu, 08 Jan 2015 09:06:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235682#post2235682</guid>
        </item>
                <item>
          <title>wysiwyg not linking in ie11</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232777#post2232777</link>
          <description><![CDATA[<p>When I try to create a link by highlighting text and selecting link icon it does not show up as linked when using ie11 browser.</p>
<p>I have tried this across multiple cms installs... </p>]]></description>
          <pubDate>Mon, 23 Dec 2013 11:36:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232777#post2232777</guid>
        </item>
                <item>
          <title>Re: list items per page and pagination</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231488#post2231488</link>
          <description><![CDATA[<p>perfect</p>
<p>thanks so much</p>]]></description>
          <pubDate>Thu, 08 Aug 2013 12:05:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231488#post2231488</guid>
        </item>
                <item>
          <title>Re: list items per page and pagination</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231481#post2231481</link>
          <description><![CDATA[<p>In response to: [url "<a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2211818#post2211818" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2211818#post2211818</a>"]Re: [ikanizaj] list items per page and pagination[/url], ...</p>
<p>I am having a similar issue with pagination.</p>
<p>I am using 2 separate list viewers to create a viewer with 2 different layouts.  First calls 3 records into 1 row, 3 columns like this</p>
<p><code>// load records from 'listings'<br />  list($listingsRecords, $listingsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'listings',<br /> 'orderBy'     =&gt; $orderBy,<br /> 'perPage'     =&gt; '3',<br />    'loadUploads' =&gt; true,<br />  ));</code></p>
<p>Next i want to call next 7, 1 record per row<br />then have pagination to go to next page and repeat the layout<br />3 records in 1 row --- 7 records, 1 per row.</p>
<p>Now the call above works, but the second call below calls the rest of the records down the page</p>
<p><code>// load records from 'listings'<br />  list($listings2Records, $listings2MetaData) = getRecords(array(<br />    'tableName'   =&gt; 'listings',<br /> 'orderBy'     =&gt; $orderBy,<br /> 'offset'     =&gt; 3,<br />    'loadUploads' =&gt; true,<br />  ));</code></p>
<p>how can i accomplish this, you can see what i have at at this link</p>
<p><code><a href="http://www.searcharental.com/listings.php?address%2Ccity%2Czip_code%2Cstate_query=&amp;rent_per_month_min=&amp;rent_per_month_max=&amp;category=&amp;bedrooms_min=&amp;bedrooms_max=&amp;bathrooms_min=&amp;bathrooms_max=&amp;type%2Cschool%2Cdeposits_or_fees%2Clength_of_contract%2Cdescription%2Cfeatures_amenities_query=&amp;x=81&amp;y=15" rel="nofollow">http://www.searcharental.com/listings.php?address%2Ccity%2Czip_code%2Cstate_query=&amp;rent_per_month_min=&amp;rent_per_month_max=&amp;category=&amp;bedrooms_min=&amp;bedrooms_max=&amp;bathrooms_min=&amp;bathrooms_max=&amp;type%2Cschool%2Cdeposits_or_fees%2Clength_of_contract%2Cdescription%2Cfeatures_amenities_query=&amp;x=81&amp;y=15</a></code></p>
<p>after the 10th record, i want the pagination... </p>]]></description>
          <pubDate>Thu, 08 Aug 2013 08:16:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231481#post2231481</guid>
        </item>
                <item>
          <title>Re: Multiple CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231320#post2231320</link>
          <description><![CDATA[<p>In response to: [url "<a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2196383#post2196383" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2196383#post2196383</a>"]Multiple CMS[/url], ...</p>
<p>I am needing to do the same thing.</p>
<p>I have 2 CMS installations with different URL and database.</p>
<p>I need to call records from both on a single page.</p>]]></description>
          <pubDate>Thu, 25 Jul 2013 09:14:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231320#post2231320</guid>
        </item>
                <item>
          <title>filter list to show only current users options</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229648#post2229648</link>
          <description><![CDATA[<p>I have 2 multi-tables one called Listings and one called Agents.</p>
<p>I also have around 30 users who are authors for these 2 tables</p>
<p>I would like to call all the agents into a dropdown list in the listings table (which i know how to do), but i only want the agents created by the current user to display in the dropdown when they are creating or modifying their listings records</p>
<p>When i set it up all agents are availble to all users. </p>]]></description>
          <pubDate>Thu, 28 Feb 2013 08:41:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229648#post2229648</guid>
        </item>
                <item>
          <title>Geocoded map initial zoom level</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218825#post2218825</link>
          <description><![CDATA[I have a table that is geocoding several addresses on one map.  When i have only one address in the db the map starts out zoomed all the way in so it looks like nothing is there.<br />Is there a way to set the initial zoom of a map?<br /><br />Here is the page http://www.makineyes.com/location.php<br />]]></description>
          <pubDate>Mon, 17 Dec 2012 07:03:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218825#post2218825</guid>
        </item>
                <item>
          <title>Re: [greg] NewletterBuilder links from email header</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218036#post2218036</link>
          <description><![CDATA[This morning i recreated the manage page and named it index.php and now the links magically work. <br /><br />Maybe i had missed something from the code generator.<br />]]></description>
          <pubDate>Tue, 09 Oct 2012 08:37:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218036#post2218036</guid>
        </item>
                <item>
          <title>Re: [greg] NewletterBuilder links from email header</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218025#post2218025</link>
          <description><![CDATA[are there instructions to create this m.php script? <br /><br />I haven't seen any documentation on this in the plugin download?<br />]]></description>
          <pubDate>Mon, 08 Oct 2012 16:53:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218025#post2218025</guid>
        </item>
                <item>
          <title>NewletterBuilder links from email header</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218019#post2218019</link>
          <description><![CDATA[I have entered some html code into the #email_header# wysiwyg.  I have included several images with links to websites.  When i send a test of the newsletter, the links are modified so they do not work. <br /><br />For example, the link http:www.4cdg.com is changed to <br /><br /><a target="_blank" href="http://4cdg.com/newsletter/m.php?l=http%3A%2F%2Fwww.4cdg.com&amp;m=2&amp;n=0">http://4cdg.com/newsletter/m.php?l=http%3A%2F%2Fwww.4cdg.com&amp;m=2&amp;n=0</a> <br /><br />Help please.<br />]]></description>
          <pubDate>Mon, 08 Oct 2012 13:45:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218019#post2218019</guid>
        </item>
                <item>
          <title>Re: [Tom P] Filter Geocoder multi-map based on field info</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215662#post2215662</link>
          <description><![CDATA[It is disabling the lat/long auto-overwrite.  I will send info to consulting.<br />]]></description>
          <pubDate>Mon, 26 Mar 2012 13:33:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215662#post2215662</guid>
        </item>
                <item>
          <title>Re: [Jason] Filter Geocoder multi-map based on field info</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215636#post2215636</link>
          <description><![CDATA[the code you provided above won't work in my case because the website is auto coding thousands of records being input by multiple users.  It is a real estate multi listing website and sometimes we have cases of google not having the correct location on a map such as a new sub-division or a really rural area or some acreage for sale and need to enter lat and long manually. This is something that we need a fix for. May require second level support or an update to the geocoder, which by the way is awesome.<br />]]></description>
          <pubDate>Fri, 23 Mar 2012 11:41:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215636#post2215636</guid>
        </item>
                <item>
          <title>display information from url</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215402#post2215402</link>
          <description><![CDATA[I have a site which i have coded the category in the url, i want to display that category on my list viewer based on what link the user visits, so if they visit <a target="_blank" href="http://test.falcondoorandwindow.com/products.php?category=6">products.php?category=6</a> the label for category 6 would show on the top of the page <br /><br />If they visited products.php?category=1 it would display that label.   <br /><br />any suggestions<br />]]></description>
          <pubDate>Tue, 06 Mar 2012 10:24:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215402#post2215402</guid>
        </item>
              </channel>
    </rss>
  