<?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%3AKenny</link>
        <description></description>
        <pubDate>Fri, 29 May 2026 12:06:19 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AKenny&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Skip a word</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230156#post2230156</link>
          <description><![CDATA[<p>Absolutely spot on!  Worked great - thanks!</p>]]></description>
          <pubDate>Wed, 10 Apr 2013 07:47:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230156#post2230156</guid>
        </item>
                <item>
          <title>Skip a word</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230154#post2230154</link>
          <description><![CDATA[<p>I want to be a little creative with some CSS and have text that shows the first word in a different color.  I have established two CSS Classes for the colors and divided up the "Title" using the MaxWords script</p>
<p><code>  function maxWords($textOrHtml, $maxWords) { <br />  $text = strip_tags($textOrHtml); <br />  $words = preg_split("/\s+/", $text, $maxWords+1); <br />  if (count($words) &gt; $maxWords) { unset($words[$maxWords]); } <br />  $output = join(' ', $words); <br /> <br />  return $output; <br />  } <br /></code></p>
<p>and then in the page code</p>
<p><code>&lt;span class="red-title"&gt;&lt;?php echo maxWords($record['title'], 1) ?&gt;&lt;/span&gt; &lt;span class="black-title"&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/span&gt;</code></p>
<p>Now, the problem I face with that is that it shows the first word over again in the second instance.  I am thinking I need to skip the first word of the title in the second instance so my titles show up like this:</p>
<p><strong><span style="color:#ff0000;">Service</span> and Support</strong></p>
<p>Any ideas on how this could be accomplished?</p>
<p>I have tried using (with no luck as this only removes the first letter)</p>
<p><code>&lt;?php echo substr($record['title'], 1) ?&gt;</code></p>
]]></description>
          <pubDate>Tue, 09 Apr 2013 21:20:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230154#post2230154</guid>
        </item>
                <item>
          <title>CSV Import</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229562#post2229562</link>
          <description><![CDATA[<p>Upgraded to CMSB 2.51 and now CSV Import is broken.  Kicks back "<span>Please upgrade the admin.php file, it is out of date!"</span></p>]]></description>
          <pubDate>Wed, 20 Feb 2013 15:56:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229562#post2229562</guid>
        </item>
                <item>
          <title>Re: [Jason] Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215886#post2215886</link>
          <description><![CDATA[Having a problem with the orderBy.  If the statement <br /><br /><b>'orderBy'     =&gt; '',   // use default database order</b><br /><br />is used, it appears to generate a random order instead of using dragSortOrder.<br /><br />If I remove that line, all is good.  I is use<br /><br /><b>'orderBy'     =&gt; 'dragSortOrder',   // use default database order</b><br /><br />all is good.  So right now, I have to manually put dragSortOrder in or take the line out completely.  Was this the intended behavior?<br /><br />Kenny<br />]]></description>
          <pubDate>Thu, 19 Apr 2012 12:24:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215886#post2215886</guid>
        </item>
                <item>
          <title>Category Links</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214285#post2214285</link>
          <description><![CDATA[I know I have done this plenty of times before, but I am having so many problems with trying to get URL searching to work with what I am doing.<br /><br />I have a products section that list various products as normal (tile, description, etc.)  I have another section called categories, where the client can start adding categories.<br /><br />In the products section, I have a dropdown list that displays the available categories.<br /><br /><br /><blockquote>Get options from a MySQL Database<br /><br />Section Tablename: category<br />Use this field for option values: num<br />Use this field for option labels: title	<br /></blockquote><br /><br /><br />On the page, I want to list all of the categories and when you click on one, it will take you to the products page where any product in that category will be displayed.<br /><br />The link looks like this:<br /><br />&lt;a href=&quot;../products.php?category=&lt;?php echo $record['num'] ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;<br /><br /><br />which translates into this: /products.php?category=3<br /><br /><br />I want the url to look like this for search engine optimization purposes:<br /><br />/products.php?category=Cattle Guards<br /><br />So I tried putting:<br />&lt;a href=&quot;../products.php?category=&lt;?php echo $record['title'] ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;<br /><br />When I do that, no products come up.<br /><br />What am I missing?<br />]]></description>
          <pubDate>Tue, 13 Dec 2011 12:38:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214285#post2214285</guid>
        </item>
                <item>
          <title>Columns of Pictures - Skip 1st Picture</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212975#post2212975</link>
          <description><![CDATA[How do I display the columns of pictures using <br /><br />&lt;?php $maxCols=7; if (@++$count % $maxCols == 0): ?&gt;<br /><br />but skipping the first one?<br /><br />Thanks, Kenny<br />]]></description>
          <pubDate>Tue, 30 Aug 2011 16:38:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212975#post2212975</guid>
        </item>
                <item>
          <title>Re: [robin] Related Entries</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212045#post2212045</link>
          <description><![CDATA[Thanks - that was the problem. All is well now!<br /><br />Kenny<br />]]></description>
          <pubDate>Thu, 30 Jun 2011 11:18:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212045#post2212045</guid>
        </item>
                <item>
          <title>Re: [robin] Related Entries</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212027#post2212027</link>
          <description><![CDATA[Couldn't get that to show anything<br /><br />I have attached the file, can you tell me if I have it set up correctly?<br /><br />model is actually &quot;series&quot; in the drop down list<br />]]></description>
          <pubDate>Wed, 29 Jun 2011 13:44:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212027#post2212027</guid>
        </item>
                <item>
          <title>Related Entries</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212012#post2212012</link>
          <description><![CDATA[Hi all -<br /><br />I am having a problem getting records from one table to show up with records from another.<br /><br />Here's the idea...<br /><br />I have a section called &quot;models&quot;.  This section was built to show the different models of building available.<br /><br />Each model can have a multitude of floor plans.  I have created another section called &quot;floor plans&quot; and tie the floor plans to the models with a drop down option (get options from a database).<br /><br />So, if I have a model called <b>Sandy Lake</b>, I can now make as many floor plans as I want for <b>Sandy Lake</b>.<br /><br /><br /><br />Now, the part I am failing at the moment:<br /><br />How do I get all of the floor plans for <b>Sandy Lake</b> to show up on the model page for <b>Sandy Lake</b>?<br /><br /><br />  list($modelsRecords, $modelsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'models',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $modelsRecord = @$modelsRecords[0]; // get first record<br /><br /><br />  list($floor_plansRecords, $floor_plansMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'floor_plans',<br />  ));<br /><br /><br />Thanks in advance...<br /><br />Kenny<br />]]></description>
          <pubDate>Tue, 28 Jun 2011 16:58:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212012#post2212012</guid>
        </item>
                <item>
          <title>Re: [kcmedia] Double Up on Data on the same page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210854#post2210854</link>
          <description><![CDATA[Craig,<br /><br />You will need to call up this table more than once.  Right now you have:<br /><br />  // load records<br />  list($newsRecords, $newsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'news',<br />    'limit'       =&gt; '5',<br />  ));<br /><br /><br />Go ahead and create another one, but lets give it a new name:<br /><br />  // load records<br />  list($<span style="color:red">newsSide</span>Records, $<span style="color:red">newsSide</span>MetaData) = getRecords(array(<br />    'tableName'   =&gt; 'news',<br />    'limit'       =&gt; '20',<br />  ));<br /><br /><br />Then you can modify your <b>foreach</b> statement to bring up the news items you want on the side.<br /><br /><br />&lt;?php foreach ($<span style="color:red">newsSide</span>Records as $record): ?&gt;<br /><br /><br /><br /><br />Also, if you don't want to show the first 5 articles in this list since you will have them on the left hand side, then add an offset like this:<br /><br />  // load records<br />  list($<span style="color:red">newsSide</span>Records, $<span style="color:red">newsSide</span>MetaData) = getRecords(array(<br />    'tableName'   =&gt; 'news',<br />    'limit'       =&gt; '20',<br />    <span style="color:red">'offset' =&gt; 5,</span><br />  ));<br /><br /><br /><br />Offset to 5 to start with the 6th article since the counting will be done like this: 0, 1, 2, 3, 4 = left side and 5, 6, 7, 8, 9..... = right side<br /><br /><br />Let us know if you have any other questions about this.<br /><br />Kenny<br />]]></description>
          <pubDate>Wed, 20 Apr 2011 09:19:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210854#post2210854</guid>
        </item>
                <item>
          <title>Re: [kimamel] Modifying design based upon what&apos;s seen in list pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210853#post2210853</link>
          <description><![CDATA[You will need to use &quot;if statements&quot;<br /><br />On a Detail Page:<br /><br />&lt;?php if ($your_tableRecord['your_field']): ?&gt;<br /><br /> ...your code...    <br /><br />&lt;?php endif ?&gt;<br /><br /><br /><br /><br />On a List Page: <br /><br />&lt;?php foreach ($your_tableRecords as $record): ?&gt; <br />&lt;?php if ($record['your_field']): ?&gt;<br /><br /> ...your code...  <br /><br />&lt;?php endif ?&gt; <br />&lt;?php endforeach; ?&gt;<br /><br />This way, you are checking to see if the content is there, and if it is, then display the code between the <b>if</b> and <b>endif</b><br /><br />Let us know if you need further help on this.<br /><br />Kenny<br />]]></description>
          <pubDate>Wed, 20 Apr 2011 09:06:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210853#post2210853</guid>
        </item>
                <item>
          <title>access_data.dat.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210133#post2210133</link>
          <description><![CDATA[AS we are going through and uploading installations, one site gives me this<br /><br />Warning: file_put_contents(/home/XXXXXX/public_html/webadmin/plugins/access_data.dat.php): failed to open stream: Permission denied in /home/XXXXXX/public_html/webadmin/lib/common.php on line 124 Error writing to '/home/XXXXXX/public_html/webadmin/plugins/access_data.dat.php'! file_put_contents(/home/XXXXXX/public_html/webadmin/plugins/access_data.dat.php): failed to open stream: Permission denied<br /><br /><br />Any ideas?  I can't even find this file.  I have re-uploaded the files more than once.<br />]]></description>
          <pubDate>Wed, 16 Mar 2011 16:28:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210133#post2210133</guid>
        </item>
                <item>
          <title>Upload Description Length</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209797#post2209797</link>
          <description><![CDATA[Hi all -<br /><br />I'm having trouble locating where we can modify the length of the info1 fields.  As standard, it is a text field with a limitation on characters.  I would like to make it a text box to fit a larger description of each upload.<br /><br />Thanks,<br /><br />Kenny<br />]]></description>
          <pubDate>Wed, 23 Feb 2011 14:13:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209797#post2209797</guid>
        </item>
                <item>
          <title>Re: [Maurice] viewer urls for mobile</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209063#post2209063</link>
          <description><![CDATA[This can be done pretty easy by appending the URL is the code.<br /><br />Say you have news articles and you have set your viewer urls to:<br /><br />/news/index.php<br />/news/article.php<br /><br />Then in your code you have something like this:<br /><br /><code>&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;Read More&lt;/a&gt;</code><br /><br />Well, if you use a browser detection script that redirects mobile users to your mobile site, then you can use the same code by adding the directory in which your mobile site is kept.  We set one up where the mobile site was kept in the folder &quot;mobile&quot; so now I would just put<br /><br /><code>&lt;a href=&quot;http://www.yourdomain.com/mobile&lt;?php echo $record['_link'] ?&gt;&quot;&gt;Read More&lt;/a&gt;</code><br /><br /><br />Make sense?<br /><br />Kenny<br />]]></description>
          <pubDate>Wed, 12 Jan 2011 17:10:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209063#post2209063</guid>
        </item>
                <item>
          <title>Re: [Toledoh] Google Analytics</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208945#post2208945</link>
          <description><![CDATA[You can't get much easier than this one:<br /><br /><a target="_blank" href="http://codecanyon.net/item/ultimate-google-analytics-reports/91177">http://codecanyon.net/item/ultimate-google-analytics-reports/91177</a><br /><br />It loads kinda slow,  but it is incredibly easy to implement.<br /><br /><br />Kenny<br />]]></description>
          <pubDate>Thu, 06 Jan 2011 00:02:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208945#post2208945</guid>
        </item>
                <item>
          <title>Re: [NigelGordijk] Strange characters appearing on live web page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208914#post2208914</link>
          <description><![CDATA[First things first - check the page encoding and make sure it is UTF-8<br /><br />That's the most common reason for the strange characters<br /><br /><br />Kenny<br />]]></description>
          <pubDate>Tue, 04 Jan 2011 16:25:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208914#post2208914</guid>
        </item>
                <item>
          <title>Re: [Jason] Using List values between records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208875#post2208875</link>
          <description><![CDATA[That solves it!<br /><br />Thanks,<br /><br />Kenny<br />]]></description>
          <pubDate>Mon, 03 Jan 2011 15:12:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208875#post2208875</guid>
        </item>
                <item>
          <title>Re: [ross] Using List values between records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208845#post2208845</link>
          <description><![CDATA[Did this get solved because I now all of sudden have the same problem?<br /><br />Kenny<br />]]></description>
          <pubDate>Fri, 31 Dec 2010 17:39:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208845#post2208845</guid>
        </item>
                <item>
          <title>Re: [Jason] Strip out www</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208688#post2208688</link>
          <description><![CDATA[That worked! Thanks!<br />]]></description>
          <pubDate>Thu, 16 Dec 2010 15:07:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208688#post2208688</guid>
        </item>
                <item>
          <title>Re: [Jason] Strip out www</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208673#post2208673</link>
          <description><![CDATA[Hi Jason,<br /><br />I tried that and it returns nothing.<br /><br />I viewed the source of the output and nothing is there either.<br /><br />Kenny<br />]]></description>
          <pubDate>Thu, 16 Dec 2010 13:36:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208673#post2208673</guid>
        </item>
                <item>
          <title>Strip out www</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208668#post2208668</link>
          <description><![CDATA[I have tried multiple ways of doing but can't seem to get it right.<br /><br />I want to echo the current domain, but make sure that any &quot;http&quot; or &quot;www&quot; is stripped out.  I can get the &quot;http&quot; out, just not the &quot;www&quot; with this:<br /><br />&lt;?php $domain = $_SERVER['HTTP_HOST']; echo $domain; ?&gt;<br /><br />Any suggestions?<br /><br />Kenny<br />]]></description>
          <pubDate>Thu, 16 Dec 2010 11:06:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208668#post2208668</guid>
        </item>
                <item>
          <title>Re: [Jason] Categories &amp; Records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208154#post2208154</link>
          <description><![CDATA[Hi Jason,<br /><br />The where statement would be good if I had a fixed number of categories, but the client will create new categories as time goes on.<br /><br />Let me explain it this way:  A user will start looking at all Building Categories here: <a target="_blank" href="http://www.drycreekminibarns.com/buildings/index.php">http://www.drycreekminibarns.com/buildings/index.php</a><br /><br />Let's say they choose Cabins &amp; Cottages.  This brings them to this page: <br /><a target="_blank" href="http://www.drycreekminibarns.com/buildings/california.php?Cabins-Cottages-13">http://www.drycreekminibarns.com/buildings/california.php?Cabins-Cottages-13</a><br /><br />Now the just category Cabins &amp; Cottages shows up at the top of the page and what is supposed to show up underneath is the all of the buildings that have been assigned to the Cabins &amp; Cottages category.<br /><br />What shows up now is all of the buildings in every category.  <br /><br />How can I isolate just the buildings of a particular category given that the client will add new categories and building all the time?<br /><br />Kenny<br />]]></description>
          <pubDate>Fri, 19 Nov 2010 14:56:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208154#post2208154</guid>
        </item>
                <item>
          <title>Categories &amp; Records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208150#post2208150</link>
          <description><![CDATA[This one gets me every time because each time I use it, everything is different.<br /><br />I have a multi-record section called &quot;categories&quot; set up with title, description, and an image.<br /><br />I have another multi-record section called &quot;products&quot; that has detailed product information.  In the CMS, you can choose which category a product goes to by drop-down with list options populated from the MySQL table &quot;categories&quot; above.<br /><br />My viewer pages are here:<br /><br />All Categories:<br /><br /> <a target="_blank" href="http://www.drycreekminibarns.com/buildings/index.php">http://www.drycreekminibarns.com/buildings/index.php</a><br /><br />Buildings in that category: <br /><br /><a target="_blank" href="http://www.drycreekminibarns.com/buildings/california.php">http://www.drycreekminibarns.com/buildings/california.php</a><br /><br />My problem is getting the buildings that belong in that category to be the only ones that show up on the page instead of all the buildings.<br /><br />I tried to no avail using an if statement like this to no avail: &lt;?php if ($record['category'] == 'echo $record['category']'): ?&gt;<br /><br />Kenny<br />]]></description>
          <pubDate>Fri, 19 Nov 2010 13:46:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208150#post2208150</guid>
        </item>
                <item>
          <title>Re: [Pixels &amp; Beats] Custom upload directory to point at different domain</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208143#post2208143</link>
          <description><![CDATA[Try putting the full url in front of the echo statement like this:<br /><br />&lt;img src=&quot;http://www.yourdomain.com&lt;?php echo $upload[urlPath'] ?&gt;&quot;<br /><br />Kenny<br />]]></description>
          <pubDate>Fri, 19 Nov 2010 11:11:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208143#post2208143</guid>
        </item>
                <item>
          <title>Re: [isdoo] Real Estate / Property site examples</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206818#post2206818</link>
          <description><![CDATA[<a target="_blank" href="http://www.sagentic.com/portfolio/index.php/category-Real%2520Estate%2520&amp;%2520Home">http://www.sagentic.com/portfolio/index.php/category-Real%2520Estate%2520&amp;%2520Home</a><br /><br />Specifically try<br /><br />Strange Realty Group<br />Real Estate &amp; Home<br />http://www.realestatecleburne.com<br /><br />Remax Of Cleburne<br />Real Estate &amp; Home<br />http://www.remaxofcleburne.com<br />]]></description>
          <pubDate>Tue, 14 Sep 2010 14:59:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206818#post2206818</guid>
        </item>
              </channel>
    </rss>
  