<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Moving listings to archive.</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Moving-listings-to-archive_-70632</link>
        <description></description>
        <pubDate>Mon, 15 Jun 2026 20:06:19 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Moving-listings-to-archive_-70632" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [chris] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206705#post2206705</link>
          <description><![CDATA[Yes, thank you very much :)<br />]]></description>
          <pubDate>Fri, 10 Sep 2010 03:32:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206705#post2206705</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206681#post2206681</link>
          <description><![CDATA[Hi Kittybiccy,<br /><br />Does this work for you?<br /><br /><code>&lt;a href=&quot;javascript:history.go(-1)&quot;&gt;Back&lt;/a&gt;</code><br />]]></description>
          <pubDate>Thu, 09 Sep 2010 15:55:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206681#post2206681</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206662#post2206662</link>
          <description><![CDATA[I've got another question regarding this! I've got it all working  but what I would like to have is a back link under the entry that goes back to the page before. This is because the entries may come from different list pages (the current, forthcoming or previous option) but all use the same detail page so simply hard coding a back link to one would not be suitable. Any ideas? :)<br />]]></description>
          <pubDate>Thu, 09 Sep 2010 11:19:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206662#post2206662</guid>
        </item>
                <item>
          <title>Re: [chris] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206604#post2206604</link>
          <description><![CDATA[Thanks, got it working :)<br />]]></description>
          <pubDate>Wed, 08 Sep 2010 06:49:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206604#post2206604</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206594#post2206594</link>
          <description><![CDATA[Hi Kittybiccy,<br /><br />The nature of checkboxes is that more than one can be checked. If you want to make sure your users select only one option, you're going to want to use a List Field, which can display as either radio buttons (they look like checkboxes, but round) or a dropdown.<br /><br />Once you have your List Field set up, you can add a where clause to a viewer page to only show records which have one of the options selected. For example, if your List Field was called &quot;when&quot;:<br /><br /><code>  'where' =&gt; &quot; <span style="color:red">when</span> = 'current' &quot;,</code><br /><br />This setup is great if you want manual control over moving articles between the different settings. There are other potential solutions involving date fields which you could use to automatically decide which articles belong in the current, forthcoming, and previous lists dynamically.<br /><br />I hope this helps! Please let me know if you have any questions.<br />]]></description>
          <pubDate>Tue, 07 Sep 2010 12:14:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206594#post2206594</guid>
        </item>
                <item>
          <title>Re: [chris] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206589#post2206589</link>
          <description><![CDATA[Hi Guys,<br /><br />Taking this post a bit further....I'd like to be able to do something similar but with three options for each entry:<br />- current<br />- forthcoming<br />- previous<br /><br />I'd like to do it so that one of these checkbox options must be chosen - I think it would then be more obvious for the user. Could you tell me what I would need to do/add to get this to work?<br /><br />Thanks! [:)]<br />]]></description>
          <pubDate>Tue, 07 Sep 2010 10:50:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206589#post2206589</guid>
        </item>
                <item>
          <title>Re: [reubs] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203156#post2203156</link>
          <description><![CDATA[Hi reubs,<br /><br />Glad to help! :)<br />]]></description>
          <pubDate>Mon, 12 Apr 2010 13:15:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203156#post2203156</guid>
        </item>
                <item>
          <title>Re: [chris] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203145#post2203145</link>
          <description><![CDATA[Hi Chris,<br /><br />Thanks. That works perfectly and made things a lot easier.<br />]]></description>
          <pubDate>Mon, 12 Apr 2010 03:51:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203145#post2203145</guid>
        </item>
                <item>
          <title>Re: [reubs] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203124#post2203124</link>
          <description><![CDATA[Hi reubs,<br /><br />How about using a dropdown (i.e. list field) for which archive the article belongs to instead of a checkbox? That way you won't have 10 checkboxes after 10 years.<br /><br />Then you can do this:<br /><br /><code>'where' =&gt; &quot; archive = '' &quot;, // get articles which are not archived</code><br /><br />...and this:<br /><br /><code>'where' =&gt; &quot; archive = '2009' &quot;,</code><br /><br />...and this:<br /><br /><code>'where' =&gt; &quot; archive = '2010' &quot;,</code><br /><br />...et cetera.<br /><br />Does that help? Please let me know if you have any questions.<br />]]></description>
          <pubDate>Fri, 09 Apr 2010 17:08:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203124#post2203124</guid>
        </item>
                <item>
          <title>Re: [chris] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203103#post2203103</link>
          <description><![CDATA[I've got this working on a website I've built, but need some help with setting up more than one archive. Basically I have a main news page and have created two archives, one for 2010 and another for 2009. I've used the 'where' =&gt; 'archived = 0' and 'where' =&gt; 'archived = 1', along with a checkbox to make the 2010 stories go in their corresponding archive. What 'where' clause do I need to make the 2009 archive work?<br />]]></description>
          <pubDate>Fri, 09 Apr 2010 07:54:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203103#post2203103</guid>
        </item>
                <item>
          <title>Re: [MercerDesign] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200650#post2200650</link>
          <description><![CDATA[Hi MercerDesign,<br /><br />This is pretty easy to set up if you keep both current and archived news articles in the same section. You can use &quot;where&quot; clauses on your viewer pages to select either your current or archived news.<br /><br />If you want manual control over when your articles become &quot;archived&quot;, you can use a checkbox field. You can even combine manual and automatic archiving by having more complicated where clauses, but let's get the simple solution working first.<br /><br />Create a &quot;news&quot; multi-record section, and add a checkbox field to it called &quot;archived&quot;. Generate list viewer code and paste it into two files. In one file add this line after 'tableName' =&gt; 'news':<br /><br />'where' =&gt; 'archived = 0',<br /><br />... and in the other file, add this instead:<br /><br />'where' =&gt; 'archived = 1',<br /><br />The first file will list articles which haven't been archived yet; the second will only list archived articles.<br /><br />I hope this helps! Please let me know if you have any questions.<br />]]></description>
          <pubDate>Thu, 10 Dec 2009 20:15:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200650#post2200650</guid>
        </item>
                <item>
          <title>Re: [ross] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200618#post2200618</link>
          <description><![CDATA[Hi<br /><br />They are in separate sections and I would want to move them manually as some news stories will want to be relevant for longer.<br /><br />Thanks.<br />]]></description>
          <pubDate>Wed, 09 Dec 2009 04:07:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200618#post2200618</guid>
        </item>
                <item>
          <title>Re: [MercerDesign] Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200596#post2200596</link>
          <description><![CDATA[Hi there.<br /><br />Thanks for posting!<br /><br />The first thing to decide is if your news and archived news are in separate sections.  I think the options will be easier if it's all one section but not impossible if they aren't.<br /><br />Also, do articles become archived after a certain amount of time or do you want to archive them manually.<br /><br />Thanks!<br />]]></description>
          <pubDate>Tue, 08 Dec 2009 12:59:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200596#post2200596</guid>
        </item>
                <item>
          <title>Moving listings to archive.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200573#post2200573</link>
          <description><![CDATA[I have a news list page and a news archive list page. I want to be able to easily move old news stories from the news list page to the archive page. Either manually or by some code.<br />]]></description>
          <pubDate>Mon, 07 Dec 2009 09:03:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200573#post2200573</guid>
        </item>
              </channel>
    </rss>
  