<?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%3Acrazyfish</link>
        <description></description>
        <pubDate>Sun, 19 Apr 2026 06:56:02 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Acrazyfish&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Where checkbox, limit and random play together</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237865#post2237865</link>
          <description><![CDATA[<p>Perfect.   Thank you very much.</p>]]></description>
          <pubDate>Wed, 23 Dec 2015 07:44:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237865#post2237865</guid>
        </item>
                <item>
          <title>Where checkbox, limit and random play together</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237862#post2237862</link>
          <description><![CDATA[<p>Greetings once again,</p>
<p>Quick question - as I've enjoyed way too many holiday cookies and drinks, my brain can't seem to see the obvious answer.</p>
<p>Table of Executives, only ones with the "index" checkbox checked show up on a page, limited to one record in random order.</p>
<p>  list($executiveRecords, $executiveMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'executive',<br />    'where' =&gt; "index = '1'",<br />    'limit'       =&gt; '1',<br />    'orderBy'     =&gt; 'RAND()',<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; true,<br />  ));</p>

<p>Thanks for your help as always....</p>]]></description>
          <pubDate>Tue, 22 Dec 2015 08:02:31 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237862#post2237862</guid>
        </item>
                <item>
          <title>Show first image, then thumbs, skipping the first image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237830#post2237830</link>
          <description><![CDATA[<p>Bingo!</p>
<p>Thank you very much.</p>]]></description>
          <pubDate>Wed, 09 Dec 2015 12:15:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237830#post2237830</guid>
        </item>
                <item>
          <title>Show first image, then thumbs, skipping the first image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237828#post2237828</link>
          <description><![CDATA[<p>I was hoping!  No dice...</p>]]></description>
          <pubDate>Wed, 09 Dec 2015 06:08:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237828#post2237828</guid>
        </item>
                <item>
          <title>Show first image, then thumbs, skipping the first image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237823#post2237823</link>
          <description><![CDATA[<p>Greetings,</p>
<p>I'm close on this one...   the counter only works on the first record ( hide first image thumb), then on all following records the first image shows up in the thumbs section.  I fell like I'm missing an easy logic issue here.</p>

<p>&lt;?php foreach ($antique_stovesRecords as $record): ?&gt;<br />    &lt;div class="row dots"&gt;<br />    &lt;div class="col-md-4 col-sm-6"&gt;        <br />    &lt;?php foreach ($record['images'] as  $upload): ?&gt;<br />      <br />&lt;a href="&lt;?php echo htmlencode($upload['urlPath']) ?&gt;"rel="prettyPhoto[antique_stoves]"&gt;&lt;img src="&lt;?php echo htmlencode($upload['thumbUrlPath']) ?&gt;" class="img-responsive center-block text-center" alt="&lt;?php echo htmlencode($record['title']) ?&gt;" /&gt;&lt;/a&gt;<br />&lt;?php break ?&gt;<br />        &lt;?php endforeach ?&gt;<br />        <br />        <br />&lt;/div&gt;<br />    &lt;div class="col-md-8 col-sm-6 center-block "&gt; <br />   &lt;h3&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/h3&gt;<br />      $&lt;?php echo htmlencode($record['price']) ?&gt;&lt;br/&gt;<br />       &lt;?php echo $record['content']; ?&gt;&lt;br/&gt;<br />      &lt;strong&gt;Dimensions:&lt;/strong&gt; &lt;?php echo htmlencode($record['size']) ?&gt;&lt;br/&gt;<br />      <br />      &lt;?php foreach ($record['images'] as  $upload): ?&gt;<br />&lt;?php if (@++$count == 1) { continue; } ?&gt;<br />&lt;div class="col-md-3 col-sm-3 col-xs-3" style="padding-top:20px"&gt;&lt;a href="&lt;?php echo htmlencode($upload['urlPath']) ?&gt;"rel="prettyPhoto[antique_stoves]"&gt;&lt;img src="&lt;?php echo htmlencode($upload['thumbUrlPath2']) ?&gt;" class="img-responsive center-block text-center" alt="&lt;?php echo htmlencode($record['title']) ?&gt;" /&gt;&lt;/a&gt;&lt;/div&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/div&gt;<br /> &lt;/div&gt;<br /> &lt;?php endforeach ?&gt;</p>

<p>This can be seen here   <a href="http://barnstablestove.com/new/html/parlor.php" rel="nofollow">http://barnstablestove.com/new/html/parlor.php</a></p>
<p>Thanks as always</p>]]></description>
          <pubDate>Tue, 08 Dec 2015 13:54:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237823#post2237823</guid>
        </item>
                <item>
          <title>Really odd and new error message  --  by file_put_contents_atomic() </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235934#post2235934</link>
          <description><![CDATA[<p>I'm not sure what changed but a client is now getting this error when trying to get into the admin section.  Latest version.  The site still works just fine.  Path names changed slightly....</p>
<p>Error writing path/data/settings.dat.php: file_put_contents(path/data/settings.dat.php.54cf88c830ee35.77199983-temp.php): failed to open stream: Permission denied - in common.php on line 432 by file_put_contents_atomic()</p>
<p>Any ideas?</p>]]></description>
          <pubDate>Mon, 02 Feb 2015 06:28:50 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235934#post2235934</guid>
        </item>
                <item>
          <title>HTML tags in Admin section when Title is set for WYSIWYG</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235859#post2235859</link>
          <description><![CDATA[<p>Greetings,</p>
<p>A client wanted to be able to style up the Title.  So...  We switched it from text field to WYSIWYG and got this when you view the records list in the admin section     &lt;p&gt;iRun4Life Kids Only 3K Sun. May 17, 2015&lt;/p&gt;</p>
<p>A. Is this a bug or is the title NOT supposed to be in WYSIWYG?</p>
<p>B. I can't seem to find a "NONE" for formatting in TinyMCE, if anyone has a quick link, that would be helpful</p>
<p>As always, thanks for your help</p>]]></description>
          <pubDate>Tue, 27 Jan 2015 09:13:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235859#post2235859</guid>
        </item>
                <item>
          <title>CMS Builder v2.62 Released (July15th, 2014)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234561#post2234561</link>
          <description><![CDATA[<p>That solved my issues.</p>]]></description>
          <pubDate>Mon, 28 Jul 2014 11:38:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234561#post2234561</guid>
        </item>
                <item>
          <title>Access rights for Website Membership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234281#post2234281</link>
          <description><![CDATA[<p>Greetings,</p>
<p>Setting up a second website membership plug in and the access rights have been changed to 'true'</p>
<p>This is the code from the generator:</p>
<p><code> // NOTE: You can repeat this block to grant access to multiple sections<br />        mysql_insert('_accesslist', array(<br />          'userNum'      =&gt; $userNum,<br />          'tableName'    =&gt; '_sample',   // insert tablename you want to grant access to, or 'all' for all sections<br />          'accessLevel'  =&gt; '0',         // access level allowed: 0=none, 6=author, 9=editor<br />          'maxRecords'   =&gt; '',          // max listings allowed (leave blank for unlimited)<br />          'randomSaveId' =&gt; '123456789', // ignore - for internal use<br />        ));<br />      }</code></p>
<p>although I got errors until I changed the maxrecords to</p>
<p><code>// NOTE: You can repeat this block to grant access to multiple sections<br />        mysql_insert('_accesslist', array(<br />          'userNum'      =&gt; $userNum,<br />          'tableName'    =&gt; 'investigatons',   // insert tablename you want to grant access to, or 'all' for all sections<br />          'accessLevel'  =&gt; '9',         // access level allowed: 0=none, 6=author, 9=editor<br />          //'maxRecords'   =&gt; '',          // max listings allowed (leave blank for unlimited)<br />          'randomSaveId' =&gt; '123456789', // ignore - for internal use<br />        ));<br />      }</code></p>
<p>Blank caused an error, commenting it out seemed to fixed it.</p>
<p>Anyway....  I can't get a new account to have access to 'investigations'.  In the past version this was added above it:</p>
<p><code>        mysql_insert('_accesslist', array(<br />          'userNum'      =&gt; $userNum,<br />          'tableName'    =&gt; 'all',   // insert tablename you want to grant access to, or 'all' for all sections<br />          'accessLevel'  =&gt; '1',         // access level allowed: 0=none, 6=author, 9=editor<br />          //'maxRecords'   =&gt; '',          // max listings allowed (leave blank for unlimited)<br />          'randomSaveId' =&gt; '123456789', // ignore - for internal use<br />        ), true);</code></p>
<p>Ideas?  I'd be happy to supply admin/coding/ftp info as usual.  $5 says I missed something silly, stupid, or just plain goofy.</p>
<p>As always, thanks for your support.</p>
<p>Crazy Fish</p>

<p>Also, I'm not sure I need members to see the link for License.....  You can put that one the "someday when we have nothing to do list "</p>]]></description>
          <pubDate>Thu, 26 Jun 2014 12:11:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234281#post2234281</guid>
        </item>
                <item>
          <title>Showing results based on a single record, info1 in images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231477#post2231477</link>
          <description><![CDATA[<p>Greetings,</p>
<p>I have a photographer who has 5 galleries. Each has one record with multiple images.  I need to have a "search function" or URL or whatever - If she tags  info2 as Rwanda or rwanda, how can I search that field and show the results?</p>
<p>So far I set up a new page that checks all 5 galleries  ( probably an easier way, but we'll skip that for now ) and show results?  I can't seem to find a function that is appropriate.  There will never really be a search function, just a link.  In the future we may only add one or two other info2 "locations"</p>
<p>Tried this type of approach without success - I'm thinking its a multi-record function    results.php?info2=rwanda</p>
<p>Just testing with one gallery - "people" so you can see my thought process for the results</p>
<p>    &lt;?php foreach ($peopleRecords as $record): ?&gt;<br />    &lt;?php foreach ($peopleRecord['images'] as $index =&gt; $upload): ?&gt; <br />&lt;div class="block"&gt; &lt;a href="&lt;?php echo $upload['urlPath'] ?&gt;" rel="prettyPhoto[gallery1]"&gt;&lt;img src="&lt;?php echo $upload['thumbUrlPath'] ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="" /&gt;&lt;/a&gt;&lt;br/&gt;<br />&lt;br/&gt;<br /> &lt;/div&gt;<br />        &lt;?php endforeach ?&gt;<br />        &lt;?php endforeach ?&gt;</p>
<p>Thanks, always appreciate your help,</p>
]]></description>
          <pubDate>Wed, 07 Aug 2013 11:58:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231477#post2231477</guid>
        </item>
                <item>
          <title>If statement with checkbox multivalue...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230173#post2230173</link>
          <description><![CDATA[<p>Thank you!</p>]]></description>
          <pubDate>Thu, 11 Apr 2013 07:35:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230173#post2230173</guid>
        </item>
                <item>
          <title>If statement with checkbox multivalue...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230149#post2230149</link>
          <description><![CDATA[<p>Greetings,</p>
<p>I'm trying to add an IF statement to show or not show a button.</p>
<p><code>        &lt;?php if ($staffRecord['section'] == 'Makeup'): ?&gt; <br />&lt;?php endif ?&gt;</code></p>
<p>If the checkboxes ( multivalue ) in a list - named 'section' is checked to 'makeup' don't show anything, otherwise if the section is any other checkbox show the button code.  </p>
<p>I seem to be missing a critical item in my programming here....  explode?  join?  take a php class?</p>
<p>As always, thanks for your help,</p>
<p>Sean</p>
]]></description>
          <pubDate>Tue, 09 Apr 2013 09:26:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230149#post2230149</guid>
        </item>
                <item>
          <title>Forced Download of a file like a .vcf</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229269#post2229269</link>
          <description><![CDATA[
<p><code>&lt;Files *.vcf&gt;<br />  ForceType application/octet-stream<br />  Header set Content-Disposition attachment<br />&lt;/Files&gt;</code></p>
<p>I ended up using .htaccess, not sure if it has problems but it certainly is the short answer......</p>
<p>I thank you for your help.</p>]]></description>
          <pubDate>Fri, 01 Feb 2013 13:11:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229269#post2229269</guid>
        </item>
                <item>
          <title>Forced Download of a file like a .vcf</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229263#post2229263</link>
          <description><![CDATA[<p>That's one of the most complete solutions ever answered!</p>
<p>I have one slight twist on it however.  Law Firm website, and the vcard is on a details page.  For each person -one image, one vcard, one description etc</p>
<p>Here is a build page in progress   <a href="http://khwebtemp.com/html/attorneys_details.php?Jeffrey-D.-Horst-1" rel="nofollow">http://khwebtemp.com/html/attorneys_details.php?Jeffrey-D.-Horst-1</a></p>
<p>Thanks as always,</p>
<p>Sean</p>
]]></description>
          <pubDate>Fri, 01 Feb 2013 11:23:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229263#post2229263</guid>
        </item>
                <item>
          <title>Forced Download of a file like a .vcf</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229248#post2229248</link>
          <description><![CDATA[<p>I've seen a few examples of php and .htaccess 'auto' or 'forced' download codes but can't seem to integrate them into my pages - or else it wants to download the entire page  ( my ignorance in coding )</p>
<p>I want ( in this case ) the link to download the Contact Card, not display the code in the browser - ( or make the world change their browser settings )</p>
<p>So if I have this code:</p>
<p><code> &lt;?php foreach ($attorneysRecord['vcard'] as $index =&gt; $upload): ?&gt;<br />          &lt;a href="&lt;?php echo $upload['urlPath'] ?&gt;"&gt;&lt;img src="../images/vcard_logo.jpg" width="31" height="24" alt="Vcard" /&gt;&lt;/a&gt;<br />        &lt;?php endforeach ?&gt;<br />        </code>and php header of</p>
<p><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt; </code></p>
<p>What do I need?</p>
<p>As always, thanks for your help</p>]]></description>
          <pubDate>Thu, 31 Jan 2013 11:27:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229248#post2229248</guid>
        </item>
                <item>
          <title>Re: [greg] Blog Entries with different lengths of info</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218711#post2218711</link>
          <description><![CDATA[Awesome.  The problem was it is indeed a WYSIWYG editor and there were links, paragraphs etc in the section.  So I took your code and changed it a bit to work for guys like me!<br /><br /><code>&lt;?php if(str_word_count($record['content']) &gt; 100): ?&gt; <br />      &lt;?php echo maxWords($record['content'], 50);  ?&gt;...&lt;br /&gt;<br />      &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;[ Read More ]&lt;/a&gt;&lt;br/&gt;<br />     &lt;?php else: ?&gt; <br />       &lt;?php echo $record['content']; ?&gt;&lt;br&gt; <br />     &lt;?php endif; ?&gt;</code><br /><br />Thank you for your quick response and excellent help.<br />]]></description>
          <pubDate>Thu, 06 Dec 2012 16:00:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218711#post2218711</guid>
        </item>
                <item>
          <title>Blog Entries with different lengths of info</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218709#post2218709</link>
          <description><![CDATA[A client has a blog, most are short and sweet but every now and then, the content goes on forever - and they add images. This is for a list page.<br /><br />So, how do I let short ones run, and long ones have a link to a details page?<br /><br />Logic something like this:<br /><br /><code>&lt;?php if ($record['content']$maxwords &gt; 25): ?&gt;<br />        show 25 words then link&lt;br/&gt;&lt;br/&gt;<br />        &lt;?php endif ?&gt;</code><br />else show the entire post and no link<br /><br />( really it's the first line of the code that has me stumped )<br />Thanks in advance!<br />]]></description>
          <pubDate>Thu, 06 Dec 2012 13:59:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218709#post2218709</guid>
        </item>
                <item>
          <title>Re: [greg] Multiple Where statements from one section...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218420#post2218420</link>
          <description><![CDATA[I'm not getting this point<br />&quot;You will need to change $record['blog_sectionsFields:values'] to the name of the field that contains the values from blog_sections and add :values to the end of it. &quot;<br /><br />In the table blog_sections, there are six records in which the only field used is title.  Those are Press, Events, Inspirations, Installations, Arrivals, Departures.<br /><br />In the table blog, the variables are in a field named section.<br /><br />I've tried every variation a non php guy could think of with no results. The page is here   http://americadesigns.com/index2.php.   The image is coming from the first 12 lines of code which probably should be deleted, and the image moved into your code.<br /><br />I thank you for your help!<br />]]></description>
          <pubDate>Thu, 08 Nov 2012 14:11:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218420#post2218420</guid>
        </item>
                <item>
          <title>Multiple Where statements from one section...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218403#post2218403</link>
          <description><![CDATA[The client has a section named blog.  It has a list from another section named blog_sections.  List option from database, checkboxes, option values -num option labels - title.<br /><br />Options include Press, Events, Inspirations etc.<br /><br />On the home page they would like the one most recent post from each option to be displayed as seen here http://americadesigns.com/index1.php<br /><br />I can't get my head wrapped around how to add the &quot;where&quot; type of statement in each loop, or one by one if I have to...<br /><br />Originally it was the most recent six and has changed.  Code for that process shown below.<br /><br /><br /><code> // load records<br />  list($blogRecords, $blogMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'blog',<br />    'perPage'     =&gt; '6',<br />  ));</code><br /><br /><code>&lt;?php foreach ($blogRecords as $record): ?&gt;<br />     &lt;div class=&quot;blog_box&quot;&gt;<br />     &lt;?php foreach ($record['thumb'] as $upload): ?&gt;<br />          &lt;?php if ($upload['isImage']): ?&gt;<br />            &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br/&gt;<br />          &lt;?php else: ?&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 endif ?&gt;<br />          <br />        &lt;?php endforeach ?&gt;<br />      &lt;div class=&quot;large&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/div&gt;<br />     &lt;br/&gt;<br />      &lt;?php echo $record['summary'] ?&gt;&lt;br/&gt;<br />    <br />   &lt;/div&gt;<br />   &lt;?php endforeach ?&gt;</code><br /><br />So - I need either one most recent record from each option shown or a way to filter out at this level options.  <br /><br />I can't seem to get head wrapped around the logic nor the code to accomplish this task.<br />As always, thanks for your help.<br />]]></description>
          <pubDate>Wed, 07 Nov 2012 10:30:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218403#post2218403</guid>
        </item>
                <item>
          <title>Re: [greg] Where statement - List checkboxes (multi value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218044#post2218044</link>
          <description><![CDATA[ha, simple problem solved.  <br /><br />Its NOT '%\tavailable\t%'&quot;, <br />but %available%<br /><br />Thanks for your ideas, you guys rock.<br /><br />PS yes I know I was vague as hell  :)<br />]]></description>
          <pubDate>Tue, 09 Oct 2012 14:36:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218044#post2218044</guid>
        </item>
                <item>
          <title>Where statement - List checkboxes (multi value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218037#post2218037</link>
          <description><![CDATA[Ok, my brain can't wrap around this problem this morning.<br />Artist portfolio page results in list form<br /><br />Field name    'available' in section 'portfolio'<br /><br />List options   available, sold, student, print  ( some single checks some multi )<br />as a checkboxes ( multi value)<br /><br />I have 3 pages for lists     available, sold and prints<br /><br />I can't seem to get the Where statement correct.  IF any record is   &quot;available&quot; ( or sold or prints ) show it<br /><br />  list($portfolioRecords, $portfolioMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'portfolio',<br />    'perPage'     =&gt; '21',<br />	'where' =&gt; &quot;available LIKE '%\tavailable\t%'&quot;,<br />  ));<br /><br />Now that only shows &quot;available&quot; where ONLY &quot;available&quot; is checked, but it two fields are checked  ie available + print it drags up a different list.<br /><br />I know this isn't completely clear but hopefully you understand what I need.<br /><br />What is the Where statement for a list type if any of the multi values match?<br />]]></description>
          <pubDate>Tue, 09 Oct 2012 10:33:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218037#post2218037</guid>
        </item>
                <item>
          <title>Re: [Jason] Is it possible to add more functionality to the twitter plugin?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213146#post2213146</link>
          <description><![CDATA[Actually this is what we thought the Twitter plug in did....  We'd like to see an &quot;advanced plug in&quot; perhaps...<br />]]></description>
          <pubDate>Wed, 14 Sep 2011 11:03:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213146#post2213146</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Remove &quot;Articles Categories&quot; from Categories Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211386#post2211386</link>
          <description><![CDATA[Ok part 1 was my fault, I had a section name of Articles Categories&quot; instead of using the first category....<br /><br /><br /><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br /><br />  $libraryPath = '../../articles/lib/viewer_functions.php';<br />  $dirsToCheck = array('/var/www/html/breedersclub/','','../','../../','../../../');<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 />  <br />$selectedCategoryNum = getNumberFromEndOfUrl();<br />if (!$selectedCategoryNum) { $selectedCategoryNum = 6; } <br /><br />  list($categoriesRecords, $selectedCategory) = getCategories(array( <br />    'tableName'   =&gt; 'categories', <br />	'selectedCategoryNum' =&gt; '6',         // defaults to getNumberFromEndOfUrl()  <br />  )); <br /> <br />  list($articlesRecords, $articlesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'articles',<br />  ));<br /><br />?&gt;<br /><br />&lt;?php <br /> <br />  function maxWords($textOrHtml, $maxWords) { <br />  $text = strip_tags($textOrHtml); <br />  $words = preg_split(&quot;/\s+/&quot;, $text, $maxWords+1); <br />  if (count($words) &gt; $maxWords) { unset($words[$maxWords]); } <br />  $output = join(' ', $words); <br /> <br />  return $output; <br />  } <br />?&gt;<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />&lt;head&gt;<br />&lt;title&gt;Dogs, Puppies, Dog Breeders, Purebred Puppies and Dogs for Sale&lt;/title&gt;<br /><br />&lt;meta name=&quot;Description&quot; content=&quot;The Dog and Pet Lovers web site featuring dogs and puppies for sale, classified ads, dog breed descriptions, professional pet-care advice, pet resources, free promotions&quot; /&gt;<br />&lt;meta name=&quot;Classification&quot; content=&quot;dogs, pets, dog breeders&quot; /&gt;<br /><br /><br /><br />&lt;link href=&quot;../petsonsale.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />&lt;/head&gt;<br />&lt;body  onload=&quot;MM_preloadImages('../../Library/navimages/navbar_r1_c1_f2.jpg','../../Library/navimages/navbar_r1_c2_f2.jpg','../../Library/navimages/navbar_r1_c3_f2.jpg','../../Library/navimages/navbar_r1_c4_f2.jpg','../../Library/navimages/navbar_r1_c5_f2.jpg','../../Library/navimages/navbar_r1_c6_f2.jpg','../../Library/navimages/navbar_r1_c7_f2.jpg','../../Library/navimages/navbar_r1_c8_f2.jpg')&quot;&gt;<br /><br /><br /><br />&lt;table width=&quot;875&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />&lt;tr&gt;<br />    &lt;td&gt;&lt;div align=&quot;center&quot;&gt;<br /><br /><br />&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;875&quot;&gt;<br />&lt;!-- fwtable fwsrc=&quot;navbar.png&quot; fwpage=&quot;Page 1&quot; fwbase=&quot;navbar.jpg&quot; fwstyle=&quot;Dreamweaver&quot; fwdocid = &quot;1155611329&quot; fwnested=&quot;0&quot; --&gt;<br />  &lt;tr&gt;<br />   &lt;td&gt;&lt;img name=&quot;navbar_r1_c1&quot; src=&quot;../../Library/navimages/navbar_r1_c1.jpg&quot; width=&quot;28&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;puppies for sale&quot; /&gt;&lt;/td&gt;<br />   &lt;td&gt;&lt;a href=&quot;/index.html&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('navbar_r1_c2','','../../Library/navimages/navbar_r1_c2_f2.jpg',1)&quot;&gt;&lt;img name=&quot;navbar_r1_c2&quot; src=&quot;../../Library/navimages/navbar_r1_c2.jpg&quot; width=&quot;66&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;Home&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />   &lt;td&gt;&lt;a href=&quot;http://breedersclub.net/classifieds/dogs_and_puppies_for_sale-b428_0.html&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('navbar_r1_c3','','../../Library/navimages/navbar_r1_c3_f2.jpg',1)&quot;&gt;&lt;img name=&quot;navbar_r1_c3&quot; src=&quot;../../Library/navimages/navbar_r1_c3.jpg&quot; width=&quot;153&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;Dogs for sale&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />   &lt;td&gt;&lt;a href=&quot;http://breedersclub.net/classifieds/dog_stud_services-b22_0.html&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('navbar_r1_c4','','../../Library/navimages/navbar_r1_c4_f2.jpg',1)&quot;&gt;&lt;img name=&quot;navbar_r1_c4&quot; src=&quot;../../Library/navimages/navbar_r1_c4.jpg&quot; width=&quot;176&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;Dog Stud Services&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />   &lt;td&gt;&lt;a href=&quot;/html/breedguide.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('navbar_r1_c5','','../../Library/navimages/navbar_r1_c5_f2.jpg',1)&quot;&gt;&lt;img name=&quot;navbar_r1_c5&quot; src=&quot;../../Library/navimages/navbar_r1_c5.jpg&quot; width=&quot;120&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;Find Puppies and Dogs by Breed&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />   &lt;td&gt;&lt;a href=&quot;http://breedersclub.net/classifieds/cats_and_kittens_for_sale-b327_0.html&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('navbar_r1_c6','','../../Library/navimages/navbar_r1_c6_f2.jpg',1)&quot;&gt;&lt;img name=&quot;navbar_r1_c6&quot; src=&quot;../../Library/navimages/navbar_r1_c6.jpg&quot; width=&quot;143&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;Cats For Sale&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />   &lt;td&gt;&lt;a href=&quot;http://www.catsforyou.com/html/catbreeddirectory.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('navbar_r1_c7','','../../Library/navimages/navbar_r1_c7_f2.jpg',1)&quot;&gt;&lt;img name=&quot;navbar_r1_c7&quot; src=&quot;../../Library/navimages/navbar_r1_c7.jpg&quot; width=&quot;116&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;Cats For Sale&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />   &lt;td&gt;&lt;a href=&quot;/html/faq.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('navbar_r1_c8','','../../Library/navimages/navbar_r1_c8_f2.jpg',1)&quot;&gt;&lt;img name=&quot;navbar_r1_c8&quot; src=&quot;../../Library/navimages/navbar_r1_c8.jpg&quot; width=&quot;53&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;Frequently Asked Questions about Dogs, Puppies and Breeders Club&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />   &lt;td&gt;&lt;img name=&quot;navbar_r1_c9&quot; src=&quot;../../Library/navimages/navbar_r1_c9.jpg&quot; width=&quot;20&quot; height=&quot;30&quot; border=&quot;0&quot; alt=&quot;puppies for sale&quot; /&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;&lt;!-- #EndLibraryItem --&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;table width=&quot;875&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />  &lt;tr&gt; <br />    &lt;td width=&quot;200&quot; valign=&quot;top&quot; class=&quot;text&quot;&gt;&lt;p&gt;&lt;img src=&quot;../../rotate/rotator.php&quot; width=&quot;200&quot; height=&quot;717&quot; /&gt;&lt;/p&gt;<br />    &lt;/td&gt;<br />    &lt;td width=&quot;675&quot; valign=&quot;top&quot; class=&quot;text&quot;&gt;&lt;p class=&quot;text_title&quot;&gt;&lt;i&gt;Dog Related News, Tips &amp; Information.&lt;/i&gt;&lt;/p&gt;<br />     <br /> &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />  &lt;tr&gt;<br />    &lt;td valign=&quot;top&quot;&gt;  <br />    &lt;a href=&quot;?&quot;&gt;View All Articles&lt;/a&gt;<br />    &lt;?php foreach ($categoriesRecords as $categoryRecord): ?&gt; <br />      &lt;?php echo $categoryRecord['_listItemStart'] ?&gt; <br />       <br />      &lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;b&gt;&lt;?php endif ?&gt; <br />      &lt;a href=&quot;?category=&lt;?php echo $categoryRecord['num'] ?&gt;&quot;&gt;&lt;?php echo $categoryRecord['name'] ?&gt;&lt;/a&gt; <br />      &lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;/b&gt;&lt;?php endif ?&gt; <br />       <br />      &lt;?php echo $categoryRecord['_listItemEnd'] ?&gt; <br />    &lt;?php endforeach ?&gt; <br />   <br /><br /> <br />    &lt;h1&gt; <br />      &lt;a href=&quot;?category=&lt;?php echo $categoryRecord['num'] ?&gt;&quot;&gt;&lt;?php echo $categoryRecord['name'] ?&gt; Articles&lt;/a&gt; <br />      <br />       <br />      &lt;?php echo $categoryRecord['_listItemEnd'] ?&gt;&lt;/h1&gt;<br />    &lt;?php foreach ($articlesRecords as $record): ?&gt;<br />     <br />&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;&lt;br/&gt; <br />&lt;?php echo maxWords($record['content'],40) ?&gt;...&lt;br/&gt;&lt;br/&gt;<br /> <br /><br /><br />    &lt;?php endforeach ?&gt;<br /><br />    &lt;?php if (!$articlesRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />     &lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;<br />  <br /><br /> <br />  <br /><br /> &lt;?php if ($articlesMetaData['invalidPageNum']): ?&gt;<br />      Results page '&lt;?php echo $articlesMetaData['page']?&gt;' not found, &lt;a href=&quot;&lt;?php echo $articlesMetaData['../../articles/firstPageLink'] ?&gt;&quot;&gt;start over &amp;gt;&amp;gt;&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php elseif (!$articlesRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />    <br />    &lt;br /&gt;&lt;br /&gt;<br /><br />    &lt;?php if ($articlesMetaData['prevPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $articlesMetaData['../../articles/prevPageLink'] ?&gt;&quot;&gt;&amp;lt;&amp;lt; prev&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      &amp;lt;&amp;lt; prev<br />    &lt;?php endif ?&gt;<br /><br />    - page &lt;?php echo $articlesMetaData['page'] ?&gt; of &lt;?php echo $articlesMetaData['totalPages'] ?&gt; -<br /><br />    &lt;?php if ($articlesMetaData['nextPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $articlesMetaData['../../articles/nextPageLink'] ?&gt;&quot;&gt;next &amp;gt;&amp;gt;&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      next &amp;gt;&amp;gt;<br />    &lt;?php endif ?&gt;<br />  &lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;</code><br />]]></description>
          <pubDate>Thu, 19 May 2011 08:50:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211386#post2211386</guid>
        </item>
                <item>
          <title>Remove &quot;Articles Categories&quot; from Categories Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211377#post2211377</link>
          <description><![CDATA[Not enough coffee or too much reading but I can't seem to figure out how to remove the &quot;Articles Categories&quot; from the menu code.<br /><br />The working page is here  http://breedersclub.net/html/articles/articles1.php   <br /><br />Results look like this:<br /><br />Articles Categories<br /><br />    Pets and the Arts<br />    Pet Health and Safety<br />    Traveling with your Pet<br />    Pet Lifestyles<br />    Pet Training and Sports<br />    Pet Behavior<br /><br />Pet Behavior Articles   ( I added the word articles to hard code )<br /><br />Also how do I make &quot;pet behavior articles&quot; the category that the articles are in ( after clicking one of the category links )<br /><br />As always, thanks for your support.<br />Sean<br />]]></description>
          <pubDate>Wed, 18 May 2011 15:08:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211377#post2211377</guid>
        </item>
                <item>
          <title>Re: [Jason] Categories for Dummies - Multi Category, Multi Records Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205857#post2205857</link>
          <description><![CDATA[That's the trick.  So much for cut and paste!<br />Thanks for the help, you guys are great.<br />]]></description>
          <pubDate>Fri, 06 Aug 2010 12:32:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205857#post2205857</guid>
        </item>
              </channel>
    </rss>
  