<?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%3Asvsanchez</link>
        <description></description>
        <pubDate>Mon, 01 Jun 2026 11:53:29 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Asvsanchez&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Date placeholer in W3C format for Sitemap</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245479#post2245479</link>
          <description><![CDATA[<p>Maybe what's needed is just a modifier, like: $article.summary:textOnly(28)$</p>
<p>That modifier is used to show only the first 28 characters of the summary field, and show only text by removing any image inserted on the wysiwyg field.</p>
<p>I tried using $article.lastupdateddate:dateOnly$ but it didn't work.</p>]]></description>
          <pubDate>Mon, 12 Apr 2021 14:56:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245479#post2245479</guid>
        </item>
                <item>
          <title>Date placeholer in W3C format for Sitemap</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245478#post2245478</link>
          <description><![CDATA[<p>Dear Ross and team:</p>
<p>I am sad to see that you have removed the old Artman2 threads which had invaluable information for us still using that amazing CMS.</p>
<p>I just found a way to create my sitemap with Artman2, but my dates are not in W3C format. I changed the DATE ONLY fromat to the W3C format and left the DATE AND TIME in the format I want to display it on the page, as you can see on this image:</p>
<p><a href="https://www.screenpresso.com/=FXNAe" rel="nofollow">https://www.screenpresso.com/=FXNAe</a></p>
<p>I added a LastUpdatedDate field as date / integer in the database field editor.</p>
<p>However, when I check the placeholderlist, the LastUpdatedDate is shown as:</p>
<p>12 Abr, 2021 - 00:00:00</p>
<p>I need it to appear as 2021-04-12 on my sitemap!</p>
<p>Could you please tell me how to achieve this? I'm pretty sure it's something simple since as you can see on the image, the DATE ONLY sample already shows it that way!</p>
<p>Thank you...</p>]]></description>
          <pubDate>Mon, 12 Apr 2021 12:22:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245478#post2245478</guid>
        </item>
                <item>
          <title>Artman 2 with MySQL 5.6</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244539#post2244539</link>
          <description><![CDATA[<p>Hello, I'm sorry to post this in the CMSB topic but I couldn't find a better place. </p>
<p>I'm still using Artman 2 since my site is too big and although I bought 2 licenses of CMSB several years ago the upgrade process seemed too daunting to me.</p>
<p>I was thinking about upgrading MySQL to version 5.6 but first I wanted to know if Artman 2 will work with it.</p>
<p>Thank you!</p>]]></description>
          <pubDate>Mon, 02 Mar 2020 19:34:41 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244539#post2244539</guid>
        </item>
                <item>
          <title>What is the placeholder for the user who created an article?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243544#post2243544</link>
          <description><![CDATA[<p>Hello Dave, thank you for your reply. I bought 2 licenses of CMS Builder when it came out (2012 I think) but had a problem with it:</p>
<p>My site is huge (more than 150,000 pages built with Artman) all with the extension .shtml</p>
<p>The new software uses the extension .php</p>
<p>Since I have thousands of pages already positioned in Google and other Search Engines, I can't risk losing my positioning renaming all my pages so that they use .php now</p>
<p>If there's a way now to convert my site to CMS Builder keeping my current filenames that would be very nice.</p>]]></description>
          <pubDate>Thu, 04 Jul 2019 13:38:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243544#post2243544</guid>
        </item>
                <item>
          <title>What is the placeholder for the user who created an article?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243523#post2243523</link>
          <description><![CDATA[<p>Hello Damon, thank you for your reply. </p>
<p>I did the <span>&lt;!-- templatePlaceholderList --&gt; before searching on your forum. That is where I found the $currentuser.fullname$ and $currentuser.num$ placeholders, which unfortunately change when someone edits the article&gt;</span></p>
<p><span>I created a placeholder called ANALYTICS in the accounts section, so that each editor can have a Google Analytics code added to their articles and check their performance, while I can pay them based on the number of visits they generate to our site. </span></p>
<p><span>So, $currentuser.analytics$ does kind of work, but not completely:</span></p>
<p><span>If user A publishes an article, his Google Analytics is inserted and his visits are counted. BUT! If user B (an admin) edits the article to correct any issue, then the GA code from user A is replaced by the GA code from user B.</span></p>
<p><span>I am looking for the correct placeholder to use: instead of 'CURRENTUSER' it should be something like 'ORIGINALUSER'</span></p>
<p><span>I already tried guessing dozens of possibilities, including:</span></p>
<ul><li><span>$user.analytics$</span></li>
<li><span>$username.analytics$</span></li>
<li><span>$createdbyuser.analytics$</span></li>
<li><span>$author.analytics$</span></li>
<li><span>etc...</span></li>
</ul><p><span>Right now, I have a large If / Then statement at the end of each of my 64 templates, but I'm planning on getting new authors and I can't edit 64 templates each time I add a new person:</span></p>
<p><br />&lt;!-- templateIf : $article.createdByUserNum$ eq '30' --&gt; <br />&lt;!-- Amanda Juarez --&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-1" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-1</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-1');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>
<p>&lt;!-- templateIf : $article.createdByUserNum$ eq '34' --&gt; <br />&lt;!-- Bayron Garcia--&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-2" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-2</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-2');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>
<p>&lt;!-- templateIf : $article.createdByUserNum$ eq '35' --&gt; <br />&lt;!-- Oscar Estrada --&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-3" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-3</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-3');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>
<p>&lt;!-- templateIf : $article.createdByUserNum$ eq '38' --&gt; <br />&lt;!-- Axel Natareno --&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-4" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-4</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-4');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>
<p>&lt;!-- templateIf : $article.createdByUserNum$ eq '39' --&gt; <br />&lt;!-- Elsa Robles --&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-5" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-5</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-5');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>
<p>&lt;!-- templateIf : $article.createdByUserNum$ eq '40' --&gt; <br />&lt;!-- Pablo Ordoñez --&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-6" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-6</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-6');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>
<p><br />&lt;!-- templateIf : $article.createdByUserNum$ eq '41' --&gt; <br />&lt;!-- Ana Lucia Jimenez --&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-7" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-7</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-7');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>
<p><br />&lt;!-- templateIf : $article.createdByUserNum$ eq '42' --&gt; <br />&lt;!-- Alex Castillo --&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-8" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-8</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-8');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>
<p><br />&lt;!-- templateIf : $article.createdByUserNum$ eq '43' --&gt; <br />&lt;!-- Yasmin Salguero --&gt;<br />&lt;script async src="<a href="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-9" rel="nofollow">https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-9</a>"&gt;&lt;/script&gt;<br />&lt;script&gt;<br />window.dataLayer = window.dataLayer || [];<br />function gtag(){dataLayer.push(arguments);}<br />gtag('js', new Date());</p>
<p>gtag('config', 'UA-xxxxxxxxx-9');<br />&lt;/script&gt;<br />&lt;!-- /templateIf --&gt;</p>

<p>An alternative would be to be able to somehow INCLUDE the above code with a &lt;!--#include virtual="/authors.htm" --&gt; file able to determine which author's GA code it has to place in the page (inserting the above code and calling it via &lt;!--#include virtual="/authors.htm" --&gt; inserts every author's code into every page, so it counts each visit to every page as a visit to each author)</p>
]]></description>
          <pubDate>Thu, 27 Jun 2019 20:39:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243523#post2243523</guid>
        </item>
                <item>
          <title>What is the placeholder for the user who created an article?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243520#post2243520</link>
          <description><![CDATA[<p>Hi Robin, thanks a lot for your reply. You're right, I'm still using Artman 2.1, and I already tried the $article.author$ placeholder which didn't work (<span>[unknown placeholder $article.author$])</span></p>
<p>I created a placeholder in the accounts section named 'analytics ', what I'm trying to do is to place a different google analytics account depending on the article's author, this way I can pay my authors based on the amount of traffic their articles generate to our site.</p>
]]></description>
          <pubDate>Thu, 27 Jun 2019 00:33:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243520#post2243520</guid>
        </item>
                <item>
          <title>What is the placeholder for the user who created an article?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243517#post2243517</link>
          <description><![CDATA[<p>Heelo, any ideas anyone? If there's a placeholder for the "current user" there should be a placeholder for the creator of the article! I went to bed at 3 AM guessing but none of my guesses worked!</p>]]></description>
          <pubDate>Tue, 25 Jun 2019 23:12:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243517#post2243517</guid>
        </item>
                <item>
          <title>What is the placeholder for the user who created an article?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243513#post2243513</link>
          <description><![CDATA[<p>Hello, on the list of placeholders I can see $currentuser.fullname$ and $currentuser.num$ as the users who edited for the last time an article. So, if user ABC creates an article but some time later user XYZ edits the same article, $currentuser.fullname$ and $currentuser.num$ will change from ABC to XYZ.</p>
<p>What placeholder should I use to ALLWAYS KEEP the original user's fullname and num?</p>
<p>Thank you</p>]]></description>
          <pubDate>Tue, 25 Jun 2019 02:24:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243513#post2243513</guid>
        </item>
                <item>
          <title>Moving HUGE site from AM2 to CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239653#post2239653</link>
          <description><![CDATA[<p>Hello,</p>
<p>I am a happy customer of Article Manager 2. I have been using it for about 14 years and I love it. At some point about 4 years ago I explored the possibility of moving to your new CMS product, but I never did because my site is very well positioned in the SERPs and I feared losing my positions. Also, my site is HUGE (about 100,000 pages) so making tons of redirects really doesn't work for me.</p>
<p>Back then there weren't many options available for making a seamless transition, but I would like to know if there are new options for doing this?</p>
<p>Regards</p>]]></description>
          <pubDate>Mon, 24 Oct 2016 23:28:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239653#post2239653</guid>
        </item>
                <item>
          <title>Different Titles on a Detail page?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235302#post2235302</link>
          <description><![CDATA[<p>Hello Dave, thank you for your reply. I followed your instructions but couldn't see the results since when I try to upload pictures I get the following error and no pictures are saved:</p>
<p>User Agent must be Flash, not: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'User Agent must be Flash, not: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'User Agent must be Flash, not: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'User Agent must be Flash, not: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'User Agent must be Flash, not: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'</p>
]]></description>
          <pubDate>Wed, 05 Nov 2014 16:57:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235302#post2235302</guid>
        </item>
                <item>
          <title>Different Titles on a Detail page?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235274#post2235274</link>
          <description><![CDATA[<p>In response to: [url "<a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2230138#post2230138" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2230138#post2230138</a>"]Previous and next records on a Detail page?[/url], ...</p>
<p>Hello, I like the results from <a href="http://www.petersmithconstruction.ca/glist.php" rel="nofollow">http://www.petersmithconstruction.ca/glist.php</a> where a new page is displayed for each picture, with the previous and next links below. However, each new page has the same Title and only a line for the description. I would like to know if it's possible to have a different title for each new page, and also if it's possible to add at least one paragraph of text than just one line.</p>
<p>Thank you</p>]]></description>
          <pubDate>Mon, 03 Nov 2014 08:23:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235274#post2235274</guid>
        </item>
                <item>
          <title>Moving a single section from old Artman2 to CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233477#post2233477</link>
          <description><![CDATA[<p>Thank you but it took you so long to answer that I already did this using another CMS.</p>]]></description>
          <pubDate>Tue, 18 Mar 2014 14:28:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233477#post2233477</guid>
        </item>
                <item>
          <title>Moving a single section from old Artman2 to CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233450#post2233450</link>
          <description><![CDATA[<p>Dear sirs:</p>
<p>I have a very large site which I have been running with Artman2 for several years. I need to remove one of my sections since it no longer complies with Google's policies, and thought about opening a new site with a new domain and move the contents to this new site, for which I would be using CMS Builder for ease of compatibility. Could you please tell me how to proceed. The section has only 329 articles in it.</p>
<p>Thank you.</p>]]></description>
          <pubDate>Fri, 14 Mar 2014 15:24:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233450#post2233450</guid>
        </item>
                <item>
          <title>required element not defined: image:maximum_rows_allowed</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217912#post2217912</link>
          <description><![CDATA[Hello Artman2 Community, I am getting the following error when I try to publish an article:<br /><br />required element not defined: image:maximum_rows_allowed<br />required element not defined: image:highest_record_number<br />required element not defined: image:retain_erased_rows<br />required element not defined: image:background_classnames<br /><br />Could you please tell me how to fix it?<br /><br />Thank you!<br />]]></description>
          <pubDate>Mon, 24 Sep 2012 00:34:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217912#post2217912</guid>
        </item>
                <item>
          <title>Re: [Damon] Article Manager 2 + MySQL 5 ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217375#post2217375</link>
          <description><![CDATA[Thank you!<br />]]></description>
          <pubDate>Wed, 08 Aug 2012 15:55:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217375#post2217375</guid>
        </item>
                <item>
          <title>Article Manager 2 + MySQL 5 ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217359#post2217359</link>
          <description><![CDATA[Hello, I need to install a new product on my server which requires MySQL 5.0 and before I ask my webhost to upgrade I wanted to make sure that Artman 2 will keep working with this MySQL version (I currently use MySQL 4.1.22<br /><br />Thank you!<br />]]></description>
          <pubDate>Wed, 08 Aug 2012 12:05:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217359#post2217359</guid>
        </item>
                <item>
          <title>Upgrading from artman2 to CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210532#post2210532</link>
          <description><![CDATA[Hello everybody <br /><br />I have been using artman for about 5 years, I started with artman1 then upgraded to artman2 without any problems. Now I would like to know if upgrading to CMS is a good choice for me, but I just asked Interactivetools people about upgrading a little site that I run from artman1 to CMS and they pretend to charge $1,500 to $3,000 which is totally ridiculous. Can anyone tell me how they upgraded to CMS from artman2 and if you are happy with the upgrade, and also if there was some cost associated with it (besides paying for the software of course). <br /><br />Thank you<br />]]></description>
          <pubDate>Fri, 08 Apr 2011 13:15:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210532#post2210532</guid>
        </item>
                <item>
          <title>Re: [Jason] Upgrade from Artman 1 to CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210531#post2210531</link>
          <description><![CDATA[Jason, Ross: $1,500 to $3,000 to upgrade from artman1 to CMS, are you kidding me?!?!?! I use artman for my main site and I upgraded (MYSELF) from v1 to v2 without this costing me a penny, and I have more than 50 templates on my main site. It can't be that hard to go from artman2 to CMS!!! I was expecting a $150 to $300 figure not 10 times that!<br />]]></description>
          <pubDate>Fri, 08 Apr 2011 13:11:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210531#post2210531</guid>
        </item>
                <item>
          <title>Re: [Jason] Upgrade from Artman 1 to CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210505#post2210505</link>
          <description><![CDATA[Hello Jason, I now artman1 stores data in a flat file but artman2 doesn't so it should be easier to first upgrade to artman2 then make the move to CMS?<br />]]></description>
          <pubDate>Wed, 06 Apr 2011 18:12:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210505#post2210505</guid>
        </item>
                <item>
          <title>Re: [Jason] Upgrade from Artman 1 to CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210475#post2210475</link>
          <description><![CDATA[Thank you Jason, I am ready to start migrating from artman1 to CMS Builder. Can you please tell me how to procede?<br />]]></description>
          <pubDate>Tue, 05 Apr 2011 13:27:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210475#post2210475</guid>
        </item>
                <item>
          <title>Re: [morris] canonical version after upgrade from artman 1 to artman 2</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210289#post2210289</link>
          <description><![CDATA[Hello morris, thank you for your suggestion. I found another post suggesting to use artman2 to republish all my articles with the old name styling adding the rel=&quot;canonical&quot; and a redirect to the new page and this has worked great :) However my site is very big, with over 60,000 articles and I used artman1 to publish only about 18,000 so every time I 'convert' a portion of my site I have a hard time removing the newest articles to overwrite only the old ones, which is difficult with FTP as it only allows me to see 2000 files. Do you know of a way to tell artman2 to only publish articles between certain dates or up to an article number?<br />]]></description>
          <pubDate>Mon, 28 Mar 2011 15:38:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210289#post2210289</guid>
        </item>
                <item>
          <title>canonical version after upgrade from artman 1 to artman 2</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210265#post2210265</link>
          <description><![CDATA[Hello everyone <br /><br />I upgraded from artman 1 to artman 2 about 3 years ago and am very happy with the product, however I was hit by a sudden drop in traffic from google, and while researching I found about 'canonical' version of a page. When I upgraded from artman 1 to artman 2 I told the program to use filenames which contained the title of the articles to help improve my rankings, and so I was left up with 2 versions of my site, the old artman 1 articles with the usual article###.shtml filename and the new artman 2 articles with title-of-story.shtml filename, and would like to know how I can run the artman 1 program to add a link rel=&quot;canonical&quot; tag to all those pages. <br /><br />Can anyone help me? <br /><br />Thank you!<br />]]></description>
          <pubDate>Sat, 26 Mar 2011 00:53:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210265#post2210265</guid>
        </item>
                <item>
          <title>Upgrade from Artman 1 to CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210238#post2210238</link>
          <description><![CDATA[Dear sirs: <br /><br />One of my customers using Artman 1 wants to update their site, basically what we need is the following: <br /><br />1. This is a recipe site and they want to allow their users to create a 'favorites' list of recipes: the user should be able to create an account and add users to their recipes book. <br /><br />2. Create a 'Menu of the Week&quot; section, where she will add the recipes for the current week, and the users will be able to browse the previous weeks menus. <br /><br />3. Create a calendar of monthly events (cooking classes)<br />]]></description>
          <pubDate>Wed, 23 Mar 2011 22:39:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210238#post2210238</guid>
        </item>
                <item>
          <title>Re: [chris] Facebook comments on CMS blogs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208655#post2208655</link>
          <description><![CDATA[Hello Jason, this fixed the connection, thanks a lot, however when I open the page in Internet Explorer the page doesn't finish to load (it is working without problem in Firefox).<br />]]></description>
          <pubDate>Wed, 15 Dec 2010 13:50:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208655#post2208655</guid>
        </item>
                <item>
          <title>Re: [Jason] Facebook comments on CMS blogs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208551#post2208551</link>
          <description><![CDATA[Hello Jason, I am attaching here the blog.php file, thank you for your help!<br />]]></description>
          <pubDate>Sat, 11 Dec 2010 00:02:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208551#post2208551</guid>
        </item>
              </channel>
    </rss>
  