<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Developer Console v1.04 and Grey Hidden Records v1.01 Released!</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Developer-Console-v1_04-and-Grey-Hidden-Records-v1_01-Released-80542</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 10:06:07 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Developer-Console-v1_04-and-Grey-Hidden-Records-v1_01-Released-80542" rel="self" type="application/rss+xml" />

                <item>
          <title>Developer Console v1.04 and Grey Hidden Records v1.01 Released!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239481#post2239481</link>
          <description><![CDATA[<p>Perfect. Thanks Daryl!</p>]]></description>
          <pubDate>Wed, 31 Aug 2016 09:29:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239481#post2239481</guid>
        </item>
                <item>
          <title>Developer Console v1.04 and Grey Hidden Records v1.01 Released!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239478#post2239478</link>
          <description><![CDATA[<p>Hi Jayme,</p>
<p>The 'listRow_trStyle' filter passes the table name of the section to $tableName variable.<br />You can use that to check if the current table is _sc_orders, if not, return the tr style without any changes.<br />For example:</p>
<p><code>function grey_hidden_records_listRow_trStyle($trStyle, $tableName, $record) {<br />  <span style="color:#0000ff;"><strong>if ($tableName != '_sc_orders') { return $trStyle; } // change nothing if this is not the orders table</strong></span><br />  if (!@$record['hidden']) { return $trStyle; } // skip if record either doesn't have a hidden field or the hidden field isn't checked<br />  return "color: #CCC;";<br />}</code></p>
<p>Cheers,</p>]]></description>
          <pubDate>Tue, 30 Aug 2016 16:21:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239478#post2239478</guid>
        </item>
                <item>
          <title>Developer Console v1.04 and Grey Hidden Records v1.01 Released!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239475#post2239475</link>
          <description><![CDATA[<p>Great to see these developed further. The customization options are really appreciated!</p>
<p>This new greyHiddenRecords only works for CMSBuilder v.3+. For those of us still working with some v.2 sites, is there a way to limit the styling to a particular table? I've tried variations on the following with no luck:</p>
<p><code>// register callbacks<br />addFilter('listRow_trStyle',      'style_certain_records_listRow_trStyle', null, 3);<br /><br />// **** KEY LINE FOLLOWS **** <br />function style_certain_records_listRow_trStyle($trStyle, $tableName = "cms_sc_orders", $record) {<br />     if (!@$record['hidden']) { // All non-hidden records are scanned for new rules.<br /><br />         // Not locked, but no other checks - should highlight odd situations.<br />         if(!@$record['locked'] AND !@$record['paid'] AND @$record['order_id'])         <br />             { return "color: rgb(200,200,200);".$trStyle;  } <br />             // pale grey, Order_ID added only to limit styling to Orders table.<br /><br />     } // end rules for non-hidden fields<br /><br />   return "color: #CCC;"; // default hidden style<br /> }<br /><br /></code></p>
<p>and...</p>
<p><code>function style_certain_records_listRow_trStyle($trStyle, "cms_sc_orders", $record) {<br />    if (!@$record['hidden']) { // All non-hidden records are scanned for new rules.<br />// ... styling rules here...<br />}   <br />return "color: #CCC;"; // default hidden style<br />}<br /></code></p>

<p>In both these cases we're trying to limit these styling rules to affect only the _sc_orders table.</p>
<p>Any ideas?</p>
<p>Jayme</p>]]></description>
          <pubDate>Tue, 30 Aug 2016 11:46:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239475#post2239475</guid>
        </item>
                <item>
          <title>Developer Console v1.04 and Grey Hidden Records v1.01 Released!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238823#post2238823</link>
          <description><![CDATA[<p>Hi all,</p>
<p>We've just released new version of the following plugins:</p>
<p><strong>Developer Console v1.04</strong><br /><a href="http://www.interactivetools.com/add-ons/developer-console/" rel="nofollow">http://www.interactivetools.com/add-ons/developer-console/</a><br />- Fixed issue where console wouldn't work if admin script wasn't named admin.php<br />- Pressing "enter" will now execute the shell command<br />- Added "User Features" setting: If enabled, pressing ctrl + ` will open a new MySql Console tab</p>
<p><strong>Grey Hidden Records v1.01</strong><br /><a href="http://www.interactivetools.com/add-ons/grey-hidden-records/" rel="nofollow">http://www.interactivetools.com/add-ons/grey-hidden-records/</a><br />- Added option to add specific fields with custom conditions for greying out records</p>
<p><span>Please feel free to post any questions/feedback.</span></p>
<p><span>Thanks,</span></p>]]></description>
          <pubDate>Mon, 09 May 2016 13:17:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238823#post2238823</guid>
        </item>
              </channel>
    </rss>
  