<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Newsletter Builder Archive Issues - Draft newsletters</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Newsletter-Builder-Archive-Issues---Draft-newsletters-80267</link>
        <description></description>
        <pubDate>Sun, 19 Jul 2026 14:33:59 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Newsletter-Builder-Archive-Issues---Draft-newsletters-80267" rel="self" type="application/rss+xml" />

                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237611#post2237611</link>
          <description><![CDATA[<blockquote>
<p>It worked! </p>
</blockquote>
<p>My two favorite words!  :)</p>
<p>Thanks for the update.</p>]]></description>
          <pubDate>Mon, 26 Oct 2015 15:30:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237611#post2237611</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237610#post2237610</link>
          <description><![CDATA[<blockquote>
<p>It worked! </p>
</blockquote>
<p>My two favorite words!  :)</p>
<p>Thanks for the update.</p>]]></description>
          <pubDate>Mon, 26 Oct 2015 15:30:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237610#post2237610</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237609#post2237609</link>
          <description><![CDATA[<p>Damon:  Not exactly how I would do that....  would this work?</p>
<p><code>'where' =&gt; "to_list = '" . coalesce(mysql_escape(@$_REQUEST['to_list']), '2') . "' AND " . $whereMessageNumIs . " AND " . "send IN ('all','archive') AND " . whereRecordNumberInUrl(1),</code></p>
<p>Ragi</p>
<p>P.S.  It worked!  Thanks Damon.</p>]]></description>
          <pubDate>Mon, 26 Oct 2015 12:52:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237609#post2237609</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237608#post2237608</link>
          <description><![CDATA[<p>Hi Ragi,</p>
<p>You do need this code:</p>
<p><code>'where'       =&gt; "send IN ('<span style="color:#000080;"><strong>all</strong></span>','<span style="color:#000080;"><strong>archive</strong></span>') AND " . whereRecordNumberInUrl(1),</code></p>
<p>so that only newsletters that have been sent and archived (<span style="color:#000080;"><strong>all</strong></span>) or just archived (<span style="color:#000080;"><strong>archive</strong></span>) will be displayed. Otherwise newsletters that set as drafts (none) are displayed as well. </p>
<p>Can you add your additional mySQL filtering to the where statement?</p>]]></description>
          <pubDate>Mon, 26 Oct 2015 11:28:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237608#post2237608</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237604#post2237604</link>
          <description><![CDATA[<p>Woops!  I made a mistake.  Your solution actually brought me back to a previous version.   it appears we’re back to the Messages from the SSC appearing under the weekly message archive.  Only the weekly messages should appear in the weekly message section and archives.<br />And weekly messages are also appearing in the newsletter achive, when only Messages from the SSC (Owls nest) and 706 on the move! newsletters should be in the newsletter archive.</p>
<p>So, no it did not work.</p>
<p>Ragi</p>
]]></description>
          <pubDate>Sat, 24 Oct 2015 04:10:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237604#post2237604</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237603#post2237603</link>
          <description><![CDATA[<p>Damon:  again, great!  </p>
<p>Ragi</p>]]></description>
          <pubDate>Fri, 23 Oct 2015 15:15:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237603#post2237603</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237602#post2237602</link>
          <description><![CDATA[<p>Hi again,</p>
<p>For the weeklyMessage.php file, on line 22, can you replace this:</p>
<p><code> 'where'     =&gt; "to_list = '" . coalesce(mysql_escape(@$_REQUEST['to_list']), '2') . "' AND " . $whereMessageNumIs,</code></p>
<p>with this:</p>
<p><code>'where'       =&gt; "send IN ('all','archive') AND " . whereRecordNumberInUrl(1), // If no record # is specified then latest record is shown</code></p>
<p>Let me know if that works for you.</p>
<p>Thanks!</p>
]]></description>
          <pubDate>Fri, 23 Oct 2015 12:41:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237602#post2237602</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237592#post2237592</link>
          <description><![CDATA[<p>Damon:  I just realized I also have the file weeklyMessage.php which only lists the weekly messages.  It has the same issue as the archive.php file, but in this case its a bit more convoluted.  Can you provide me a hint?</p>
<p>Ragi</p>]]></description>
          <pubDate>Wed, 21 Oct 2015 16:23:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237592#post2237592</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237591#post2237591</link>
          <description><![CDATA[<p>That worked perfectly!</p>

<p>Thanks Damon.</p>]]></description>
          <pubDate>Wed, 21 Oct 2015 12:17:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237591#post2237591</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237590#post2237590</link>
          <description><![CDATA[<p>Hi Ragi,</p>
<p>Can you try replacing the code on line 28:</p>
<p><code>'where'       =&gt; $where,</code></p>
<p>with this code:</p>
<p><code>'where'       =&gt;  "send IN ('all','archive')"</code></p>
<p>Let me know if that works for you.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Wed, 21 Oct 2015 10:47:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237590#post2237590</guid>
        </item>
                <item>
          <title>Newsletter Builder Archive Issues - Draft newsletters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237585#post2237585</link>
          <description><![CDATA[<p>I am having a bit of a problem with a Newsletter Builder installation.  I am using CMSB 2.65 and Newsletter Builder 3.02.</p>
<p>When I create a draft newsletter, it shows up on the archive.php page.  It shouldn't, as my testing has shown from other implementations.</p>
<p>I have attached my archive.php file as I believe the error is in there.</p>
<p>Thanks!</p>
<p>Ragi</p>]]></description>
          <pubDate>Mon, 19 Oct 2015 12:57:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237585#post2237585</guid>
        </item>
              </channel>
    </rss>
  