<?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%3Adanwilson</link>
        <description></description>
        <pubDate>Wed, 20 May 2026 20:02:36 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Adanwilson&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [trebien] Install - CMSB needs a domain name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213432#post2213432</link>
          <description><![CDATA[Hi Trebian,<br />I've done quite a few multiple-staging-environment installs, and have found that the domain you put into that box apparently doesn't matter much to the program itself. I'm guessing it's there so InteractiveTools can make sure you're using your license key in compliance with their terms. Multiple domains require separate keys, but local and staging servers are ok.<br />I usually put the &quot;final&quot; domain name for that license key in the URL box (e.g. &quot;foo.com&quot;), even if the actual host in that case will be &quot;localhost&quot; (staging on my local machine) or &quot;staging.foo.com&quot; (a staging domain setup on the remote hosting box).<br />Hope this helps,<br />-Dan<br />]]></description>
          <pubDate>Wed, 05 Oct 2011 18:30:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213432#post2213432</guid>
        </item>
                <item>
          <title>Re: [Dave] Website Comments v1.01 Released!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213099#post2213099</link>
          <description><![CDATA[Cool! Sounds like I've got a plugin to buy and some experimenting to do!<br />-Dan<br />]]></description>
          <pubDate>Fri, 09 Sep 2011 14:10:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213099#post2213099</guid>
        </item>
                <item>
          <title>Re: [Jason] Problem with images displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213098#post2213098</link>
          <description><![CDATA[Thanks, Jason!<br />Support request sent!<br />-Dan<br />]]></description>
          <pubDate>Fri, 09 Sep 2011 14:07:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213098#post2213098</guid>
        </item>
                <item>
          <title>Re: [ross] Problem with images displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213085#post2213085</link>
          <description><![CDATA[Hi Ross,<br />I double-checked the paths today, and can see the image thumbnails just fine in the upload section, but when they get output to the page, it's as if the upload path structure is ignored completely - no matter what I've done, all that gets output is the filename, but not the folder structure.<br /><br />This is a page that I had consulting help put together (thanks again, Jason!), and the rules that decide which images get displayed are fairly complex, so I'm afraid to dive in and mess anything up.<br /><br />Just a thought - could the code that determines which images get displayed be stripping the directory path out the image urlPath?<br />]]></description>
          <pubDate>Thu, 08 Sep 2011 21:52:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213085#post2213085</guid>
        </item>
                <item>
          <title>Re: [Djulia] Email Plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213084#post2213084</link>
          <description><![CDATA[(Did you mean &quot;bcc&quot; instead of &quot;bbc&quot;?)<br />]]></description>
          <pubDate>Thu, 08 Sep 2011 21:18:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213084#post2213084</guid>
        </item>
                <item>
          <title>Re: [Dave] Website Comments v1.01 Released!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213083#post2213083</link>
          <description><![CDATA[Awesome, Dave!<br />I'm working on a site to which I'd like to add a &quot;rate &amp; review&quot; module to each page, and this will take care of the &quot;review&quot; part.<br /><br />I'd also like to give visitors the option of also giving 0-5 star ratings (technically a form re-styled via jquery), and am wondering if I could create an extra data field (or fields) to the comment to capture a visitor's rating(s) and store those ratings values along with their review (comment).<br /><br />Thoughts?<br />Thanks,<br />-Dan<br />]]></description>
          <pubDate>Thu, 08 Sep 2011 21:13:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213083#post2213083</guid>
        </item>
                <item>
          <title>Re: [kcmedia] Languages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213061#post2213061</link>
          <description><![CDATA[Hi,<br />I created a site last year that we later modified to be multi-lingual (English and Spanish). It works pretty well (the site is <a target="_blank" href="http://www.calloan916.com">http://www.calloan916.com</a>). Here's how I did it:<br /><br />I created two pages whose sole function was to set a cookie &quot;language&quot; to a value of either English or Spanish (English being the default language). Clicking on a link in the header takes a user to the cookie-setting page, sets the cookie, and immediately takes them back to the page the user was on.<br /><br />Then, in CMSB, I did exactly what Jason mentions as the first solution - I added duplicate fields in the database for the record Name (or Title), TITLE Tag, META Description, and Content (by appending their labels and record names with &quot;_SP&quot;). On the viewer pages, I used conditional rules to check for the existence of a language cookie, and write the appropriate data fields to the page.<br /><br />The trickiest part were the menus. Since my client only wanted to pay to have the most important pages translated, about 35-30% of the site is available in English only. To avoid serving blank pages to Spanish-language visitors, I modified the script that writes the menu hierarchy so that it only returned results where there was data in the &quot;TITLE_SP&quot; field. So if there is no Spanish title in the database, that page doesn't get included in the top menu.<br /><br />Hope this helps somebody else!<br />-Dan<br />]]></description>
          <pubDate>Wed, 07 Sep 2011 16:33:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213061#post2213061</guid>
        </item>
                <item>
          <title>Re: [zaba] setting up a basic blog with cmsb - tutorial?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213030#post2213030</link>
          <description><![CDATA[Hi CMSB team...<br />Any progress updates or an ETA for a comments plugin?<br />I'm building a site that would definitely benefit from that!<br />Thanks,<br />- Dan<br />]]></description>
          <pubDate>Sat, 03 Sep 2011 18:05:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213030#post2213030</guid>
        </item>
                <item>
          <title>Re: [danwilson] Problem with images displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213027#post2213027</link>
          <description><![CDATA[By the way, I recently upgraded to 2.12<br />]]></description>
          <pubDate>Fri, 02 Sep 2011 16:34:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213027#post2213027</guid>
        </item>
                <item>
          <title>Problem with images displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213026#post2213026</link>
          <description><![CDATA[Hi,<br />I'm trying to edit a page that has 3 different upload arrays to display different product categories: &quot;good, better, and best.&quot;<br /><br />I modified the Section Editor page so that each upload uses a separate directory within the uploads/ directory (named &quot;3star&quot;, &quot;4star&quot;, and &quot;5star&quot;.<br /><br />The problem is that while I can see the image thumbnails just fine from the Edit screen, the output on the actual published page doesn't show the full URL path to the image folder, just the filename.<br /><br />Here's the code I'm using to display the thumbnail (which uses fancyzoom to display a larger version when clicked):<br /><br /><code>&lt;a href=&quot;&lt;?php echo $image['urlPath'];?&gt;&quot; title=&quot;&lt;?php echo $image['info3'];?&gt;&quot; class=&quot;fancybox&quot; onclick=&quot;btnClick();&quot;&gt;&lt;!-- link to full-size image --&gt;<br />									&lt;img src=&quot;&lt;?php echo $image['thumbUrlPath'];?&gt;&quot; width=&quot;&lt;?php echo $image['thumbWidth'];?&gt;&quot; alt=&quot;&lt;?php echo $image['info3'];?&gt;&quot; /&gt;<br />								&lt;/a&gt;</code><br /><br />The code that gets output on the page is:<br /><br /><code>&lt;a class=&quot;fancybox&quot; onclick=&quot;btnClick();&quot; title=&quot;&quot; href=&quot;Dekor-33400.jpg&quot;&gt;<br />&lt;img width=&quot;100&quot; alt=&quot;&quot; src=&quot;thumb/Dekor-33400.jpg&quot;&gt;<br />&lt;/a&gt;</code><br /><br />In the Section Editor, both the Directory Path and Folder URL are set to &quot;3star/&quot; and the Upload Folder URL under General Settings is set to &quot;/uploads/&quot;.<br /><br />I can upload images just fine, and the thumbnails show up correctly in the page editor, but they just won't publish when the code outputs.<br /><br />Is this a software bug, or am I just doing something wrong?<br />Thanks in advance,<br />-Dan<br />]]></description>
          <pubDate>Fri, 02 Sep 2011 16:23:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213026#post2213026</guid>
        </item>
                <item>
          <title>Re: [danwilson] Interesting Problem RE: Sharing content (records) between sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209566#post2209566</link>
          <description><![CDATA[To put this into more familiar terms, this would be similar to a newspaper site creating a list of different writers that could be attached to a story. Using the image upload feature (and the custom data fields 1-4), you could upload a picture of the writer, his name, byline, email, and even a short bio - and then choose, at the article level, which writer to publish with the story. Hope this is all making sense - I realize it's a somewhat abstract scenario, but my thanks go out to all who are taking a look at this and might be able to offer a solution.<br />-Dan<br />]]></description>
          <pubDate>Wed, 09 Feb 2011 18:46:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209566#post2209566</guid>
        </item>
                <item>
          <title>Interesting Problem RE: Sharing content (records) between sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209546#post2209546</link>
          <description><![CDATA[Hello,<br />I am building a site for a construction company that wants to simplify the process of helping their customers choose which materials/colors/etc. will be used for various rooms.<br /><br />I plan to use category menus within CMSB to create &quot;rooms&quot; (such as kithen, bath, living room, etc.), and then &quot;products&quot; within each room (such as floor coverings, wall finish, wall paint color, etc.), and then use the image upload feature to build an array of choices for each.<br /><br />Ideally, I'd like to have the client be able to enter items that are common among several room types once, and then have those choices &quot;shared&quot; among the room types that use those products. For example, I'd like to create a section called &quot;wall paint colors&quot; that could be updated in one place, so that the same choices can be used in every &quot;room&quot; that allows &quot;wall paint colors&quot; as a choice, without having to modify each room's records individually whenever the client wants to add/delete/modify paint colors.<br /><br />Hope this makes sense - any insights greatly appreciated!<br />Thanks,<br />-Dan<br />]]></description>
          <pubDate>Wed, 09 Feb 2011 10:04:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209546#post2209546</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Announce your new CMS Builder websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207943#post2207943</link>
          <description><![CDATA[I guess I never got around to posting a bunch of these...<br /><br />Sites designed using CMSB:<br /><br /><a target="_blank" href="www.hallswindowcenter.com">www.hallswindowcenter.com</a><br /><a target="_blank" href="www.bodybalanceacademy.com">www.bodybalanceacademy.com</a><br /><a target="_blank" href="www.calloan916.com">www.calloan916.com</a><br /><a target="_blank" href="www.carequityloans.com">www.carequityloans.com</a><br /><a target="_blank" href="www.fbcnevadacity.org">www.fbcnevadacity.org</a><br /><a target="_blank" href="www.pveqaq.com">www.pveqaq.com</a><br /><br /><a target="_blank" href="www.jadoopower.com">www.jadoopower.com</a> (converted to CMSB for another designer)<br /><a target="_blank" href="www.thelinco.com">www.thelinco.com</a> (converted to CMSB for another designer)<br /><a target="_blank" href="www.youngstersinc.com">www.youngstersinc.com</a> (converted to CMSB for another designer)<br /><br />My next project is one for myself: my own site at <a target="_blank" href="www.danwilson.com">www.danwilson.com</a><br /><br />Cheers,<br />-Dan<br />]]></description>
          <pubDate>Tue, 09 Nov 2010 18:03:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207943#post2207943</guid>
        </item>
                <item>
          <title>Re: [danwilson] Silly(?) Question re: conditional lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207939#post2207939</link>
          <description><![CDATA[I launched the multi-language versions of these two sites yesterday:<br /><br /><a target="_blank" href="www.calloan916.com">www.calloan916.com</a> (A Sacramento, CA pawn shop) and<br /><a target="_blank" href="www.carequityloans.com">www.carequityloans.com</a> (their sister site for title loans)<br /><br />I use cookies to set the language preference, and CMSB to send the right contents. Works like a champ, and now I can offer this type of solution to anyone!<br /><br />Thanks again, Jason!<br />]]></description>
          <pubDate>Tue, 09 Nov 2010 17:39:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207939#post2207939</guid>
        </item>
                <item>
          <title>Re: [Jason] Silly(?) Question re: conditional lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207909#post2207909</link>
          <description><![CDATA[Thanks for the quick reply, Jason - that works like a champ!<br />I'm getting better at if/then/else logic, but that one had me vexed...<br /><br />This is going to help me create some really elegant solutions for multi-lingual sites!<br /><br />-Dan<br />]]></description>
          <pubDate>Mon, 08 Nov 2010 13:30:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207909#post2207909</guid>
        </item>
                <item>
          <title>Silly(?) Question re: conditional lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207895#post2207895</link>
          <description><![CDATA[Hi,<br />I'm creating a Spanish-language version of a site for a client, and have created fields where the translated content goes (&quot;title_SP&quot;, &quot;content_sp&quot;, &quot;uploads_sp&quot;, etc.). I also created a mechanism to set cookies based on language preference, etc. and have all that working.<br /><br />My main question pertains to the menus - I'm using nested-list drop-down menus (jquery) that get auto-generated by creating a list viewer for each category. Since the client does not want to translate each and every page of the site into Spanish, they only want the pages that *are* in Spanish to appear on the top nav. Other than hand-coding a custom menu list, is there a way to check if a field (such as &quot;name_sp&quot;) exists for each record within a category, and only spit out a list with the results that do?<br /><br />I've looked through the forum and my CMSB cookbook, and can't seem to find an answer... it seems like it should be simple, but I'm stuck. Thanks in advance for your help!<br />-Dan<br /><br />P.S. Below is the code I'm using to generate the category lists. I'd like it to only produce results for records where there is actual data existing for &quot;name_sp&quot;:<br /><br />&lt;?php<br />	  list($about_usRecords, $selectedTestRecord) = getCategories(array(<br />	    'tableName'   =&gt; 'about_us',<br />	  ));<br />	?&gt;<br />	&lt;?php foreach ($about_usRecords as $categoryRecord): ?&gt;<br />	&lt;?php echo $categoryRecord['_listItemStart'] ?&gt;<br />	&lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;b&gt;&lt;a href=&quot;&lt;?php echo $categoryRecord['_link'] ?&gt;&quot;&gt;&lt;?php echo $categoryRecord['name_sp'] ?&gt;&lt;/a&gt;&lt;/b&gt;<br />	&lt;?php else: ?&gt;&lt;a href=&quot;&lt;?php echo $categoryRecord['_link'] ?&gt;&quot;&gt;&lt;?php echo $categoryRecord['name_sp'] ?&gt;&lt;/a&gt;<br />	&lt;?php endif; ?&gt;<br />	&lt;?php echo $categoryRecord['_listItemEnd'] ?&gt;<br />	&lt;?php endforeach; ?&gt;<br />]]></description>
          <pubDate>Mon, 08 Nov 2010 08:58:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207895#post2207895</guid>
        </item>
                <item>
          <title>Re: Announce your new CMS Builder websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201736#post2201736</link>
          <description><![CDATA[Finally pushed this one out the door:<br />www.hallswindowcenter.com - it's 140+ pages of complex content, all driven by CMS Builder (my first site using this tool).<br /><br />I'm currently working on 3 other sites now, all using CMSB.<br />]]></description>
          <pubDate>Tue, 09 Feb 2010 14:26:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201736#post2201736</guid>
        </item>
              </channel>
    </rss>
  