<?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%3Abrownleather2</link>
        <description></description>
        <pubDate>Sun, 12 Apr 2026 20:56:21 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Abrownleather2&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [greg] Create page on admin &amp; hide record with same name</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217795#post2217795</link>
          <description><![CDATA[Thanks for your quick reply<br /><br />I'm using 2.17<br />Membership 1.07<br />Table &quot;accounts&quot; (default)<br />Separate Log in is set to false<br /><br />The issue is as you suspect the iframe is not using the &quot;main&quot; page's (CMB'S) session rather its own. <br /><br />I know this will work if it opens in a new page but I specifically wan this to work seamlessly within CMSB.<br /><br />Any help would be greatly appreciated.<br /><br />Regards,<br /><br />PS. I actually was the one who commissioned CMSB to build this feature, it would be great if the &quot;include pages&quot; where actually php includes and not iframes.<br />]]></description>
          <pubDate>Thu, 13 Sep 2012 11:52:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217795#post2217795</guid>
        </item>
                <item>
          <title>Re: [Jason] Create page on admin &amp; hide record with same name</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217735#post2217735</link>
          <description><![CDATA[I have membership plugin.<br /><br />I've included viewer_functions.php in the iframe include file<br /><br />I've added if (!$CURRENT_USER) { websiteLogin_redirectToLogin(); } to the iframe include file<br /><br />When i access the include page from within CMSB, I'm required to log in again (the log in screen appears within the iframe) even though I'm already logged in.<br /><br />What can i do to avoid this double log in?<br /><br />Thank you<br />]]></description>
          <pubDate>Tue, 11 Sep 2012 09:55:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217735#post2217735</guid>
        </item>
                <item>
          <title>Re: [Jason] Advanced select query within CMSB framework?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216819#post2216819</link>
          <description><![CDATA[Also, the way i had it... there was a single call the the database.. using $count_of_children would add say 30 database calls (on per record listing)<br />]]></description>
          <pubDate>Mon, 02 Jul 2012 13:00:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216819#post2216819</guid>
        </item>
                <item>
          <title>Re: [Jason] Advanced select query within CMSB framework?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216818#post2216818</link>
          <description><![CDATA[Thanks for the suggestion, two questions.<br /><br />1 .From an efficiency perspective is using getRecord() much more overhead then how I had it? (say we were taking about 10,000 records)?<br /><br />2. If its true that there is a significant difference between calling a few fields (the way I had it) vs every field (getRecords) is there a way to specify the desired field while using gerRecords?<br /><br />Thank you.<br />]]></description>
          <pubDate>Mon, 02 Jul 2012 12:57:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216818#post2216818</guid>
        </item>
                <item>
          <title>Advanced select query within CMSB framework?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216798#post2216798</link>
          <description><![CDATA[I have an advanced query that works as expected.<br />(lists forum treads with a comment count and the most recent comment date if exists...) <br /><br />I would like to incorporate this query into the CMSB standard &quot;list... getRecord&quot; method so that I can use CMSB's pagination.<br /><br />Any ideas?<br /><br />==================================================================<br /><br />$result = mysql_query(&quot;<br />		SELECT p.num, p.subject, p.user_id, c.hidden, c.type, COUNT(CASE WHEN c.hidden=0 AND c.type='F' then c.num ELSE NULL END) as count_of_children, CASE WHEN COUNT(CASE WHEN c.hidden=0 AND c.type='F' then c.num ELSE NULL END)=0 THEN p.createdDate ELSE MAX(c.createdDate) END as last_date<br />		FROM {$TABLE_PREFIX}forum_threads p<br />		LEFT JOIN {$TABLE_PREFIX}comments c ON p.num=c.parent_id<br />		GROUP BY  p.num, p.subject, p.createdDate<br />		ORDER BY last_date DESC<br />	&quot;);<br /><br />==================================================================]]></description>
          <pubDate>Fri, 29 Jun 2012 11:46:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216798#post2216798</guid>
        </item>
                <item>
          <title>Re: [Tom P] No updates since December 11?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215847#post2215847</link>
          <description><![CDATA[Thank you for the update, impressive...<br />]]></description>
          <pubDate>Mon, 16 Apr 2012 14:50:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215847#post2215847</guid>
        </item>
                <item>
          <title>Re: [Tom P] No updates since December 11?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215838#post2215838</link>
          <description><![CDATA[Any updates?<br />]]></description>
          <pubDate>Mon, 16 Apr 2012 09:45:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215838#post2215838</guid>
        </item>
                <item>
          <title>Re: [Damon] No updates since December 11?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215677#post2215677</link>
          <description><![CDATA[•	The ability to managed child records from within the parent record is currently possible only using hacks; it would be great if this was a built-in fully functional future.<br /><br />•	The view screens can use a facelift <br /><br />•	This one is big [:)] maybe it can make its way into Dave’s BIG PLANS – Take CMS Build to the Major Leagues by developing the system to look something <br /><br />like this  <a target="_blank" href="http://themeforest.net/item/dream-works-responsive-admin-template/full_screen_preview/1988987">http://themeforest.net/item/dream-works-responsive-admin-template/full_screen_preview/1988987</a><br /><br />or this <a target="_blank" href="http://revaxarts-themes.com/whitelabel/dashboard.html">http://revaxarts-themes.com/whitelabel/dashboard.html</a><br />]]></description>
          <pubDate>Thu, 29 Mar 2012 12:42:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215677#post2215677</guid>
        </item>
                <item>
          <title>Re: [Tom P] No updates since December 11?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215625#post2215625</link>
          <description><![CDATA[So your saying that the silence will be followed by a boom?<br /><br />Would you have a eta on the storm?<br /><br />Just slightly concerned about the future of CMSB.<br />]]></description>
          <pubDate>Wed, 21 Mar 2012 12:11:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215625#post2215625</guid>
        </item>
                <item>
          <title>No updates since December 11?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215612#post2215612</link>
          <description><![CDATA[Hi,<br /><br />Whats going on in the kitchen at interactivetools?<br /><br />There have not been any updates in close to 4 months.<br /><br />Is all well?<br />]]></description>
          <pubDate>Wed, 21 Mar 2012 00:05:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215612#post2215612</guid>
        </item>
                <item>
          <title>Re: [Toledoh] OR...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215328#post2215328</link>
          <description><![CDATA[Try this<br /><br /><code>// load records <br />list($sponsorsRecords, $sponsorsMetaData) = getRecords(array( <br />	'tableName'   =&gt; 'sponsors', <br />	'where'       =&gt; &quot;category != 'Energex' OR category !='Fitzpatrick' &quot;, <br /> ));</code><br />]]></description>
          <pubDate>Tue, 28 Feb 2012 20:13:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215328#post2215328</guid>
        </item>
                <item>
          <title>Re: [Perchpole] Quickie Request: createdByUserNum</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207706#post2207706</link>
          <description><![CDATA[This should do the trick<br />&quot;createdBy.fullname&quot;]]></description>
          <pubDate>Wed, 27 Oct 2010 20:03:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207706#post2207706</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: CMSB Upcoming Features and Development Plan</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207704#post2207704</link>
          <description><![CDATA[Here are a few features that would be great.<br /><br />Dependable Fields: For example - if field &quot;has_dvd_palyer&quot; is checked, then show this filed &quot;dvd_palyer_color&quot;<br /><br />Dynamic Fields: (When a filed is set as dynamic the field will have a plus symbol near it, when clicked a additional filed of the same type would be added) For example - For example - say we have  family section which has three fields father, mother and child when the child field is set as dynamic the user can simply click on the plus symbol to add additional children. this can be further enhanced by enable fields to be grouped allowing for the plus symbol to add multiple fields.  For example - say we have a company section and a group of fields called contact which contains name email and phone, when the user would click on the plus symbol the system would add the fields in the group.<br />]]></description>
          <pubDate>Wed, 27 Oct 2010 19:44:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207704#post2207704</guid>
        </item>
                <item>
          <title>Re: [Dave] css conflict bug version 1.23</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194797#post2194797</link>
          <description><![CDATA[thanks<br />]]></description>
          <pubDate>Wed, 17 Dec 2008 18:20:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194797#post2194797</guid>
        </item>
                <item>
          <title>Re: [Dave] css conflict bug version 1.23</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194771#post2194771</link>
          <description><![CDATA[wonderful,<br />on a different note, when will cms builder be able to accept content from site visitors? ie though a feedback form<br />]]></description>
          <pubDate>Wed, 17 Dec 2008 16:09:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194771#post2194771</guid>
        </item>
                <item>
          <title>css conflict bug version 1.23</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194745#post2194745</link>
          <description><![CDATA[if a field is created with the Field Name as &quot;main&quot; and the Field Type as &quot;wysiwyg&quot; when one attempts to view the section in the back-end that contains this Field the display is totally out of whack<br />]]></description>
          <pubDate>Tue, 16 Dec 2008 08:29:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194745#post2194745</guid>
        </item>
                <item>
          <title>Re: [Dave] Sorting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191781#post2191781</link>
          <description><![CDATA[thanks<br />]]></description>
          <pubDate>Wed, 28 May 2008 22:48:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191781#post2191781</guid>
        </item>
                <item>
          <title>Re: [Dave] Sorting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191779#post2191779</link>
          <description><![CDATA[Is it true that once &quot;dragSortOrder&quot; is placed in the &quot;Order By&quot; field, newly cerated items are displayed on the bottom of the list. if however, &quot;dragSortOrder DESC&quot; is used, newly cerated items are displayed on top?<br /><br />I would like my items listed by &quot;updatedDate&quot; then by &quot;title&quot; until i manually use drag sort to rearrange them, is this possible?<br />]]></description>
          <pubDate>Wed, 28 May 2008 19:38:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191779#post2191779</guid>
        </item>
                <item>
          <title>Re: [Dave] Editable field from the editor list view</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191773#post2191773</link>
          <description><![CDATA[I checked out the &quot;dragSortOrder&quot; feature its really great, nice work.<br />]]></description>
          <pubDate>Wed, 28 May 2008 09:07:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191773#post2191773</guid>
        </item>
                <item>
          <title>Re: [Dave] Sorting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191772#post2191772</link>
          <description><![CDATA[the &quot;dragSortOrder&quot; feature is superb! good work.<br />]]></description>
          <pubDate>Wed, 28 May 2008 09:06:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191772#post2191772</guid>
        </item>
                <item>
          <title>Editable field from the editor list view</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191766#post2191766</link>
          <description><![CDATA[I'd vote for the drag sort order. but it would also be cool to have a option in the properties of a given field, some thing like &quot;make editable in list viewer&quot; this will enable users to easily change an articles status say to &quot;featured&quot; or &quot;active&quot;... by using a check-box or drop-down.<br />]]></description>
          <pubDate>Tue, 27 May 2008 16:03:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191766#post2191766</guid>
        </item>
                <item>
          <title>Sorting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191765#post2191765</link>
          <description><![CDATA[It would be great if items of a section could be sorted in the back end using ajax (similar to the way sections are sorted in the back end) and for this order to display on the front end as well<br /><br />What do you say?<br />]]></description>
          <pubDate>Tue, 27 May 2008 15:48:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191765#post2191765</guid>
        </item>
                <item>
          <title>Re: [Dave] Is there a jump to page feature?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191599#post2191599</link>
          <description><![CDATA[exactly, thanks much.<br />]]></description>
          <pubDate>Mon, 19 May 2008 17:47:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191599#post2191599</guid>
        </item>
                <item>
          <title>Page Numbers</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191590#post2191590</link>
          <description><![CDATA[I have been using CMS Builder for a few months and i'm loving its power and flexibility... great job!<br /><br /><br />The current page numbers display &quot;&lt;&lt; prev - page 5 of 8 - next &gt;&gt;&quot;<br />it would be nice to see the page numbers displayed &quot;&lt;&lt; prev - 1 2 3 4 <b>5</b> 6 7 8 - next &gt;&gt;&quot; with the ability to click on any of the numbers and go directly to the specified page.<br />]]></description>
          <pubDate>Mon, 19 May 2008 13:55:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191590#post2191590</guid>
        </item>
                <item>
          <title>$options[&apos;where&apos;]</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190286#post2190286</link>
          <description><![CDATA[Example: 'fieldname = &quot;value&quot;' <br /><br />I’d like to call a variable for the value, what do I do? == Example: 'fieldname = &quot;$var&quot;' == dose not work<br />]]></description>
          <pubDate>Tue, 19 Feb 2008 13:29:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190286#post2190286</guid>
        </item>
              </channel>
    </rss>
  