<?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%3AMatrixHyperLoop</link>
        <description></description>
        <pubDate>Sat, 18 Apr 2026 08:06:06 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AMatrixHyperLoop&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>CMSB vs WordPress: Post your feedback!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239261#post2239261</link>
          <description><![CDATA[<p>A question I get all the time from clients is, if something goes wrong and we part and go a different direction how will I find a developer that can help me? Clients often feel worried if they are going down a path they haven't heard of before. My response is typically that any competent PHP developer will have no problem working with CMS builder. Wheras most "wordpress developers" are hardly competent PHP developers.</p>]]></description>
          <pubDate>Thu, 28 Jul 2016 10:44:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239261#post2239261</guid>
        </item>
                <item>
          <title>Question about filtering multiples in where</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238554#post2238554</link>
          <description><![CDATA[<p>$options = $pagesRecord['option_sets']; </p>
<p>// load records from 'gear_options'<br />  list($gear_optionsRecords, $gear_optionsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'gear_options',<br />    'where'   =&gt;  "`num` = '$options'",<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; false,<br />  ));</p>

<p>$options prints as 1 2 what i'm trying to do is only show records with the nums in the $options variable, how would i go about accomplishing this?</p>]]></description>
          <pubDate>Fri, 25 Mar 2016 19:08:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238554#post2238554</guid>
        </item>
                <item>
          <title>Issues getting beta installed</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237138#post2237138</link>
          <description><![CDATA[<p>Hey guys,</p>
<p>I followed the instructions in the read me file and when attempting to install the beta I get the following error message</p>
<p>"No input file specified."</p>
<p>I am running PHP version 5.5.21</p>
<p>Can you think of anything I might need to adjust to get it working?</p>]]></description>
          <pubDate>Sun, 19 Jul 2015 14:00:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237138#post2237138</guid>
        </item>
                <item>
          <title>Filtering by category from a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236728#post2236728</link>
          <description><![CDATA[<p>Hi guys,</p>
<p>i have a detail page that has a list on it, I want to filter by category via URL like I would for example with: page.php?category=myCategory</p>
<p>but my URL for the detail page is like this: page.php?4</p>
<p>I was wondering if I could do something like page.php?4 category=myCategory</p>
<p>is what I'm wanting to do possible and if so am I even close?</p>

<p>thanks!</p>]]></description>
          <pubDate>Thu, 14 May 2015 20:13:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236728#post2236728</guid>
        </item>
                <item>
          <title>Issue with edit profile page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236375#post2236375</link>
          <description><![CDATA[<p>I started over again and seemed to have fixed it, I still am not quite sure what caused the error there wasn't any white spaces. Thanks for your help.</p>]]></description>
          <pubDate>Sun, 22 Mar 2015 14:02:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236375#post2236375</guid>
        </item>
                <item>
          <title>Issue with edit profile page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236370#post2236370</link>
          <description><![CDATA[<p>Hey guys I am working on a edit-profile page with the membership plugin and am getting this error when I save.</p>
<p><strong>setPrefixedCookie: Can't set cookie, headers already sent!</strong></p>
<p>What do you think this could be?</p>]]></description>
          <pubDate>Fri, 20 Mar 2015 21:26:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236370#post2236370</guid>
        </item>
                <item>
          <title>Problems with Checkboxes in Membership Edit Profile Form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236363#post2236363</link>
          <description><![CDATA[<p>im using bootstrap 3.</p>]]></description>
          <pubDate>Fri, 20 Mar 2015 12:20:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236363#post2236363</guid>
        </item>
                <item>
          <title>Front End - Choose from multiple records with checkboxes with selection limit</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236354#post2236354</link>
          <description><![CDATA[<p>Hi Guys,</p>
<p>I have a project I'm starting and one of things I will be doing is using a front end editor for members to manage the site rather than the CMSB Admin ( I am reserving that only for admins)</p>
<p>This is for a fantasy sports league website.</p>
<p>Users who would be playing in the fantasy league would be choosing from players (user accounts with type set as player) to assemble their fantasy team.</p>
<p>I was thinking of using checkboxes with ability to select up to 5 players so it would need to count and not allow members to choose more than 5 players.</p>
<p>Would this work just a regular checkbox passing the values 0 - 1, OR would this be better suited to use a method similar to the favorites plugin where it creates a record and refs by usernum?</p>
<p>Any advice or code snippets would be awesome! </p>
<p>Thanks!</p>]]></description>
          <pubDate>Thu, 19 Mar 2015 14:02:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236354#post2236354</guid>
        </item>
                <item>
          <title>Problems with Checkboxes in Membership Edit Profile Form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236353#post2236353</link>
          <description><![CDATA[<p>Thanks got this to work! Now I am having conflicts with twitter-bootstrap with the way they handle checkboxes....</p>
<p><a href="http://getbootstrap.com/css/#forms" rel="nofollow">http://getbootstrap.com/css/#forms</a></p>
<p>Instead of just a checked status they rewrite the html to having a span around the input.</p>
<p>Checked looks like this</p>
<p>&lt;span class="checked"&gt;</p>
<p>&lt;input checkbox&gt;</p>
<p>&lt;/span&gt;</p>
<p>Unchecked is the same without the span. I am also having trouble passing the values from the checkbox with the way bootstrap handles checkboxes. Anyone had to work around this before?</p>]]></description>
          <pubDate>Thu, 19 Mar 2015 13:52:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236353#post2236353</guid>
        </item>
                <item>
          <title>Problems with Checkboxes in Membership Edit Profile Form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236348#post2236348</link>
          <description><![CDATA[<p>Hi guys,</p>
<p>I am up against a wall... I'm trying to add a field called show_contact that when clicked on an edit account page will change the values of show_contact. </p>
<p>Here is my code for form input field</p>
<p>&lt;input type="checkbox" name="show_contact" value="&lt;?php echo htmlencode(@$_REQUEST['show_contact']); ?&gt;"/&gt;</p>
<p>I also added the field in the _post call</p>
<p>$colsToValues['show_contact']         = $_REQUEST['show_contact'];</p>
<p>When I check the box and save nothing happens on the backside and i get the following error.</p>
<p>MySQL Error: Incorrect integer value: '' for column 'show_contact' at row 1</p>
<p>Please help me! Thanks so much!</p>
<p>CR</p>]]></description>
          <pubDate>Wed, 18 Mar 2015 20:48:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236348#post2236348</guid>
        </item>
              </channel>
    </rss>
  