<?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%3Adougdrury</link>
        <description></description>
        <pubDate>Thu, 16 Apr 2026 16:41:18 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Adougdrury&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Dave] Showing who created an entry in the &apos;editor list page&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207966#post2207966</link>
          <description><![CDATA[Dave,<br />You all Rock!! That is perfect. Works great!!<br /><br />Thanks a million.<br /><br />Doug<br />]]></description>
          <pubDate>Thu, 11 Nov 2010 12:45:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207966#post2207966</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Showing who created an entry in the &apos;editor list page&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207962#post2207962</link>
          <description><![CDATA[Jerry,<br />Thanks. Yes. You are right about that for a page I create in PHP. But I am talking about in the actual CMS Builder UI Page that lists the entries. Not in a php page where I am using the php code from CMSB.<br /><br />Doug<br />]]></description>
          <pubDate>Thu, 11 Nov 2010 10:20:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207962#post2207962</guid>
        </item>
                <item>
          <title>Showing who created an entry in the &apos;editor list page&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207953#post2207953</link>
          <description><![CDATA[I have a multi page section. I want to show in the list of those pages the name of the user who created it. Right now, I can only add the createdByUserNum in the list page fields and that gives me the numeric key for that user. Is there a shortcut that I can put into the list page fields to show in the list the fullname of the user who created that entry? Does this make sense to you all? It may be something simple and I am overcomplicating it.<br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Wed, 10 Nov 2010 16:48:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207953#post2207953</guid>
        </item>
                <item>
          <title>Re: [Damon] Text Field Allowed Content not working - help!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207664#post2207664</link>
          <description><![CDATA[Shoot. That is what I have. I am testing in FireFox 3. Is it maybe a JavaScript Issue?<br />]]></description>
          <pubDate>Tue, 26 Oct 2010 15:37:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207664#post2207664</guid>
        </item>
                <item>
          <title>Re: [Damon] Text Field Allowed Content not working - help!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207661#post2207661</link>
          <description><![CDATA[Damon,<br />Thank for the response. This installation is inside an Intranet, so you would not be able to get to it. Would you mind telling me what you entered in the fields for the 'allow only' to work? Did I miss a separate by comma requirement or something?<br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Tue, 26 Oct 2010 15:19:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207661#post2207661</guid>
        </item>
                <item>
          <title>Text Field Allowed Content not working - help!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207658#post2207658</link>
          <description><![CDATA[I have CMS Builder version 2.05.<br />I have a text field set up for 'only allow characters' and the chars I am allowing are 1324567890.,<br />When I pull up the field when adding a new entry, I can enter all kinds of characters. Not just the 1234567890,.<br />I have tested all three options and can't seem to get it to work. Any trick to this?<br />]]></description>
          <pubDate>Tue, 26 Oct 2010 13:28:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207658#post2207658</guid>
        </item>
                <item>
          <title>Re: [Jason] End User web form that feeds CMS record?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207409#post2207409</link>
          <description><![CDATA[Jason,<br />Thanks for that. That makes sense. As for assigning an upload to that record, can I just use the mysql_insert_id() call to get the record number and then create an entry in the uploads table that points to the file that got uploaded via the web form?<br />]]></description>
          <pubDate>Tue, 12 Oct 2010 12:47:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207409#post2207409</guid>
        </item>
                <item>
          <title>End User web form that feeds CMS record?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207369#post2207369</link>
          <description><![CDATA[I have a need to gather some text and a file upload from a webform on the presentation layer of the site (not in the CMS) that feeds into a CMS table. I can create the form via HTML, and know PHP to get the document and POST info, but I am lost on how to nicely push it into the CMS data tables. I can look at the SQL tables and hack it by inserting into the CMS table and then referencing it in the cms_uploads table with a new insert using that record num, but was wondering if anyone else has had this request and you all had come up with a more elegant solution.<br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Mon, 11 Oct 2010 12:03:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207369#post2207369</guid>
        </item>
                <item>
          <title>Re: [Dave] getNumberFromEndOfUrl() pulling number from middle of a URL?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204490#post2204490</link>
          <description><![CDATA[Dave,<br />Thanks for the clarification! I will try the preg_match(). Great idea! Thank you!!<br /><br />Doug<br />]]></description>
          <pubDate>Mon, 24 May 2010 20:08:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204490#post2204490</guid>
        </item>
                <item>
          <title>getNumberFromEndOfUrl() pulling number from middle of a URL?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204487#post2204487</link>
          <description><![CDATA[CMSB  	2.03<br />I have a URL '/projects.php?project_category=BMS%2FDDC+Controls'<br /><br />I want this URL to NOT match with any numbers to show a set of records, but this url could also look like this '/projects.php?project_category=BMS%2FDDC+Controls&amp;num-123' and I want CMSB to find the record 123.<br /><br />I have tried to use getNumberFromEndOfUrl() to just look at the end of the URL to see if it has a number, and it ALWAYS pulls the number 2 from the %2 in the URL if there is no num-1234 at the end. Am I doing something wrong? I have tried getNumberFromEndOfUrl(1)  as well.<br /><br />I want it to see if there is an alpha at the end, return 0 and if there is a numeric at the end of the url, return that number.<br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Mon, 24 May 2010 17:39:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204487#post2204487</guid>
        </item>
                <item>
          <title>Feature Request: Media Library like Wordpress?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201901#post2201901</link>
          <description><![CDATA[I was able to add a media plugin (like tinybrowser) to the default TinyMCE installation. That works well for the wysiwyg editors... but, my client re-uses alot of images of products in his site and we are using alot of 'upload' fields. Are you all looking into allowing the upload fields to access any central media storage so that you don't have to keep uploading the same image for multiple records and getting files like myimage_001.jpg, myimage_002.jpg in the /cmsAdmin/uploads directory?<br /><br />Just wondering how painful this would be for you all to do. It would centralize your image files so someone could do a bulk upload of a bunch of images, then pick and choose them while either using the wysiwyg or upload fields.<br /><br />I know this may be a 'nitch' item, but I thought I would ask as it would be a great usability boost for certain types of users.<br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Thu, 18 Feb 2010 13:00:29 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201901#post2201901</guid>
        </item>
                <item>
          <title>Re: [Dave] Third Party TinyMCE File Managers? Can we add?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201900#post2201900</link>
          <description><![CDATA[I was able to get the Lunarvis TinyBrowser to work. I just followed option #1 in the readme.txt file and put the changes into the wysiwyg.php file. It was pretty easy.<br />]]></description>
          <pubDate>Thu, 18 Feb 2010 12:54:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201900#post2201900</guid>
        </item>
                <item>
          <title>Third Party TinyMCE File Managers? Can we add?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201873#post2201873</link>
          <description><![CDATA[I would like to add an upload manager to the TinyMCE distro in CMS Builder. Do you all have one you recommend and have tested with CMSB?<br /><br />I was looking at Lunarvis' TinyBrowser or something like that. I know that I can edit the wysiwyg.php file and make some changes to enable this, but wanted to see if anyone had successfully used one over the other.<br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Wed, 17 Feb 2010 13:22:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201873#post2201873</guid>
        </item>
                <item>
          <title>Re: Won&apos;t Upload Files</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201859#post2201859</link>
          <description><![CDATA[Check your php.ini file for: post_max_size and make sure it is greater than your uploaded file size.<br />]]></description>
          <pubDate>Tue, 16 Feb 2010 18:02:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201859#post2201859</guid>
        </item>
                <item>
          <title>Re: [Dave] Prev/Next links on a Detail page?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197926#post2197926</link>
          <description><![CDATA[Dave,<br /><br />Perfect-o! <br /><br />I put the first line in. <br />$errors = ''; <br /><br />But left the die part out because it was failing on the 'recordNum' error. It is working as I need it, so I just needed to instantiate $errors to get the warning to go away.<br /><br />Thank you as always for your great support!<br /><br />Doug<br />]]></description>
          <pubDate>Wed, 24 Jun 2009 15:58:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197926#post2197926</guid>
        </item>
                <item>
          <title>Re: [Dave] Prev/Next links on a Detail page?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197923#post2197923</link>
          <description><![CDATA[Dave,<br />Does this still work in 1.28? I tried this in 1.28 and keep getting a Notice: <br /><br />Notice: Undefined variable: errors in /home/bigdesig/public_html/2009/cmsAdmin/lib/viewer_functions.php on line 1206 <br /><br />I know that I can quiet the notice, but was wondering if I just can edit the code?<br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Wed, 24 Jun 2009 13:23:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197923#post2197923</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Undefined offset: 1 in [&apos;DOCUMENT_ROOT&apos;]/CMS/lib/database_functions.php on line 507</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196879#post2196879</link>
          <description><![CDATA[Dave,<br />Thanks. That is perfect!! <br />The 'mysql_query_fetch_all_assoc()' call worked great!!<br /><br />Thanks again.<br />Doug<br />]]></description>
          <pubDate>Fri, 10 Apr 2009 13:39:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196879#post2196879</guid>
        </item>
                <item>
          <title>Re: [ross] Notice: Undefined offset: 1 in [&apos;DOCUMENT_ROOT&apos;]/CMS/lib/database_functions.php on line 507</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196858#post2196858</link>
          <description><![CDATA[Ross,<br />Thanks for this. I am not looking to populate a select field though. I am just trying to select a DISTINCT return from and SQL query and iterate through that list to show an HTML table.<br /><br />In other words, something like a $useDistinct=true; that would convert the SELECT query in CMS builder from:<br /><br />SELECT projectType FROM tablename;<br /><br />to<br /><br />SELECT DISTINCT projectType FROM tablename;<br /><br />...so that I can get only one return per distinct project type.<br />]]></description>
          <pubDate>Thu, 09 Apr 2009 11:12:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196858#post2196858</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Undefined offset: 1 in [&apos;DOCUMENT_ROOT&apos;]/CMS/lib/database_functions.php on line 507</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196846#post2196846</link>
          <description><![CDATA[I have a cms table called 'projects'. It has a field name 'projectType'. I would like to just get a DISTINCT return of the project types and display them on a page. I will be using this data to create some HTML, not populate a list field on the site or in the cmsAdmin pages.<br /><br />Thanks!!<br />Doug<br />]]></description>
          <pubDate>Wed, 08 Apr 2009 20:25:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196846#post2196846</guid>
        </item>
                <item>
          <title>How to do DISTINCT database queries</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196844#post2196844</link>
          <description><![CDATA[Hey Dave,<br />Sort of on topic...<br />is there anyway to use the CMS Builder database_functions.php to send a DISTINCT query to the database?<br /><br />Thanks,<br />Doug<br /><br />Moderator Edit: Detached and renamed thread.<br />]]></description>
          <pubDate>Wed, 08 Apr 2009 19:03:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196844#post2196844</guid>
        </item>
                <item>
          <title>Re: [ross] $_GET</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196027#post2196027</link>
          <description><![CDATA[ross,<br />Perfecto! Thank you!!<br />]]></description>
          <pubDate>Fri, 27 Feb 2009 12:25:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196027#post2196027</guid>
        </item>
                <item>
          <title>Re: [jposwald] $_GET</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196019#post2196019</link>
          <description><![CDATA[On a related note, how do I get CMS Builder to ignore the $_GET items. I am passing info that I don't want built into the WHERE clause. <br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Thu, 26 Feb 2009 18:33:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196019#post2196019</guid>
        </item>
                <item>
          <title>Re: [InHouse] CMS Builder as Short Term Rental Calendar?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195867#post2195867</link>
          <description><![CDATA[Thanks InHouse,<br />This is all good. I would be putting a check-in and check-out date in the section editor. <br />I am wanting to display in a way more like: <a target="_blank" href="http://www.homeawayconnect.com/calendar.aspx?propertyid=151552&amp;cid=5">http://www.homeawayconnect.com/calendar.aspx?propertyid=151552&amp;cid=5</a>. <br />I am sure that I can do the backend section creation. <br />I was just wondering if anyone had extended any of the viewer classes to create a calender type view.<br /><br />Thanks for the input! It is greatly appreciated.<br />Doug<br />]]></description>
          <pubDate>Wed, 18 Feb 2009 16:59:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195867#post2195867</guid>
        </item>
                <item>
          <title>CMS Builder as Short Term Rental Calendar?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195852#post2195852</link>
          <description><![CDATA[I have a customer who wants a CMS site, and also wants to have a rental calendar so he can put in dates where the rental is occupied and show availability.<br /><br />Has anyone added a section to CMS Builder that does this? And... was it a success with the end user?<br /><br />Just wondering and asking for input/tips/thoughts.<br /><br />Thanks,<br />Doug<br />]]></description>
          <pubDate>Wed, 18 Feb 2009 11:28:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195852#post2195852</guid>
        </item>
                <item>
          <title>Re: [Dave] Get list of Section Names</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193620#post2193620</link>
          <description><![CDATA[Dave,<br />Thanks. I will check these options out!!<br /><br />Regards,<br />Doug<br />]]></description>
          <pubDate>Thu, 02 Oct 2008 19:47:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193620#post2193620</guid>
        </item>
              </channel>
    </rss>
  