<?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%3Arasbro</link>
        <description></description>
        <pubDate>Thu, 21 May 2026 05:16:54 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Arasbro&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] How do you change value of &quot;nextPageLink&quot;?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207205#post2207205</link>
          <description><![CDATA[That makes sense Jason, thanks for your help with this!<br />]]></description>
          <pubDate>Thu, 30 Sep 2010 15:34:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207205#post2207205</guid>
        </item>
                <item>
          <title>Re: [Jason] How do you change value of &quot;nextPageLink&quot;?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207196#post2207196</link>
          <description><![CDATA[Yes Jason, it's working now, but I have another question though. I understand what you're saying about the format of the URL, which does makes sense why it would act that way with the URL in the format of &quot;www.domain.com/blog/&quot;. But if I wanted to change the URL to &quot;www.domain.com/blog/index.php, how do you suggest I do this? I don't see in the viewers where the URL is being specified. Maybe you're referring to the URL the page is naturally resolving to because of the directory structure, which then is what the &quot;nextPageLink&quot; gets appended to. I guess my bottom line question is really just wondering if the solution you added is the simplest and best solution? <br /><br />Thanks!<br />]]></description>
          <pubDate>Thu, 30 Sep 2010 00:44:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207196#post2207196</guid>
        </item>
                <item>
          <title>Re: [Jason] How do you change value of &quot;nextPageLink&quot;?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207172#post2207172</link>
          <description><![CDATA[Okay Jason, I just sent you that info via email. <br /><br />Thanks!<br />]]></description>
          <pubDate>Wed, 29 Sep 2010 11:58:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207172#post2207172</guid>
        </item>
                <item>
          <title>Re: [Jason] How do you change value of &quot;nextPageLink&quot;?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207148#post2207148</link>
          <description><![CDATA[Thanks for the post Jason!  This is what I have in the .htaccess file... <br /><br />RewriteEngine on<br />RewriteCond %{HTTP_HOST} ^domain.hostdomain.com$ [OR]<br />RewriteCond %{HTTP_HOST} ^www.domain.hostdomain.com$<br />RewriteRule ^(.*)$ <a target="_blank" href="http://www.domain.com/">http://www.domain.com/</a> [R=301,L] <br /><br />It seems to me that if the &quot;showme&quot; php code returned some of the results listed below, that the extra &quot;/&quot; would be associated with the tag or some other setting and not a rewrite on the domain itself. <br /><br />[prevPageLink] =&gt; /blog//page-/ <br />[nextPageLink] =&gt; /blog//page-2/ <br />[firstPageLink] =&gt; /blog//page-1/ <br />[lastPageLink] =&gt; /blog//page-2/ <br /><br />I don't know if this sheds any new light on the subject. Any ideas? <br /><br />Thanks!<br />]]></description>
          <pubDate>Tue, 28 Sep 2010 15:49:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207148#post2207148</guid>
        </item>
                <item>
          <title>How do you change value of &quot;nextPageLink&quot;?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207121#post2207121</link>
          <description><![CDATA[I have a blog set up on a site under a directory named &quot;blog&quot; (domain.com/blog/). The index page for the blog is listing 5 posts at a time and then displaying page links to view the older posts. All is working fine with having the blog in it's own directory (e.g., the links to the individual posts are working fine), except for the page links to view the other page(s) of results. <br /><br />...The code for the nextPageLink is: &lt;a href=&quot;&lt;?php echo $listDetails['nextPageLink'] ?&gt;&quot;&gt;next &amp;gt;&amp;gt;&lt;/a&gt;<br />...It is returning this link: /blog//page-2/ <br /><br />How do I change the value of &quot;nextPageLink&quot; so I can remove the extra forward slash? <br /><br />Thanks!  -Brian<br />]]></description>
          <pubDate>Mon, 27 Sep 2010 16:53:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207121#post2207121</guid>
        </item>
                <item>
          <title>Re: [isdoo] Section Editor Drag Sort Order (product sort)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197828#post2197828</link>
          <description><![CDATA[Thank you for the help. I followed your instructions and it worked fine. The only thing I didn't expect was that I had to specify in the viewer code that the orderBy array be changed from null to dragSortOrder. The documentation for CMS Builder on interactivetools.com said that it would default to this if nothing was specified. But hey, at least I got it to work.<br /><br />Thanks again!<br /><br />Brian<br />]]></description>
          <pubDate>Thu, 18 Jun 2009 10:03:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197828#post2197828</guid>
        </item>
                <item>
          <title>Section Editor Drag Sort Order (product sort)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197820#post2197820</link>
          <description><![CDATA[Hello,<br /><br />I thought newer versions of CMSB had a new drag sort feature in the section editor that could also affect the sort order of the viewer (listings page on the website).<br /><br />I just upgraded a client recently to v1.24 and have not found this feature. Maybe I misunderstood. Am I missing something?<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Wed, 17 Jun 2009 19:59:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197820#post2197820</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Announce your new CMS Builder websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194627#post2194627</link>
          <description><![CDATA[Here is another CMS Builder site we just finished for Montana Territorial Land Company in West Yellowstone. We needed a CMS that would handle their real estate listings - with the ability to add and customize fields for the many details of a home or property, plus basic pages with content, and a listings site search.<br /><br />CMS Builder allowed us to build a site that is dynamic in nature (MySQL database, instant publishing) but is  also search engine friendly. Compared to their old site, our client loves the CMS Builder user friendly site editor features. This has been a huge improvement for site administration and usability, and the flexibility in adding future enhancements to the site.<br /><br /><a target="_blank" href="http://www.MontanaTerritorial.com/">http://www.MontanaTerritorial.com/</a><br /><br /> Thanks Interactivetools for your help with the design elements and tweaking the code a little to make things work like a charm (ummmm... Damon!). [;)]<br /><br />Regards,<br />Brian<br />]]></description>
          <pubDate>Wed, 10 Dec 2008 13:49:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194627#post2194627</guid>
        </item>
                <item>
          <title>Re: [Dave] Copying sections from one site to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191771#post2191771</link>
          <description><![CDATA[This seems to work as instructed. Yet another example of how flexible CMS Builder is to work with.<br /><br />Thanks!<br />]]></description>
          <pubDate>Tue, 27 May 2008 22:34:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191771#post2191771</guid>
        </item>
                <item>
          <title>Copying sections from one site to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191673#post2191673</link>
          <description><![CDATA[Can you give me any tips or best practices on copying sections from one site to another?<br /><br />I have one site with CMS Builder where I pretty much have the sections customized the way I like them. I have a new site I am developing and I want to use the same sections and features from the other site. Can I simply copy the section files in /data/schema/ or /data/schemaPresets/? I know I can do it but I wonder if there are any cons to doing this or if I will run into any problems if the two sites are running different versions of CMSB, etc. ??<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Thu, 22 May 2008 18:10:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191673#post2191673</guid>
        </item>
                <item>
          <title>Re: [Dave] How to modify image file/location?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191581#post2191581</link>
          <description><![CDATA[Yea, I like the global image repository idea. I have used other CMS/shopping cart software (ie: ShopSite) that uses this function.<br /><br />For #2 I would probably just change it on some but the option to change it for all, with a global setting that allows you to override individual/custom upload paths to the global path, would be nice.<br /><br />Brian<br />]]></description>
          <pubDate>Fri, 16 May 2008 16:41:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191581#post2191581</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191578#post2191578</link>
          <description><![CDATA[It would be very helpful if there was a feature for multipage sections that allow you to update the same field for many records (a global update feature).<br /><br />Also, while editing one record, to have the option to click on a link or button to edit the next record in the list without having to go back to the list of records. This would come in handy when doing many updates to a number of records in a row. Simply click &quot;Save -&gt; Go to Next Record&quot; or something like that.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Fri, 16 May 2008 13:45:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191578#post2191578</guid>
        </item>
                <item>
          <title>Re: [Dave] How to modify image file/location?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191577#post2191577</link>
          <description><![CDATA[Here's a couple of scenarios:<br /><br />1) If two records share the same image, or I already had the image uploaded for some reason, why couldn't I just point the second record image (enter the image path) to use the image already uploaded for the first record. Instead like it is now it creates a duplicate of the same image and then adds _001 at the end. I know this may not be common but why not reuse same image instead of having duplicates?<br /><br />2) I moved some &quot;other&quot; images to a different directory because they made more sense to be separate from the main images. Because of this I would like to simply go in and update those records affected and enter the new path, from /uploads/images/main/ to /uploads/images/other/.<br /><br />I hope that makes sense.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Fri, 16 May 2008 13:15:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191577#post2191577</guid>
        </item>
                <item>
          <title>How to modify image file/location?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191575#post2191575</link>
          <description><![CDATA[Is there a way to modify an existing image upload to point to a new file or location? Or is this only possible in removing image and then reuploading? If this is the case then I would like to make a feature request to add a field for editing/entering in a new file/location.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Fri, 16 May 2008 12:31:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191575#post2191575</guid>
        </item>
                <item>
          <title>Re: [Dave] IF image THEN ...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191454#post2191454</link>
          <description><![CDATA[Dave, once I discovered this error in the code you gave me...<br /><br />&lt;?php $mainImages = getUploads($options['tableName'], 'main_image', $record['num']) as $upload); ?&gt;<br /><br />and changed it to...<br /><br />&lt;?php $mainImages = getUploads($options['tableName'], 'main_image', $record['num']); ?&gt;<br /><br />then it worked great.<br /><br />Thanks!<br />]]></description>
          <pubDate>Tue, 06 May 2008 14:25:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191454#post2191454</guid>
        </item>
                <item>
          <title>Re: [Dave] IF image THEN ...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191424#post2191424</link>
          <description><![CDATA[Phew, that finally did it!<br /><br />Thanks Dave!<br /><br />Hey, what do you think about the other IF/THEN statement issue regarding the display of the &quot;Sorry, No Image&quot; image when main product image not uploaded? Any ideas? Refer to same viewer in the include file I attached earlier.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Fri, 02 May 2008 18:14:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191424#post2191424</guid>
        </item>
                <item>
          <title>Re: [Dave] IF image THEN ...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191422#post2191422</link>
          <description><![CDATA[Dave, that worked to remove the text when other images are not uploaded but now I get an error when there are other images uploaded, as with this page: http://www.owenequipmentsales.com/product.php/14-23/<br /><br />Notice: Undefined variable: images in /.../public_html/include-ProductRecordInsert.php on line 47<br /><br />See the include file attached which contains the viewer code.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Fri, 02 May 2008 16:43:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191422#post2191422</guid>
        </item>
                <item>
          <title>Re: [Dave] IF image THEN ...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191420#post2191420</link>
          <description><![CDATA[Dave, I tried your suggestions but it did not work.<br /><br />If you take a look at www.owenequipmentsales.com/product.php/1-1/<br /><br />you will see that the text &quot;Click on small photos to enlarge&quot; appears below the main product image, but there are no small photos featured. I need an IF/THEN statement that will detect when no small photos are uploaded and then NOT display the text. So only display the text when small photos are uploaded.<br /><br />Let's take care of this one first and then I will address the other IF/THEN statement issue regarding the display of the &quot;Sorry, No Image&quot; image when main product image not uploaded.<br /><br />I appreciate your help with this!<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Fri, 02 May 2008 16:15:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191420#post2191420</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Announce your new CMS Builder websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191419#post2191419</link>
          <description><![CDATA[Owen Equipment Sales, based out of Utah, now has a new website powered by CMS Builder.<br /><br /><a target="_blank" href="www.OwenEquipmentSales.com">www.OwenEquipmentSales.com</a><br /><br /><br />-Brian<br />]]></description>
          <pubDate>Fri, 02 May 2008 16:03:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191419#post2191419</guid>
        </item>
                <item>
          <title>Re: [Dave] IF image THEN ...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191400#post2191400</link>
          <description><![CDATA[Also, I am looking for a way to return an image and not just text, except the image is not uploaded via CMS Builder. I am trying to display a &quot;Sorry, No Image&quot; image when there is not an image uploaded to represent the product. Here is what I have:<br /><br />&lt;?php foreach (getUploads($options['tableName'], 'thumbnail_image', $record['num']) as $upload): ?&gt;<br />&lt;?php if ($upload['hasThumbnail']): ?&gt;<br />&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;75&quot; height=&quot;75&quot; alt=&quot;inset photo&quot; /&gt;<br />&lt;?php else: ?&gt;<br />&lt;img src=&quot;/images/NoImage-thumbnail2.jpg&quot; width=&quot;75&quot; height=&quot;75&quot; alt=&quot;inset photo&quot; /&gt;<br />&lt;?php endif ?&gt;<br />&lt;?php endforeach ?&gt;<br /><br />It doesn't work the way I have it currently.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Mon, 28 Apr 2008 21:47:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191400#post2191400</guid>
        </item>
                <item>
          <title>Re: [Dave] IF image THEN ...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191399#post2191399</link>
          <description><![CDATA[Okay, this is kind of what I'm looking for, except I need more fine tuning...<br /><br />What do I put if I don't want to include the text for each image. So for example, I only want this line, <br />&lt;br /&gt;&lt;span&gt;Click to view larger image&lt;/span&gt;<br />to be added once.<br /><br />Here is what I am working with now, which returns up to four lines if I have all four images uploaded:<br /><br />&lt;?php foreach (getUploads($options['tableName'], 'other_images', $record['num']) as $upload): ?&gt;<br />&lt;?php if ($upload['hasThumbnail']): ?&gt;<br />&lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&lt;?php echo $upload['filename'] ?&gt;&quot; title=&quot;&lt;?php echo $upload['info1'] ?&gt;&quot; /&gt;&lt;/a&gt;<br />&lt;?php endif ?&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;?php foreach (getUploads($options['tableName'], 'other_images', $record['num']) as $upload): ?&gt;<br />&lt;?php if ($upload['hasThumbnail']): ?&gt;<br />&lt;p id=&quot;otherimages-clicklarger&quot;&gt;Click on small photos to enlarge&lt;/p&gt;<br />&lt;?php endif ?&gt;<br />&lt;?php endforeach ?&gt;<br /><br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Mon, 28 Apr 2008 21:43:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191399#post2191399</guid>
        </item>
                <item>
          <title>IF image THEN ...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191391#post2191391</link>
          <description><![CDATA[How do I display some text ONLY if an image is uploaded/present?<br /><br />Example:<br /><br />IF<br />&lt;?php if ($upload['hasThumbnail']): ?&gt;<br />THEN<br />&lt;br /&gt;&lt;span&gt;Click to view larger image&lt;/span&gt;<br /><br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Mon, 28 Apr 2008 17:48:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191391#post2191391</guid>
        </item>
                <item>
          <title>Re: [Dave] Syntax Help (more than one criteria in $options[&apos;where&apos;] line)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191335#post2191335</link>
          <description><![CDATA[Yep, that's what I need Dave. I tried it and it seems to work. Thanks!<br /><br />Brian<br />]]></description>
          <pubDate>Thu, 24 Apr 2008 22:42:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191335#post2191335</guid>
        </item>
                <item>
          <title>Page Viewer Tag for Product URL</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191332#post2191332</link>
          <description><![CDATA[I am looking for a tag that will return the URL for a product listing. The tag &quot;&lt;?php echo $record['_link'] ?&gt;&quot; or &quot;&lt;?php echo $record['urlPath'] ?&gt;&quot; does not work.<br /><br />I am guessing it's because these are tags associated with a List Viewer rather than a Page Viewer. Any options for a Page Viewer?<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Thu, 24 Apr 2008 18:20:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191332#post2191332</guid>
        </item>
                <item>
          <title>Syntax Help (more than one criteria in $options[&apos;where&apos;] line)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191331#post2191331</link>
          <description><![CDATA[I can't get this to work. I want to be able to assign articles to more than one topic or section. To do this I have 3 drop down lists that allow me to choose which default topic or other additional topics the article will appear. So far I am doing it this way and have tried both versions:<br /><br />$options['where'] = 'default_topic = &quot;Grilling Tips&quot;'; 'other_topic1 = &quot;Grilling Tips&quot;'; 'other_topic2 = &quot;Grilling Tips&quot;';<br /><br />$options['where']      = &quot;default_topic = 'Grilling Tips'&quot;; &quot;other_topic1 = 'Grilling Tips'&quot;; &quot;other_topic2 = 'Grilling Tips'&quot;;<br /><br />The article shows up when the &quot;default_topic&quot; drop down is selected but not when I choose the &quot;other_topic1&quot; or &quot;other_topic2&quot; drop down selection for the article. So, unless the article is assigned to the &quot;default_topic&quot; selection, it does not show up.<br /><br />Any ideas? I have tried other syntax, like separating the options with a comma or other ways but always get a syntax error.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Thu, 24 Apr 2008 18:15:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191331#post2191331</guid>
        </item>
              </channel>
    </rss>
  