<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Is it save to delete the value stored in dragSortOrder?</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Is-it-save-to-delete-the-value-stored-in-dragSortOrder-82686</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 07:41:15 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Is-it-save-to-delete-the-value-stored-in-dragSortOrder-82686" rel="self" type="application/rss+xml" />

                <item>
          <title>Is it save to delete the value stored in dragSortOrder?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246582#post2246582</link>
          <description><![CDATA[<p>Hi Jeff, </p>
<p>If you are comfortable with MySQL queries you can also try just setting dragSortOrder to the value of product_ID like this:</p>
<pre class="language-php"><code>UPDATE cmsb_products SET dragSortOrder = product_ID;</code></pre>
<p>Or if you need to sort in the reverse order you can minus from a number you're sure is greater than the highest product_ID</p>
<pre class="language-php"><code>UPDATE cmsb_products SET dragSortOrder = 10000 - product_ID;</code></pre>
<p>Let me know if that works for you!</p>
]]></description>
          <pubDate>Tue, 13 Jun 2023 16:27:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246582#post2246582</guid>
        </item>
                <item>
          <title>Is it save to delete the value stored in dragSortOrder?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246581#post2246581</link>
          <description><![CDATA[<p>I have a section editor where the Sorting is set as dragSortOrder DESC</p>
<p>I would like to sort the records by Product ID to get them into an approximate correct order, and then change the Sorting to dragSortOrder Desc to fine-tune.</p>
<p>Would this work…</p>
<p>Use MySQL plugin to remove the existing values in dragSortOrder: INSERT INTO cmsb_products SET dragSortOrder = '';</p>
<p>Then change Sorting to product_ID DESC to get all my products listed from highest product id to lowest.</p>
<p>Then change Sorting to dragSortOrder DESC </p>
<p>Thanks</p>
<p>Jeff</p>

]]></description>
          <pubDate>Tue, 13 Jun 2023 10:16:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246581#post2246581</guid>
        </item>
              </channel>
    </rss>
  