<?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%3Ajtedescojam</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 05:29:55 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ajtedescojam&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Validating a coupon</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213618#post2213618</link>
          <description><![CDATA[I am able to validate a coupon using some of your existing code from the website membership add on... but while validating the coupon, I need to also make sure the coupon relates to the product detail page it's on.<br /><br />I know how to do it, but I don't know how to write it.  here's the code I have that checks the code for existance.<br /><br /> <code> // validate coupon code<br />	  if (!$errorsAndAlerts) {<br />      $count = mysql_select_count_from('coupon_codes', &quot;`code` = '&quot;.mysql_escape(@$_REQUEST['couponCode']).&quot;'&quot;);<br />      <br />	  if ($count &gt; 0 &amp;&amp; @$_REQUEST['couponCode']) { $errorsAndAlerts .= &quot;Your code has been validated!  Please fill out the form below to process your order\n&quot;; <br />	  $showSignupForm  = true; }<br />	  <br />	  else if(!$count &gt; 0 &amp;&amp; @$_REQUEST['couponCode']) { $errorsAndAlerts .= &quot;Your code is not valid!  Please check the code and try again.  If you feel you've gotten this message in error, please contact us.\n&quot;; }</code><br /><br />when it checks the code, it also needs to check to make sure it's 'item_reference' matches the detailrecord 'title'<br /><br />anything you can do would be appreciated.<br />]]></description>
          <pubDate>Tue, 25 Oct 2011 09:44:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213618#post2213618</guid>
        </item>
                <item>
          <title>2 types of CURRENT_USERS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213414#post2213414</link>
          <description><![CDATA[we have 2 sections of the website, one section for retailers and one section for sales reps.  Very simply, want to redirect upon login, IF the CURRENT_USER is a 'type' = retailer we want them to go to one place, and the same when the 'type' is sales.<br /><br />But we also need to add verification code int he header to check to makes sure they are retailers and sales.<br /><br />we tried a few things, but can't find the best way that works to do it.  what do you suggest?<br />]]></description>
          <pubDate>Mon, 03 Oct 2011 15:37:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213414#post2213414</guid>
        </item>
                <item>
          <title>Re: [Jason] load error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211592#post2211592</link>
          <description><![CDATA[Hey Jason... I seem to be having this problem again.. I put the semi-colons back, but it is still not working... not sure what the issue is.  let me know if you have the ftp info on file.<br /><br />http://www.justforkidspress.com/books.php<br />]]></description>
          <pubDate>Thu, 02 Jun 2011 15:23:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211592#post2211592</guid>
        </item>
                <item>
          <title>load error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209151#post2209151</link>
          <description><![CDATA[I'm getting the following error on ALL of my php pages, including the cmsb:<br /><br />loadINI: Error parsing /data/15/1/140/138/1792138/user/1939266/htdocs/admin/data/settings.dat.php on line 1 <br /><br />I assume this is a server error because it worked fine before.  Please let me know your thoughts.. maybe the settings.dat.php file is out of date?<br /><br />Please let me know asap.<br />]]></description>
          <pubDate>Thu, 20 Jan 2011 07:27:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209151#post2209151</guid>
        </item>
                <item>
          <title>Re: [Jason] different every day</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209061#post2209061</link>
          <description><![CDATA[Thanks Jason.. this is good enough<br />]]></description>
          <pubDate>Wed, 12 Jan 2011 16:28:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209061#post2209061</guid>
        </item>
                <item>
          <title>Re: [Jason] displaying content without images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209057#post2209057</link>
          <description><![CDATA[yes that's it!<br />]]></description>
          <pubDate>Wed, 12 Jan 2011 14:52:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209057#post2209057</guid>
        </item>
                <item>
          <title>displaying content without images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209047#post2209047</link>
          <description><![CDATA[how do I display the content section without any placed images?  this is for the list view section.  here's what's there now.. <br /><br /><code>&lt;?php if ($record['content']): ?&gt;<br />      &lt;?php echo $record['content'] ?&gt;<br />      &lt;?php endif ?&gt;</code><br />]]></description>
          <pubDate>Wed, 12 Jan 2011 13:30:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209047#post2209047</guid>
        </item>
                <item>
          <title>different every day</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209045#post2209045</link>
          <description><![CDATA[Italian word of the day... my client has posted the word and it's meaning for about 10 words and want to post more... but we want them to rotate every day.  We can start with the first record and display the second record tomorow, third the day after and so on (or even randomly display one per day, whichever is easier).  Please assist with the code.  here's what I have now which is set for displaying them at random.<br /><br /><b>Header Code</b><br /><code>list($italian_word_of_the_dayRecords, $italian_word_of_the_dayMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'italian_word_of_the_day',<br />	'where'       =&gt; whereRecordNumberInUrl(1),<br />    'orderBy'     =&gt; 'RAND()',<br />    'limit'       =&gt; '1'<br />  ));</code><br /><br /><b>Body Code</b><br /><br /><code>&lt;?php foreach ($italian_word_of_the_dayRecords as $record): ?&gt;&lt;p&gt;&lt;strong class=&quot;italianWord&quot;&gt;&lt;?php echo $record['italian_word'] ?&gt;&lt;/strong&gt;&lt;?php echo $record['english_word'] ?&gt;&lt;/p&gt;&lt;?php endforeach ?&gt;</code><br />]]></description>
          <pubDate>Wed, 12 Jan 2011 11:54:41 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209045#post2209045</guid>
        </item>
                <item>
          <title>Re: [Dave] If Last Image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208470#post2208470</link>
          <description><![CDATA[yeah that'll do it.  Thanks Dave.<br />]]></description>
          <pubDate>Wed, 08 Dec 2010 10:06:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208470#post2208470</guid>
        </item>
                <item>
          <title>If Last Image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208464#post2208464</link>
          <description><![CDATA[I'm using a 3rd party javascript for a flash slideshow and it contains a very simple imagearray which I've successfully integrated with CMSB.. this is the code:<br /><code>&lt;?php foreach ($home_page_image_rotaterRecord['photo'] as $upload): ?&gt;<br />		[&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;, &quot;&quot;, &quot;&quot;, &quot;&lt;?php echo $upload['info1'] ?&gt;&quot;],<br />		&lt;?php endforeach ?&gt;</code><br />Only problem is, the 'comma' has to come off the last image in the code, so I need the code to tell it to remove the comma if it's the last image.  Can you help?<br />]]></description>
          <pubDate>Tue, 07 Dec 2010 21:59:31 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208464#post2208464</guid>
        </item>
                <item>
          <title>Re: [chris] jump Menu from checkboxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207597#post2207597</link>
          <description><![CDATA[Thanks Chris, I really didn't think that could have been a possibility!  [:P]<br />]]></description>
          <pubDate>Sat, 23 Oct 2010 20:46:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207597#post2207597</guid>
        </item>
                <item>
          <title>Re: [zick] jump Menu from checkboxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207544#post2207544</link>
          <description><![CDATA[Thank you Zick for pointing this out.. I tried to go through this and understand the difference.. but it's just a little too confusing since I think the setup was a little different... Chris, can you see where the error is coming from in what you sent?<br />]]></description>
          <pubDate>Thu, 21 Oct 2010 16:35:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207544#post2207544</guid>
        </item>
                <item>
          <title>Re: [chris] jump Menu from checkboxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207539#post2207539</link>
          <description><![CDATA[I see what you did here... but I'm getting an internal server error 0 with this markup<br />]]></description>
          <pubDate>Wed, 20 Oct 2010 20:31:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207539#post2207539</guid>
        </item>
                <item>
          <title>jump Menu from checkboxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207521#post2207521</link>
          <description><![CDATA[Businesses are listed in a multi-section editor and separated by categories with checkboxes since a single business can have multiple categories.  I'm trying to create a jump menu that shows all listings under specific checked-off categories and was able to do it with the below code... only problem is, any listing that is double-exposed, shows up twice... can we avoid the duplication?<br /><code>&lt;select name=&quot;jumpMenu&quot; id=&quot;jumpMenu&quot; onchange=&quot;MM_jumpMenu('parent',this,0)&quot;&gt;<br />        &lt;option value=&quot;#&quot; selected=&quot;selected&quot;&gt;Find a Store&lt;/option&gt;<br />        &lt;?php foreach ($local_listingsRecords as $record): ?&gt;<br />        &lt;?php if (strpos($record['subsection'], 'Animals/Pets')): ?&gt;<br />        &lt;option value=&quot;http://ilovechester.accountsupport.com/shopping-animalsPets.php#&lt;?php echo urlencode($record['title']) ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt;<br />        &lt;?php endif ?&gt;<br />        &lt;?php if (strpos($record['subsection'], 'Antiques')): ?&gt;<br />        &lt;option value=&quot;http://ilovechester.accountsupport.com/shopping-antiques.php#&lt;?php echo urlencode($record['title']) ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt;<br />        &lt;?php endif ?&gt;<br />        &lt;?php if (strpos($record['subsection'], 'Apparel and Accessories')): ?&gt;<br />        &lt;option value=&quot;http://ilovechester.accountsupport.com/shopping-apparelAccessories.php#&lt;?php echo urlencode($record['title']) ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt;<br />        &lt;?php endif ?&gt;<br />        &lt;?php if (strpos($record['subsection'], 'Crafts and Gifts')): ?&gt;<br />        &lt;option value=&quot;http://ilovechester.accountsupport.com/shopping-craftsGifts.php#&lt;?php echo urlencode($record['title']) ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt;<br />        &lt;?php endif ?&gt;<br />        &lt;?php if (strpos($record['subsection'], 'Furniture')): ?&gt;<br />        &lt;option value=&quot;http://ilovechester.accountsupport.com/shopping-furniture.php#&lt;?php echo urlencode($record['title']) ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt;<br />        &lt;?php endif ?&gt;<br />        &lt;?php if (strpos($record['subsection'], 'Galleries')): ?&gt;<br />        &lt;option value=&quot;http://ilovechester.accountsupport.com/shopping-galleries.php#&lt;?php echo urlencode($record['title']) ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt;<br />        &lt;?php endif ?&gt;<br />        &lt;?php if (strpos($record['subsection'], 'Home/Decor')): ?&gt;<br />        &lt;option value=&quot;http://ilovechester.accountsupport.com/shopping-homeDecor.php#&lt;?php echo urlencode($record['title']) ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt;<br />        &lt;?php endif ?&gt;<br />        &lt;?php if (strpos($record['subsection'], 'Jewelry')): ?&gt;<br />        &lt;option value=&quot;http://ilovechester.accountsupport.com/shopping-jewelry.php#&lt;?php echo urlencode($record['title']) ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt;<br />        &lt;?php endif ?&gt;<br />        &lt;?php endforeach ?&gt;<br />            &lt;/select&gt;</code><br />]]></description>
          <pubDate>Wed, 20 Oct 2010 15:29:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207521#post2207521</guid>
        </item>
                <item>
          <title>The Page says: Error: 0</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207519#post2207519</link>
          <description><![CDATA[Every time I save something throughout the builder, I get this error.  then I click okay, cancel the action and refresh the page and it takes.  So there's really no error... just an intruding window that breaks the process and forces me to cancel.  Please advise what you think I should do.<br />]]></description>
          <pubDate>Wed, 20 Oct 2010 13:34:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207519#post2207519</guid>
        </item>
                <item>
          <title>Re: [chris] Upgrade still shows old file upload window</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207397#post2207397</link>
          <description><![CDATA[for cryin' out loud... yeah that's it... sorry for the bother<br />]]></description>
          <pubDate>Tue, 12 Oct 2010 08:38:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207397#post2207397</guid>
        </item>
                <item>
          <title>Upgrade still shows old file upload window</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207371#post2207371</link>
          <description><![CDATA[I just upgraded to 2.06 and I'm still getting the old upload window... any thoughts? (see attached screenshot)<br />]]></description>
          <pubDate>Mon, 11 Oct 2010 15:48:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207371#post2207371</guid>
        </item>
                <item>
          <title>Re: [Jason] Ampersand in a list viewer</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207300#post2207300</link>
          <description><![CDATA[thank you<br />]]></description>
          <pubDate>Wed, 06 Oct 2010 14:55:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207300#post2207300</guid>
        </item>
                <item>
          <title>Ampersand in a list viewer</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207288#post2207288</link>
          <description><![CDATA[I have a list of coaches specializing in different sports... one of them 'Track &amp; Field'... and when I call up the page that displays these coaches, how do I call up the coaches with that category in the URL... for example, the following doesn't work (for obvious reasons)...<br /><code>http://ultimatesportsamerica.com/coaches/?sport_category=track &amp; field</code><br />The easy fix is to change it to track and field... but I'm using this category list in a dropdown menu and the client wants the ampersand... so if there's something I need to do here, please let me know.  I also need to know how to make it work for an apostraphe.<br /><br />thanks ITools!<br />]]></description>
          <pubDate>Tue, 05 Oct 2010 21:56:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207288#post2207288</guid>
        </item>
                <item>
          <title>Re: [sagentic] Articles Listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207216#post2207216</link>
          <description><![CDATA[I have a question regarding this 'maxWords' code... I'm using this for news articles that include links and images... this code for somereason doesn't display links or images.. is there somethign we can do to this code to allow images and links provided it's within the max words?<br />]]></description>
          <pubDate>Thu, 30 Sep 2010 22:16:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207216#post2207216</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Calendar populated with CMS Builder records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206987#post2206987</link>
          <description><![CDATA[Nicely done guys... certainly something I've been requesting for a long time... and it works beautifully... Now I'm trying to build a 'mini calendar' now that I can place on the home page in the sidebar.  This mini calendar would be a mini version of Zickey's original, and resized to a 175px wide format and if there's a record for a day, the day number or box would be highlighted.  All I need to do is remove the contents for the record and reconfigure the if statement, but need a little help because the 'day' is part of it's own if statement and it's getting complicated.<br /><br />(the tooltip would be ideal for this one as well, but I think it might get in the way of other days, so we can leave that out).<br /><br />Any and all assistance would be greatly appreciated!<br />]]></description>
          <pubDate>Tue, 21 Sep 2010 15:37:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206987#post2206987</guid>
        </item>
                <item>
          <title>Re: [chris] Search within CMSBuilder by Date Range</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206389#post2206389</link>
          <description><![CDATA[I'll wait until the database gets intense before we do any custom coding.  Maybe I'll try to get this worked into the quote Dave is working on for me.<br /><br />thanks<br />]]></description>
          <pubDate>Wed, 25 Aug 2010 18:24:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206389#post2206389</guid>
        </item>
                <item>
          <title>Re: [chris] Search within CMSBuilder by Date Range</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206379#post2206379</link>
          <description><![CDATA[okay, not the greatest solution, but it's going to do the job.  Problem is I have to teach the client the easiest way to remember how to write the query.. i.e. 2010-08-05 00:00:00<br /><br />Would be great if we could get this in drop down format.<br /><br />thanks for being prompt<br />]]></description>
          <pubDate>Wed, 25 Aug 2010 16:53:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206379#post2206379</guid>
        </item>
                <item>
          <title>Search within CMSBuilder by Date Range</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206376#post2206376</link>
          <description><![CDATA[When someone makes a donation to my client's website, their donation information is inserted into a backoffice table in the CMS (most importantly, I have them sorted by 'createdDate' so I know when the most recent donation occurred and the time it occured).  When I go to the CMS, I have set up the search to search by donation type, credit card, etc... however I need to be able to search by date range, or at least by month.. is this possible?<br />]]></description>
          <pubDate>Wed, 25 Aug 2010 16:14:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206376#post2206376</guid>
        </item>
                <item>
          <title>Re: [Jason] Viewer Access</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206316#post2206316</link>
          <description><![CDATA[I think that should be fine<br />]]></description>
          <pubDate>Tue, 24 Aug 2010 12:44:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206316#post2206316</guid>
        </item>
              </channel>
    </rss>
  