<?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%3Anacho</link>
        <description></description>
        <pubDate>Sat, 02 May 2026 12:05:35 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Anacho&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>I don&apos;t &quot;get&quot; CMS builder....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201962#post2201962</link>
          <description><![CDATA[Hi,<br />This might be just me but I really don't get CMS builder, it seems like a backward step compared to article manager. Now I may be just doing something wrong but what I loved about Article Manager is the way it could create categories and articles on they fly. Without any further coding or template setup. <br /><br />From what I can tell with CMS builder is that if one of my users wants a new section called 'About Us' - they create it in CMS builder and then they have to manually create a HTML template that fits into the design of the rest of the site, paste and change the generated HTML code and FTP it up to the server. This doesnt seem right to me and is a massive job for large and growing websites. <br /><br />Are we doing something wrong or is this how its supposed to work? Why can't we just have a html template that it uses? <br /><br />Thanks<br />]]></description>
          <pubDate>Mon, 22 Feb 2010 12:16:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201962#post2201962</guid>
        </item>
                <item>
          <title>Re: [nacho] One article manager install - multiple websites?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228658#post2228658</link>
          <description><![CDATA[Hi,<br />Did you ever get chance to advise on how I could set this up please? <br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 25 Nov 2009 09:05:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228658#post2228658</guid>
        </item>
                <item>
          <title>Re: [Donna] Connect to Twitter and Facebook</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228657#post2228657</link>
          <description><![CDATA[With mine I had to make this change: <br /><br />&lt;description&gt;$my.siteDescription:textOnly$&lt;/description&gt;    (I added in the textonly bit) <br /><br />This was because I was using bold and br lines and other html code in my description field and the built in IE RSS reader didnt like it...<br />]]></description>
          <pubDate>Wed, 25 Nov 2009 09:01:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228657#post2228657</guid>
        </item>
                <item>
          <title>Re: [nacho] Connect to Twitter and Facebook</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228583#post2228583</link>
          <description><![CDATA[This is the code I use for my GlobalRSS.xml template: <br /><br />This can be found in \cgi-bin\templates\articleLists <br /><br />&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt; <br />&lt;rss version="2.0"&gt;<br />  &lt;channel&gt;<br />    &lt;title&gt;$my.siteName:textOnly:htmlEncoded$&lt;/title&gt;<br />      &lt;link&gt;$settings.publish_url$&lt;/link&gt;<br />      &lt;description&gt;$my.siteDescription:textOnly$&lt;/description&gt;<br />      &lt;pubDate&gt;$_lastUpdated:format(www, dd MMM yyyy HH:mm:ss)$ PST&lt;/pubDate&gt;<br />      &lt;language&gt;en-us&lt;/language&gt;<br />&lt;!-- template insert : $articleList$ --&gt;<br />&lt;!-- templatecell : articleRow --&gt;<br />      &lt;item&gt;<br />        &lt;title&gt;$article.title:textOnly:htmlEncoded$&lt;/title&gt;<br />        &lt;link&gt;$published.articlePage.url$&lt;/link&gt;<br />        &lt;category&gt;$category.name:textOnly:htmlEncoded$&lt;/category&gt;<br />        &lt;description&gt;$article.summary:textOnly:htmlEncoded$&lt;/description&gt;<br />        &lt;pubDate&gt;$article.date:format(www, dd MMM yyyy HH:mm:ss)$ PST&lt;/pubDate&gt;<br />        &lt;guid isPermaLink="true"&gt;$published.articlePage.url$&lt;/guid&gt;<br />      &lt;/item&gt; <br /><br />&lt;!-- /templatecell : articleRow --&gt;<br />  &lt;/channel&gt;<br />&lt;/rss&gt; <br /><br /><br /><br />Take a backup copy of yours, then copy the code above and save it as GlobalRSS.xml - upload it to the appropriate directory and republish the rule. Let me know if that works? <br /><br />Cheers<br />Dan<br />]]></description>
          <pubDate>Fri, 06 Nov 2009 05:41:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228583#post2228583</guid>
        </item>
                <item>
          <title>Re: [djmaine] Connect to Twitter and Facebook</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228582#post2228582</link>
          <description><![CDATA[Actually thinking back I had to make some changes to my rss template to get it working properly - it always displayed an error when viewing in Internet Explorer etc. <br /><br />Hold on and I'll post my template code for you.<br />]]></description>
          <pubDate>Fri, 06 Nov 2009 05:38:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228582#post2228582</guid>
        </item>
                <item>
          <title>Re: [svsanchez] Connect to Twitter and Facebook</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228579#post2228579</link>
          <description><![CDATA[Also - for the share feature why not just use Add This? <br /><br />Just edit your template to include the code - free from here: <a href="http://www.addthis.com/" rel="nofollow">http://www.addthis.com/</a> <br /><br />Dan<br />]]></description>
          <pubDate>Fri, 06 Nov 2009 05:33:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228579#post2228579</guid>
        </item>
                <item>
          <title>Re: [djmaine] Connect to Twitter and Facebook</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228578#post2228578</link>
          <description><![CDATA[There is a free way of doing this and I'm using it now. <br /><br />By default Article Manager publises an RSS feed at the root of your domain /rss.xml and this updates everytime you add an article etc. <br /><br />So assuming you still have that in place you can use a free service to publish an update from your RSS feed as a Tweet or Facebook posting. <br /><br />I use the website <a href="http://twitterfeed.com/" rel="nofollow">http://twitterfeed.com/</a> - this essentially re-publishes your RSS feeds - you can control if you want to include a link, how often to post etc. Its dead easy to do! <br /><br />Hope that helps. <br /><br />Dan<br />]]></description>
          <pubDate>Fri, 06 Nov 2009 05:31:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228578#post2228578</guid>
        </item>
                <item>
          <title>Re: [ross] One article manager install - multiple websites?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228294#post2228294</link>
          <description><![CDATA[Hi,<br />Yes they will be on the same webserver (Its a windows virtual box) and the software would have access to all sites. <br /><br />I appreciate your support could not help with everything and I get on great with article manager, its templates, publishing rules etc. but if I could have a point in the right direction with this that would be helpful. <br /><br />Thanks<br />]]></description>
          <pubDate>Tue, 25 Aug 2009 09:17:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228294#post2228294</guid>
        </item>
                <item>
          <title>Re: [ross] Article Manager 3</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228293#post2228293</link>
          <description><![CDATA[Thanks - I've tried CMS builder but I didnt think it was a patch on Article Manager. <br /><br />The main reason is you can't make pages on the fly, you have to manually copy the generated code into a html template which seems a backwards step from Article Manager?<br />]]></description>
          <pubDate>Tue, 25 Aug 2009 09:14:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228293#post2228293</guid>
        </item>
                <item>
          <title>Article Manager 3</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228272#post2228272</link>
          <description><![CDATA[Hi,<br />Is there a article manager 3 in development or any new features we can look forward to in artman 2 coming soon? <br /><br />#nacho<br />]]></description>
          <pubDate>Sat, 22 Aug 2009 04:26:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228272#post2228272</guid>
        </item>
                <item>
          <title>One article manager install - multiple websites?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228271#post2228271</link>
          <description><![CDATA[Hi,<br />I am a current user of article manager and have a few licences, for ease of maintaining my websites is it possible to have just one install of article manager to manage my different websites? <br /><br />I have a dedicated windows server available and all domains are hosted on this. Licence costs are not what I am trying to aviod as I understand I would still need all my individual site licences, I just want to make my life a little easier. <br /><br />All sites use a very similar design and I assume I could just use different publishing rules to get round the differences. <br /><br />So, is it possible? Could you do this under consulting if its not possible?  <br /><br />Thanks! <br /><br />#nacho<br />]]></description>
          <pubDate>Sat, 22 Aug 2009 04:04:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228271#post2228271</guid>
        </item>
              </channel>
    </rss>
  