<?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%3AGlasairmell</link>
        <description></description>
        <pubDate>Wed, 20 May 2026 08:29:25 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AGlasairmell&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Dave] My CMS Wish List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190502#post2190502</link>
          <description><![CDATA[Hi Dave, I wanted to get back to the wish of creating physical directories and pages with CMSB.<br /><br />I thought of a compromise so that you would not have to go back to the way <a target="_blank" href="/products/articlemanager/">Article Manager</a> creates pages and directories. Why not have CMS build make the directory and a page that has an include statement that calls the viewer. That way you have physical directories and pages for SEM and the viewer can function as intended.<br /><br />Another reason is that it seems more secure to have physical urls then using mod_rewrite.<br /><br />Maybe it is not as easy as it sounds to do this however It is something to think about.<br /><br />Thanks Mell<br />]]></description>
          <pubDate>Thu, 28 Feb 2008 14:00:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190502#post2190502</guid>
        </item>
                <item>
          <title>Re: [Dave] Mod_rewrite</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190285#post2190285</link>
          <description><![CDATA[Thanks! <br /><br />Here is a good referance for your mod_rewrite. <br /><br /><a target="_blank" href="http://www.ilovejackdaniels.com/mod_rewrite_cheat_sheet.pdf">http://www.ilovejackdaniels.com/mod_rewrite_cheat_sheet.pdf</a><br /><br />Mell<br />]]></description>
          <pubDate>Tue, 19 Feb 2008 13:00:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190285#post2190285</guid>
        </item>
                <item>
          <title>Re: [Glasairmell] Mod_rewrite</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190223#post2190223</link>
          <description><![CDATA[This is what I ended up using for my specific application.<br /><br />##################### REWRITE RULES #####################<br /><br />Options +FollowSymlinks<br /><br />RewriteEngine On<br />RewriteBase /<br /><br />RewriteRule ^/?([^/]*)/([0-9]*)/?([^/]*)$ $1.php?$2 [L]<br />]]></description>
          <pubDate>Sun, 17 Feb 2008 14:53:50 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190223#post2190223</guid>
        </item>
                <item>
          <title>Mod_rewrite</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190212#post2190212</link>
          <description><![CDATA[Hi Dave,   Would you please post and example of how you did a mod rewrite so a viewer file that shows as:<br /><br />yourwebsite.com/viewer.php/1/page.php<br /><br />becomes:<br /><br />yourwebsite.com/viewer/1/page.php<br /><br />of course I would choose another name other then &quot;viewer&quot; ... just using that to keep things clear.<br /><br />Also, can one eliminate the &quot;num&quot; call from the url so it ends up as:<br /><br />Yourwebsite.com/viewer/page.php<br /><br />I would really like to replace the &quot;1,2,3 etc&quot; with a directory name so the url ends up like:<br /><br />yourwebsite.com/viewer/whatido/page.php<br /><br />I know how to work with your viewerfunction.php file, I am just not clear how dependent the program is on the &quot;num&quot; call for the url.<br /><br /><br />Thanks!<br />]]></description>
          <pubDate>Sat, 16 Feb 2008 04:52:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190212#post2190212</guid>
        </item>
                <item>
          <title>Re: [Glasairmell] My CMS Wish List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190173#post2190173</link>
          <description><![CDATA[This seemed to do the trick, thanks.  Was this the correct thing to do? <br /><br />I changed this:<br /><br /> list($listRows, $listDetails) = getListRows($options);	     <br />    ?&gt; <br />       <br />    &lt;?php foreach ($listRows as $record): ?&gt;<br />      <br />      &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $['link_name'] ?&gt;&lt;/a&gt;&lt;br/&gt;  <br />    &lt;?php endforeach ?&gt;&lt;/td&gt;<br /><br /><br />To this:<br /><br />list($linkRows, $linkDetails) = getListRows($options);<br />    ?&gt;<br />  &lt;!-- /STEP1: Load Record List --&gt;<br />  &lt;!-- Links Viewer --&gt;<br />    <br />    &lt;?php foreach ($linkRows as $link): ?&gt;      <br />      &lt;a href=&quot;&lt;?php echo $link['_link'] ?&gt;&quot;&gt;&lt;?php echo $link['link_name'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br /><br />Thank you for you time!<br />]]></description>
          <pubDate>Fri, 15 Feb 2008 00:27:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190173#post2190173</guid>
        </item>
                <item>
          <title>Re: [Dave] My CMS Wish List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190172#post2190172</link>
          <description><![CDATA[Thanks, I emailed the file I think you wanted, if that is not the one please let me know.  I bet you are getting really excited about the CMS Builder 1.10.    When it comes out I am sure everyone will be thrilled with it.<br />]]></description>
          <pubDate>Thu, 14 Feb 2008 20:33:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190172#post2190172</guid>
        </item>
                <item>
          <title>Re: [Glasairmell] My CMS Wish List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190168#post2190168</link>
          <description><![CDATA[Could you attach a file or be a bit more specific on what to change please? Thanks!<br />]]></description>
          <pubDate>Thu, 14 Feb 2008 17:43:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190168#post2190168</guid>
        </item>
                <item>
          <title>Re: [Dave] My CMS Wish List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190162#post2190162</link>
          <description><![CDATA[Super, thank you for telling me how to get the list viewer to work with the page viewer without conflict.<br />]]></description>
          <pubDate>Thu, 14 Feb 2008 15:59:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190162#post2190162</guid>
        </item>
                <item>
          <title>Re: [Dave] Spaw HTML Editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190152#post2190152</link>
          <description><![CDATA[Yes better is the enemy of good.  I will stick with what you provide.   Thanks, Mell<br />]]></description>
          <pubDate>Thu, 14 Feb 2008 00:28:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190152#post2190152</guid>
        </item>
                <item>
          <title>Spaw HTML Editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190149#post2190149</link>
          <description><![CDATA[Hi Dave,   I was wondering why you guys did not elect to use the Spaw editor for CMSB?   <a target="_blank" href="http://spaweditor.com/en/disp.php/en_products/en_spaw/en_spaw_demo">http://spaweditor.com/en/disp.php/en_products/en_spaw/en_spaw_demo</a>   It has a lot of nice feature.   Just curious.    Mell<br />]]></description>
          <pubDate>Wed, 13 Feb 2008 22:27:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190149#post2190149</guid>
        </item>
                <item>
          <title>Re: [Dave] My CMS Wish List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190148#post2190148</link>
          <description><![CDATA[Hi Dave,<br /><br />I understand how to change the way the URLs are displayed when creating dynamically created pages and urls.<br /><br />One limitation to your cms system are the dynamically created links from the List Viewer.   If you want to place the list viewer code generated links on the same page as the page viewer code, the only place it seems to work is at the very bottom of the content.  That does not lend to flexible page layout.<br /><br />Another problem is if you make another section, now you have two list viewer codes to deal with that do not interact with each other.  So you have to make your own menu links template and use your &quot;list&quot; option to call it from another table to place it on each  section page viewer.  However every time you make a new section, you have to manually update that menu links template.  Then because all pages in a section do not update the changes to a particular &quot;list&quot; mysql call, you have to go back to each page in a section and reselect the list to update the data from the mysql table.<br /><br />The list function is very powerful and does let you work with mysql table calls and templates across all sections, however the updating is a real drawback and tedious for a customer.<br /><br />Article manager seems to handle the links menu much more efficiently with the placement of the &quot;categoryMenu.html&quot; template.  Also in AM, being able to select and work with templates is a real plus.  If you change a template, you just republish with one button push and all content is updated.  You can also generate your own categories that automatically become physical directories for specific pages when published.<br /><br />I am doing my best to think outside the box, since I have worked so many years with AM.  Having physically created pages placed in physically created directories just seems very clean and manageable to me.  Very SEO friendly too and easier on mysql resources when you are crawled.<br /><br />However I have a huge 100+ MB mysql db from a cms system that the search engines have no problem indexing. It produces dynamically created links and pages with no problem and I use Mod rewrite to fix up the URLs.<br /><br />So far I have been able to figure out work around for things I want to do with your CMS.<br /><br />On a side note may I suggest you place the alt= &quot;&quot; statement in your gallery image code so one can place a field there after the code is generated. I can do it manually, however it should not be necessary for me to do so.<br /><br />As far as the extensions go, I made a field &quot;page_name&quot; that is put at the end of the URL.  It was easy to do by modifying your code.  So if you put in &quot;anypage.php&quot; that is what you get as an extension at the end of the URL. I suppose I can come up with a way for the customer to chose directory names for sections too that show in the url.<br /><br />One thing I have been very carefull with is to not create duplicate field names when creating new sections.  That way it keeps the list calls clean.<br /><br />Thanks for all your hard efforts!<br />]]></description>
          <pubDate>Wed, 13 Feb 2008 20:01:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190148#post2190148</guid>
        </item>
                <item>
          <title>My CMS Wish List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190090#post2190090</link>
          <description><![CDATA[Great Product. I am looking forward to 1.10 My CMS wish list. <br /><br />1. Create and delete directories within the admin panel. <br /><br />2. Be able to assign sections/pages to directories. <br /><br />3 Physically create an editable page using a chosen template (drop down Menu) that saves to a specified location like [url &quot;http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2Fwww.interactivetools.com%2Fforum%2Fforum.cgi%3Furl%3Dhttp%253A%252F%252F%252Fproducts%252Farticlemanager%252F&quot;][url &quot;http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2F%2Fproducts%2Farticlemanager%2F&quot;]<a target="_blank" href="/products/articlemanager/">Article Manager</a>[/url][/url] does. A template editor would be great. <br /><br />4. Specify file extentions like .html or .php at the end of each url.<br /><br />Heck why not dream a bit. Perhaps someday one or two of these wishes will come to be = )<br />]]></description>
          <pubDate>Fri, 08 Feb 2008 18:26:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190090#post2190090</guid>
        </item>
                <item>
          <title>Re: [Dave] Search Friendly URLs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190087#post2190087</link>
          <description><![CDATA[Thank you, that fixed it. <br /><br />I am not sure why you formated your seo urls to section.php/name-1/ <br /><br />To me this looks much better for SEO. section.php/name.html <br />however that is just little ole me talking. <br /><br />Why not make it look like this using the $options['titleField'] = 'name'; function? <br /><a target="_blank" href="http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2Fwww.interactivetools.com%2Fforum%2Fforum.cgi%3Furl%3Dhttp%253A%252F%252Fwww.mellinger-co.com%252Fproducts.php%252FGarden_Shears.html">http://www.mellinger-co.com/products.php/Garden_Shears.html</a> <br /><br />instead of like you do it. <a target="_blank" href="http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2Fwww.interactivetools.com%2Fforum%2Fforum.cgi%3Furl%3Dhttp%253A%252F%252Fwww.interactivetools.com%252Fforum%252Fforum.cgi%253Furl%253Dhttp%25253A%25252F%25252Fwww.interactivetools.com%25252Fforum%25252Fforum.cgi%25253Furl%25253Dhttp%2525253A%2525252F%2525252Fwww.interactivetools.com%2525252Fforum%2525252Fforum.cgi%2525253Furl%2525253Dhttp%252525253A%252525252F%252525252Fwww.mellinger-co.com%252525252Fproducts.php%252525252FGarden_Shears-1%252525252F">http://www.mellinger-co.com/products.php/Garden_Shears-1/</a> <br /><br />In the viewer_functions.php file <br />// Mod here took away the &quot;-&quot; <br />if ($extraUrlDetails) { $extraUrlDetails .= &quot;&quot;; } <br /><br />and changed this line <br />$record['_link'] = $options['viewerUrl'] . $urlDelimiter . $extraUrlDetails . &quot;.html&quot;; <br /><br />Not sure yet if I created in trouble for myself by doing that but it looks nice to me = ) Yes it is nice that you can do things the way you want with your program and thank you for that.   Your forum response is excellent and you have always provided great service for Article Manager which I love dearly.<br />]]></description>
          <pubDate>Fri, 08 Feb 2008 17:29:03 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190087#post2190087</guid>
        </item>
                <item>
          <title>Search Friendly URLs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190083#post2190083</link>
          <description><![CDATA[When I use $options['useSeoUrls'] = '1'; it returns <a target="_blank" href="http://products.php/1/">http://products.php/1/</a>  which is a broken link instead of <a target="_blank" href="http://www.mellinger-co.com/products.php?1/">http://www.mellinger-co.com/products.php?1/</a> that the $options['useSeoUrls'] = ''; produces.  What am I doing wrong please.   Also AM produces SE friendly URLs like <a target="_blank" href="http://www.tradezone.com/articles/global-business/Ten_Tips_for_Translating_Your_Business_Card_16.php">http://www.tradezone.com/articles/global-business/Ten_Tips_for_Translating_Your_Business_Card_16.php</a>.  for each page your create.  CMS produces <span style="color: #333366">products.php?1/2/3 etc which definitely is not what I am looking for. The client should be able to name each page in a section the way he wants it to appear.  Of course I may be missing something here since I am just learning the program.[/#333366] <span style="color: #333366">[/#333366]  <span style="color: #333366">Also, can I call from separate tables on one page? $options['tableName']  = 'products';  calls from products table, how would I add the ability to call from a second table to use the fields in that table also on the same page?[/#333366] <span style="color: #333366">[/#333366]  <span style="color: #333366">Thanks you for your time and efforts.[/#333366]<br />]]></description>
          <pubDate>Fri, 08 Feb 2008 12:01:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190083#post2190083</guid>
        </item>
                <item>
          <title>Re: [Glasairmell] Guest Log In - Block Password change?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2224850#post2224850</link>
          <description><![CDATA[I put this in my _wrapper.html to fix the top right menu issue.    <blockquote><br />   &lt;!-- templateIf : $settings.help_url$ ne "" --&gt;<br />     &lt;a href="$_cgiurl$?action=help"&gt;Help&lt;/a&gt; |<br />    &lt;!-- /templateIf --&gt;       &lt;!-- templateIf : $currentUser.accessLevel$ &lt; "2" --&gt;<br />     &lt;a href="$_cgiurl$?action=loginRequirements"&gt;Browser Requirements&lt;/a&gt;<br />    &lt;!-- /templateIf --&gt;       &lt;!-- templateIf : $currentUser.accessLevel$ &gt;= "3" --&gt;<br />     &lt;a href="$_cgiurl$?action=userPreferencesEdit"&gt;User Preferences&lt;/a&gt; |<br />    &lt;!-- /templateIf --&gt;       &lt;!-- templateIf : $currentUser.accessLevel$ &gt;= "2" --&gt;<br />      &lt;a href="$_cgiurl$?action=logoff"&gt;Logoff ($currentUser.username$)&lt;/a&gt;<br />    &lt;!-- /templateIf --&gt; </blockquote><br />]]></description>
          <pubDate>Tue, 05 Feb 2008 12:15:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2224850#post2224850</guid>
        </item>
                <item>
          <title>Re: [Donna] Guest Log In - Block Password change?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2224848#post2224848</link>
          <description><![CDATA[This is works as stated however the [url "<a href="http://tradezone.com/cgi-bin/artman2/admin.cgi?action=help" rel="nofollow">http://tradezone.com/cgi-bin/artman2/admin.cgi?action=help</a>"]<span style="color:#336699;">Help[/#336699][/url] | [url "<a href="http://tradezone.com/cgi-bin/artman2/admin.cgi?action=userPreferencesEdit" rel="nofollow">http://tradezone.com/cgi-bin/artman2/admin.cgi?action=userPreferencesEdit</a>"]<span style="color:#336699;">User Preferences[/#336699][/url] | [url "<a href="http://tradezone.com/cgi-bin/artman2/admin.cgi?action=logoff" rel="nofollow">http://tradezone.com/cgi-bin/artman2/admin.cgi?action=logoff</a>"]<span style="color:#336699;">Logoff (guest[/#336699][/url]) still appears at the top right of the page and the guest writer can access the password change from there.  You would not want to remove this functionality from the admin.   I suppose I can use the &lt;!-- templateIf : $currentUser.accessLevel$ == "2" --&gt; statement to manage that menu at the top of the page and will look at that.  However that does not solve the main issue here.   Please get up with  the times provide a register and user system that provides the functionality of what your competitors are offering.  You have a great program and I hate to see it tainted by the fact that there is no provision for community interaction with the system.  To have the admin take the burden of managing thousands of writers manually is just too much to ask.   In this day and age writers like to look at their account and provide information that the public can read about them such as a profile.  Being able to see all articles by a particular writer on the front end is a plus too.  Tossing every guest writer into the same bucket is just too insensitive.   Your customers have brought this to you attention months ago and we are still at ground zero for this issue.   Thank you for your efforts.<br /></span></span></span>]]></description>
          <pubDate>Tue, 05 Feb 2008 11:37:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2224848#post2224848</guid>
        </item>
              </channel>
    </rss>
  