<?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%3Acarl2</link>
        <description></description>
        <pubDate>Tue, 21 Apr 2026 06:30:57 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Acarl2&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [gkornbluth] Resetting the value of a check box field for all records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204932#post2204932</link>
          <description><![CDATA[Oops! Here is the plugin, actually attached this time.<br />]]></description>
          <pubDate>Thu, 17 Jun 2010 14:31:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204932#post2204932</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Resetting the value of a check box field for all records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204928#post2204928</link>
          <description><![CDATA[Hi Jerry,<br /><br />I've attached a plugin you can use that will add this functionality. You will need to add some information at the top: the table and field name that you want to reset, and the value to reset it to. For example, if you want to set the value of 'paid' to '0' on all records in the 'accounts' table, add this near the top where the comments tell you to:<br /><br /><code>array( 'tableName' =&gt; 'accounts', 'fieldName' =&gt; 'paid', 'resetValue' =&gt; 0 )</code><br /><br />Once you have enabled the plugin, in the 'Advanced Commands' section, there will be the option to set the fields on all records.<br /><br />Right now it will only make the option available to admins. If you wanted to have a 'super admin', then you could add a checkbox field to your Accounts section called 'super_admin' and change the check on line 27 to<br /><br /><code>if ( !$CURRENT_USER['super_admin'] ) return;</code><br /><br />Let me know if this works for you or if you have any problems getting it to work!<br /><br />Carl<br />]]></description>
          <pubDate>Thu, 17 Jun 2010 12:35:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204928#post2204928</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Resetting the value of a check box field for all records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204907#post2204907</link>
          <description><![CDATA[Hi Jerry,<br /><br />A 'super-admin' user would be more convoluted and would require changes to your database and so on, though. However I can certainly make it only accessible to admin users. <br /><br />Alternatively if you really don't want anyone but one user to have access, it could just be a standalone script with some obscure URL. So you or your client would visit /some_script_name.php to perform the update. You could also automate that with a cronjob.<br /><br />Carl<br />]]></description>
          <pubDate>Wed, 16 Jun 2010 13:09:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204907#post2204907</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Resetting the value of a check box field for all records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204890#post2204890</link>
          <description><![CDATA[Hi Jerry,<br /><br />I've had a look into this and I could make a plugin that adds something to the 'Advanced Command' dropdown on the table list page. That way you or your client could manually reset the field. Would that be okay for you?<br /><br />Carl<br />]]></description>
          <pubDate>Tue, 15 Jun 2010 18:10:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204890#post2204890</guid>
        </item>
              </channel>
    </rss>
  