<?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%3Ajeffsaitz</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 08:49:18 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ajeffsaitz&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>getting info from a single record to display in a certain place</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235896#post2235896</link>
          <description><![CDATA[<p>Hello,</p>
<p>        Is there a way I can pick and choose which records to display in which part of my page?  I dont want to use a 'where' statement in my header because i want to load all records but only display certain ones.</p>

<p>so instead of using a foreach:</p>
<p>&lt;?php foreach ($our_teamRecords as $record): ?&gt;<br /> Record Number: &lt;?php echo htmlencode($record['num']) ?&gt;&lt;br/&gt;<br /> Title: &lt;?php echo htmlencode($record['title']) ?&gt;&lt;br/&gt;</p>
<p>I would like to say something like "if recordnum = 1, display title"</p>]]></description>
          <pubDate>Wed, 28 Jan 2015 10:56:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235896#post2235896</guid>
        </item>
                <item>
          <title>category page filtering</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235505#post2235505</link>
          <description><![CDATA[<p>Hello, I have a section of my category page that is public.  Meaning... when a user clicks on "end of year 2014" on my homepage - www.edmundsassoc.com/support - they are taken to the category page without having to login.  Only the "end of year section" should be visible on the left side menu of this page.  However, curently nothing is being displayed.  I have the function below that governs what is being shown.  how do i make it so the category is shown instead of it being blank like it currently is:</p>

<p>function liStyle($category) {<br /> if ($category['depth'] == 0) { return ""; }<br /><br /> if ($category['depth'] == 1 &amp;&amp; $category['_isSelectedBranch']) { return ""; }<br /> if ($category['_isSelected'] || $category['_isChildSelected'] || $category['_isParentSelected'] || $category['_isSiblingSelected']) { return ""; }<br /><br /> return " style = 'display:none;' ";<br />}</p>]]></description>
          <pubDate>Mon, 15 Dec 2014 13:32:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235505#post2235505</guid>
        </item>
                <item>
          <title>only allowing recent posts by using a &apos;where clause&apos; when loading records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232852#post2232852</link>
          <description><![CDATA[<p>Thank you.  That worked perfectly.</p>]]></description>
          <pubDate>Tue, 07 Jan 2014 05:50:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232852#post2232852</guid>
        </item>
                <item>
          <title>only allowing recent posts by using a &apos;where clause&apos; when loading records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232834#post2232834</link>
          <description><![CDATA[<p>Hello,</p>
<p>              I would like to only include records that have been created in the past 45 days.  What can I add to the clause below to do that?</p>

<p>'where'       =&gt; 'date&gt;=DATE(NOW())',</p>]]></description>
          <pubDate>Mon, 06 Jan 2014 11:01:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232834#post2232834</guid>
        </item>
                <item>
          <title>uploading file gives me an error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231593#post2231593</link>
          <description><![CDATA[<p>Hello,</p>
<p>       I am trying to upload a 9 mb file, but im gettin an error.  At first, when i tried to upload it, it told me it was too big.  I then went in and changed my upload max to unlimited.  now im getting the following error: <a href="http://i.imm.io/1fU6w.png" rel="nofollow">http://i.imm.io/1fU6w.png</a></p>]]></description>
          <pubDate>Fri, 23 Aug 2013 14:04:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231593#post2231593</guid>
        </item>
                <item>
          <title>adding drop down menu to user-signup form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229796#post2229796</link>
          <description><![CDATA[<p>I have a signup form at <a href="http://www.edmundsassoc.com/support/user-signup.php" rel="nofollow">http://www.edmundsassoc.com/support/user-signup.php</a></p>

<p>I was able to add a field for "state" but I can't figure out how to give the user a dropdown list, instead of free text.  As of now, both are there, but  I want only the drop down menu to be there, and not the text input.</p>]]></description>
          <pubDate>Tue, 12 Mar 2013 12:19:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229796#post2229796</guid>
        </item>
                <item>
          <title>allow visitors to share my content via email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229748#post2229748</link>
          <description><![CDATA[<p>Hello,</p>
<p>I have a dynamic page of FAQ's on my site.  The page looks into the database and shows the visitor all the FAQ's for the category they selected.  how do i add a button for the visitors to generate an email that contains a specific FAQ.  I can't use a simple "mailto" link because most of my visitors to not have default email applications (outlook, groupwise, etc) on their PC's. I basically want the email to be generated from my server and just prompt the visitor for a recipient's email address. </p>]]></description>
          <pubDate>Thu, 07 Mar 2013 06:21:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229748#post2229748</guid>
        </item>
                <item>
          <title>defaulting a date field to today&apos;s date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229694#post2229694</link>
          <description><![CDATA[<p>hello, I have a "published date" field that currently defaults to 01/01/2012.  how can i change that to default to today's date?</p>]]></description>
          <pubDate>Mon, 04 Mar 2013 08:50:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229694#post2229694</guid>
        </item>
                <item>
          <title>Clicking a link is moving the link to the right</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229686#post2229686</link>
          <description><![CDATA[<p>When i click on a link in my menu, it shifts the word over about 10px. i have no CSS on it doing this, and it is causing users to be unable to click the menu items. ive attached 2 screenshots to demonstrate</p>]]></description>
          <pubDate>Fri, 01 Mar 2013 13:05:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229686#post2229686</guid>
        </item>
                <item>
          <title>password reset page redirect</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229669#post2229669</link>
          <description><![CDATA[<p>hello. After a user updates their member profile with a new password (or any other change), i want it to redirect them back to the homepage.  Currently, it just shows a message that the change was updated. Also, if i hit the back button, it takes me to some weird "sample login page" that im not even using.</p>]]></description>
          <pubDate>Fri, 01 Mar 2013 07:06:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229669#post2229669</guid>
        </item>
                <item>
          <title>Logout Ability</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229524#post2229524</link>
          <description><![CDATA[<p>Thanks, Greg. You da man!</p>]]></description>
          <pubDate>Tue, 19 Feb 2013 08:59:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229524#post2229524</guid>
        </item>
                <item>
          <title>Logout Ability</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229446#post2229446</link>
          <description><![CDATA[<p>I installed "logout" functionality on my website www.edmundsassoc.com/support (when you click the big picture of the building, you get logged out).  The logout works fine, but it redirects the visitor to the wrong website. how can i change what site the user gets redirected to when they logout?</p>]]></description>
          <pubDate>Wed, 13 Feb 2013 12:42:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229446#post2229446</guid>
        </item>
                <item>
          <title>Password Reset Email not working properly. </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229423#post2229423</link>
          <description><![CDATA[<p>hello,</p>
<p>        When testing the "password reset" functionality, I noticed that it is broken.  In the Email it generates, the URL that is displayed is correct, but the URL that it brings up when clicked is not.  It's really bizarre because if you look at the php, they are asking for the same field.  I have included a screen shot which should make more sense than my text. </p>]]></description>
          <pubDate>Tue, 12 Feb 2013 06:11:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229423#post2229423</guid>
        </item>
                <item>
          <title>Show Future Dates</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228998#post2228998</link>
          <description><![CDATA[<p>Thanks, Greg. That was awesome.</p>]]></description>
          <pubDate>Tue, 08 Jan 2013 08:30:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228998#post2228998</guid>
        </item>
                <item>
          <title>where clause when loading records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228997#post2228997</link>
          <description><![CDATA[<p>Hi,</p>

<p>How can i only load records that have a date that is after the current date (today's date).</p>

<p>// load records from 'code_updates'<br /> list($code_updatesRecords, $code_updatesMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'code_updates',<br /><strong>'where' =&gt; date &gt; 'current date,</strong><br /><br /> ));</p>]]></description>
          <pubDate>Tue, 08 Jan 2013 07:36:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228997#post2228997</guid>
        </item>
                <item>
          <title>index.php loading without the user entering the filename</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2219086#post2219086</link>
          <description><![CDATA[<p>how do I make the index.php page the default page?  For instance, i want a user to be able to type in "www.edmundsassoc.com/new" and have it automatically bring up the page "www.edmundsassoc.com/new/index.php."  if the file was an html file, it would work like this, how do i make it work like this with my php page?</p>]]></description>
          <pubDate>Mon, 07 Jan 2013 13:47:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2219086#post2219086</guid>
        </item>
                <item>
          <title>EMail getting marked as SPAM</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218763#post2218763</link>
          <description><![CDATA[Where do i change the email setting? and what domain am i using for CMS builder?]]></description>
          <pubDate>Wed, 12 Dec 2012 09:27:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218763#post2218763</guid>
        </item>
                <item>
          <title>EMail getting marked as SPAM</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218760#post2218760</link>
          <description><![CDATA[The email generated from my website is getting blocked as Spam.  I think it's because it says its coming from a domain that is not on my webserver.  How can i tell the Email to send mail through my MS Exchange server so it doesnt get blocked?]]></description>
          <pubDate>Wed, 12 Dec 2012 08:20:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218760#post2218760</guid>
        </item>
                <item>
          <title>display only certain results</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218603#post2218603</link>
          <description><![CDATA[Hi,<br /> How can i create some code to only retrieve certain results on a page. For example i want to display a list of articles that are in a partivular 'category/&quot;<br />]]></description>
          <pubDate>Mon, 26 Nov 2012 14:15:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218603#post2218603</guid>
        </item>
              </channel>
    </rss>
  