<?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%3Afmg</link>
        <description></description>
        <pubDate>Sun, 17 May 2026 03:30:28 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Afmg&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [DefenceTalk.com] Website Launches - Announce your new Article Manager websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225381#post2225381</link>
          <description><![CDATA[THis has been one of my most admired AM site eversince<br /><br /><blockquote>Defence News<br /><br /><a href="http://www.defencetalk.com/news/publish/" rel="nofollow">http://www.defencetalk.com/news/publish/</a><br /><br />News about Military and Defense from around the world</blockquote><br />]]></description>
          <pubDate>Thu, 10 Apr 2008 06:24:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225381#post2225381</guid>
        </item>
                <item>
          <title>Re: [Donna] Placeholder Not Working, Please Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225337#post2225337</link>
          <description><![CDATA[I'm having the same problem... I am trying to use $user.fullname$ which is referenced here: <a href="http://www.interactivetools.com/docs/articlemanager2/templates/index.html" rel="nofollow">http://www.interactivetools.com/docs/articlemanager2/templates/index.html</a><br /><br />I am trying to integrate it in articlePages/articlePage.html.<br /><br />I am receiving the same error  [unknown placeholder $user.notes$]<br />]]></description>
          <pubDate>Mon, 31 Mar 2008 19:39:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225337#post2225337</guid>
        </item>
                <item>
          <title>Re: [Jake] Thumbnail image expand on click, reduce on double click</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225318#post2225318</link>
          <description><![CDATA[I've quiet fixed it yesterday... hehehe. Anyway, thank you for the support jake. Have a nice day to all and God Bless!!!<br />]]></description>
          <pubDate>Wed, 26 Mar 2008 16:56:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225318#post2225318</guid>
        </item>
                <item>
          <title>Re: [Jake] Thumbnail image expand on click, reduce on double click</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225305#post2225305</link>
          <description><![CDATA[OK sir! thank you very much... i'll be patient with it... hehehe but if you dont mind, I'll just post the light box package. [:)]<br /><br />more power to all!<br /><br />carpe diem!<br />]]></description>
          <pubDate>Tue, 25 Mar 2008 16:53:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225305#post2225305</guid>
        </item>
                <item>
          <title>Re: [Jake] Thumbnail image expand on click, reduce on double click</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225297#post2225297</link>
          <description><![CDATA[I am using the default template used upon installing AM 2.16 just like on the demo <a href="http://demo1.interactivetools.com/current/artman2/071/24545/index.html" rel="nofollow">http://demo1.interactivetools.com/current/artman2/071/24545/index.html</a> and not the classic template. <br /><br />OK, here's what I did:<br /><br />1. Downloaded lightbox2 from <a href="http://www.huddletogether.com/projects/lightbox2/" rel="nofollow">http://www.huddletogether.com/projects/lightbox2/</a> <br /><br />2. Extracted javascript files from downloaded /lightbox2.04/js and uploaded them to /webroot/artman2/javascript and *.css files from /lightbox2.04/css to /webroot/artman2/css and  the closelabel.gif and loading.gif to /webroot/artman2/images<br /><br />3. Edited  common/embeddedMedia.html and added rel="lightbox" from both<br />&lt;a href="$file.webUrl$" [templateIf : $file.openLinkInNewWindow$ == "1" ]target="_blank"[/templateIf]&gt; to &lt;a href="$file.webUrl$" [templateIf : $file.openLinkInNewWindow$ == "1" ]target="_blank"[/templateIf] rel="lightbox"&gt;<br /><br />4. Edited articlePages/articlePage.html and placed <br /><br />&lt;script type="text/javascript" src="$settings.webfolder_url$javascript/prototype.js"&gt;&lt;/script&gt;<br />&lt;script type="text/javascript" src="$settings.webfolder_url$javascript/scriptaculous.js?load=effects,builder"&gt;&lt;/script&gt;<br />&lt;script type="text/javascript" src="$settings.webfolder_url$javascript/lightbox.js"&gt;&lt;/script&gt;<br /><br />and <br /><br />&lt;link rel="stylesheet" href="$settings.webfolder_url$css/lightbox.css" type="text/css" media="screen" /&gt;<br /><br />and <br /><br />&lt;body onLoad="initLightbox()"&gt;<br /><br />4. Saved changes and re-published all<br /><br /><br />Problem/s Encountered:<br /><br />When the image was clicked, there is no transparent black overlay and the enlarged picture with the close button occured at the very bottom of the page. It never overlays.<br /><br />Attempted n00b solutions:<br /><br />1. googled on same problems<br /><br />2. Tried changing &lt;!DOCTYPE html PUBLIC " . . . and tested if anything happened, unfortunately, none. hehehe<br /><br />3. Tried to search on the forum about lightbox but there were no detailed or intelligible solutions or occurences that is similar to mine. <br /><br />4. Posted a reply on one of the entries that was shown to have lightbox string...<br /><br />5. Got a reply from idol jake saying "It's difficult for us to support third-party scripts, but if you provide a link to the affected page or can post the source code of this page, we can take a look and see if anything appears to be incorrect in the code."<br /><br />6. Retried again the steps just to make sure. Unfortunately, no Eurekas! or anything.<br /><br />7. Written them (my "odyssey") and here it is now. <br />[:)]<br />]]></description>
          <pubDate>Mon, 24 Mar 2008 19:48:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225297#post2225297</guid>
        </item>
                <item>
          <title>Re: [dan_999] Interactive Tools Support - Completely Unacceptable!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225289#post2225289</link>
          <description><![CDATA[wow, i think i missed this one... hehehe... Ross has been a very good support guy since i bought my AM in 2005. The other guys too... I agree to the commends above that the support team of this company is barnone in comparison with other companies that cater this kind of software.<br /><br />I dont have to place myself on your shoes though. I know being with the government is kinda stressful.. hehe. So, I am not surprised if you quite live in the fast lane.<br /><br />I think your town site is very clean and organized though. It should cater to all societal strata of your town... [:P]<br />]]></description>
          <pubDate>Sun, 23 Mar 2008 18:17:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225289#post2225289</guid>
        </item>
                <item>
          <title>Re: [Jake] Thumbnail image expand on click, reduce on double click</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225285#post2225285</link>
          <description><![CDATA[Hi!<br /><br />I tried lightbox on the default(new) template of AM2.16 but the picture keeps on showing up on the bottom part of the article page... and dows not overlay.<br /><br />I placed rel="lightbox" on the embeddedmedia.html<br />]]></description>
          <pubDate>Sat, 22 Mar 2008 17:35:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225285#post2225285</guid>
        </item>
                <item>
          <title>Re: [Jake] Form Mail</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225276#post2225276</link>
          <description><![CDATA[thank you very much for the prompt reply jake... i'll try to find out about this.<br />]]></description>
          <pubDate>Thu, 20 Mar 2008 18:19:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225276#post2225276</guid>
        </item>
                <item>
          <title>Re: [Jake] Tutorial: Add About Author details to the article page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225275#post2225275</link>
          <description><![CDATA[thank you Jake... btw, the email string would be typed on the Field name entry right? [:)]<br />]]></description>
          <pubDate>Thu, 20 Mar 2008 18:18:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225275#post2225275</guid>
        </item>
                <item>
          <title>Form Mail</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225252#post2225252</link>
          <description><![CDATA[Hi guys! <br /><br />I would like to ask if there is anyone here who have implemented putting an inquiry form (consisting of but not limited to the inquirer's name, contact, email, and rants/inquiries/etc..) below each article and that entries on that form will be automatically emailed to the author and probably the admin? <br /><br />What would be a nice script to do this on? I'm planning on the formail thing... but if there are any of you guys that have implemented this kind of feature and post the procedures here, it would be greatly appreciated.. :) <br /><br />Thanks and God bless to all!<br />]]></description>
          <pubDate>Wed, 19 Mar 2008 22:14:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225252#post2225252</guid>
        </item>
                <item>
          <title>Re: [Jake] Tutorial: Add About Author details to the article page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225251#post2225251</link>
          <description><![CDATA[hi, i would like to be clarified on mr. Damon's tutorial... On AM2.16, is the Field Type:email or shall it be on the field name? Thanks. :)<br />]]></description>
          <pubDate>Wed, 19 Mar 2008 22:08:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225251#post2225251</guid>
        </item>
                <item>
          <title>CMSB requirements</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2189648#post2189648</link>
          <description><![CDATA[hi guys,<br /><br />I would like to ask if CMS builder is compatible on Perl 5.6? I also would like to ask other requirements so that i can check it on my server..<br /><br />Thank you and good health to all!<br /><br />[:)]<br />]]></description>
          <pubDate>Sun, 06 Jan 2008 19:43:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2189648#post2189648</guid>
        </item>
                <item>
          <title>Latest AM version and Perl 5.6</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2224668#post2224668</link>
          <description><![CDATA[Hi guys,<br /><br />Is there any hint of a possibility that I can establish AM2.16+ on a Perl 5.6 enabled host? If not, is there any economically-friendly (CHEAP) host that you can recommend?<br /><br />I am advised by my current host that inorder to have Perl 5.8+ is for me to avail and upgrade to their root server package which is way above my budget. All I want is just to install my AM.<br /><br />Any help would be greatly appreciated...<br /><br />-fmg<br />]]></description>
          <pubDate>Sun, 06 Jan 2008 16:54:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2224668#post2224668</guid>
        </item>
                <item>
          <title>Re: [Jake] Single Page Content  problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2224594#post2224594</link>
          <description><![CDATA[Thank you very much for the help guys... <br /><br />Regarding my previous concern, I would like to use the single page content link on $my.headerLinks$ link but it should not be visible on the left category links.<br /><br />Is this possible?<br /><br />Thank you and...<br /><br />I wish you all a Merry Christmas and a prosperous New Year!!!<br />]]></description>
          <pubDate>Sat, 22 Dec 2007 21:38:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2224594#post2224594</guid>
        </item>
                <item>
          <title>Single Page Content  problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2224536#post2224536</link>
          <description><![CDATA[Hi guys! First of all, I wanna say that interactivetools rock. <br /><br />I have followed the tutorial on the single page content and it worked fine. As an inquiry, I would like to know the possibility of making the single pages (ie: about us, contact us... etc.) disappear on the category menu on the left where front page is situated?<br /><br />That's all. Thank you<br />]]></description>
          <pubDate>Wed, 12 Dec 2007 23:06:40 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2224536#post2224536</guid>
        </item>
                <item>
          <title>Re: [ross] Tutorial: Number or articles in each category</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2224526#post2224526</link>
          <description><![CDATA[This is great!<br />]]></description>
          <pubDate>Wed, 12 Dec 2007 06:01:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2224526#post2224526</guid>
        </item>
                <item>
          <title>Re: [Jake] possible?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2224341#post2224341</link>
          <description><![CDATA[Thank You for answering Jake!![:)]<br />]]></description>
          <pubDate>Wed, 14 Nov 2007 14:47:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2224341#post2224341</guid>
        </item>
                <item>
          <title>possible?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2224333#post2224333</link>
          <description><![CDATA[hi guys,<br /><br />First of all, i would like to give a warm hug to all wonderful people of interactivetools.<br /><br />I bought AM in 2005. It was a wonderful product. <br /><br />Is it possible to download a brand new AM2 installer and use my existing product code for a fresh install instead of updating my previous one?<br /><br />Are there any fees to be billed if I do this?<br /><br />[:)]<br />]]></description>
          <pubDate>Tue, 13 Nov 2007 14:12:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2224333#post2224333</guid>
        </item>
              </channel>
    </rss>
  