<?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%3Adlsweb</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 11:20:07 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Adlsweb&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>FaceBook Login Plugin Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244983#post2244983</link>
          <description><![CDATA[<p>I'm thinking that this could be updated on the profile page if someone knows what coding I should use to include<br />'tableName' =&gt; 'obits', <br />'accessLevel' =&gt; '6',</p>
<p>Tks</p>]]></description>
          <pubDate>Sun, 23 Aug 2020 09:34:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244983#post2244983</guid>
        </item>
                <item>
          <title>FaceBook Login Plugin Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244981#post2244981</link>
          <description><![CDATA[<p>On my membership register page I have included<br />'tableName' =&gt; 'obits', <br />'accessLevel' =&gt; '6',</p>
<p>PLUS the <br />$colsToValues['neverExpires'] = 1;</p>
<p>All works fine EXCEPT <br />When using the Facebook plugin.</p>
<p>It is important I immediately give access as defined above.</p>
<p>Is there a solution for this?<br />Thanks</p>]]></description>
          <pubDate>Sat, 22 Aug 2020 14:56:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244981#post2244981</guid>
        </item>
                <item>
          <title>LONG load time</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241109#post2241109</link>
          <description><![CDATA[<p>thanks much for the reply. </p>
<p>I don't understand why but I guess it was my computer, (12gig memory and I8 processor), or chrome browser that was the problem. I typically just put it to sleep instead of shutting it down,</p>
<p>It had been literally 21 seconds to load the form, and after computer restart, it loads fine.</p>]]></description>
          <pubDate>Wed, 06 Sep 2017 03:48:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241109#post2241109</guid>
        </item>
                <item>
          <title>LONG load time</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241076#post2241076</link>
          <description><![CDATA[<p>After log in, the first time I go to enter or modify a record, it takes a very long time for my form to completely load.<br />A real problem for my members not seeing everything there </p>
<p>The form seriously takes 20+ seconds to load completely the first time after login.<br />I did optimize the DB so no overhead shown hoping that might make a difference.</p>
<p>Any help with that?</p>]]></description>
          <pubDate>Mon, 28 Aug 2017 11:27:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241076#post2241076</guid>
        </item>
                <item>
          <title>Desperately need help with Join</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241038#post2241038</link>
          <description><![CDATA[<p>Works great, Thanks so very much</p>]]></description>
          <pubDate>Tue, 08 Aug 2017 18:30:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241038#post2241038</guid>
        </item>
                <item>
          <title>Desperately need help with Join</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241026#post2241026</link>
          <description><![CDATA[<p>I am lost using Join<br />Can someone please tell me how to do.</p>
<p>From accounts table, I want to show 'fullname' and 'email' and 'state'<br />and from festivals table, 'title' and 'begin_date'</p>
<p>accounts.num = festivals.createdByUserNum</p>
<p><br /> // load records from 'accounts'<br /> list($accountsRecords, $accountsMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'accounts',<br /> 'perPage' =&gt; '25', <br /> 'loadUploads' =&gt; false,<br /> 'allowSearch' =&gt; false,<br /> ));</p>
<p>something like?<br />LEFT JOIN festivals ON accounts.num = festivals.createdByUserNum;</p>
<p><br />html<br />&lt;?php echo htmlencode($record['fullname']) ?&gt;&lt;br/&gt;<br />&lt;?php echo htmlencode($record['email']) ?&gt;&lt;br/&gt;<br />&lt;?php echo htmlencode($record['state']) ?&gt;&lt;br/&gt;<br />??<br />&lt;?php echo htmlencode($record['festivals.title']) ?&gt;&lt;br&gt;<br />&lt;?php echo date("M j, Y", strtotime($record['festivals.begin_date'])) ?&gt;&lt;br&gt;</p>]]></description>
          <pubDate>Mon, 07 Aug 2017 12:50:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241026#post2241026</guid>
        </item>
                <item>
          <title>Help with Search Form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241024#post2241024</link>
          <description><![CDATA[<p>The problem seemed to be that you should not have an underscore in a field name used in the search form.</p>
<p>Then it worked great</p>]]></description>
          <pubDate>Fri, 04 Aug 2017 06:34:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241024#post2241024</guid>
        </item>
                <item>
          <title>Help with Search Form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241022#post2241022</link>
          <description><![CDATA[<p>I'd appreciate some help with making this search form work<br />Tks, Larry</p>
<p><code>&lt;form method="POST" action="/vendors.php"&gt;<br />Choose State to Search &amp;nbsp;<br />&lt;select name="state1"&gt;<br /> &lt;option value="AL"&gt;Alabama&lt;/option&gt;<br /> &lt;option value="AK"&gt;Alaska&lt;/option&gt;<br /> &lt;option value="AZ"&gt;Arizona&lt;/option&gt;<br />&lt;/select&gt;<br />&lt;br&gt;&lt;br&gt;<br />Choose Type of Festival:&lt;br&gt;<br />&lt;input type=checkbox name="type_vendor" value="FandB"&gt; Food and Beverage&lt;br&gt;<br />&lt;input type=checkbox name="type_vendor" value="Product"&gt; Arts, Crafts, Product&lt;br&gt;<br />&lt;input type=checkbox name="type_vendor" value="Service"&gt; Service Provider&lt;br&gt;<br />&lt;input type=checkbox name="type_vendor" value="Attraction"&gt; Attraction&lt;br&gt;<br />&lt;br&gt;<br /><br />&lt;input type="submit" name="submit" value="Search"&gt;<br />&lt;/form&gt;</code></p>
]]></description>
          <pubDate>Thu, 03 Aug 2017 05:33:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241022#post2241022</guid>
        </item>
                <item>
          <title>Password Encryption</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241017#post2241017</link>
          <description><![CDATA[<p>I am concerned that a member may not receive their password through the automated email.<br />Is it possible NOT to encrypt passwords when storing in database<br />or to be able to view as plain text password in the user accounts?</p>
<p>Thanks, Larry</p>]]></description>
          <pubDate>Wed, 02 Aug 2017 05:56:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241017#post2241017</guid>
        </item>
                <item>
          <title>Include additional table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241015#post2241015</link>
          <description><![CDATA[<p>Got it, thanks so much</p>]]></description>
          <pubDate>Wed, 02 Aug 2017 04:24:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241015#post2241015</guid>
        </item>
                <item>
          <title>Membership logoff page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241014#post2241014</link>
          <description><![CDATA[<p>exactly, and I would like for them to be directed to <span>/index.php</span></p>
<p>Tks</p>]]></description>
          <pubDate>Wed, 02 Aug 2017 03:38:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241014#post2241014</guid>
        </item>
                <item>
          <title>if CURRENT_USER not admin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241004#post2241004</link>
          <description><![CDATA[<p>oh my YES - thanks so much for your help.</p>]]></description>
          <pubDate>Mon, 31 Jul 2017 09:54:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241004#post2241004</guid>
        </item>
                <item>
          <title>if CURRENT_USER not admin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241002#post2241002</link>
          <description><![CDATA[<p>then I tried this with a pending field and it does not work either</p>
<p>&lt;?php if ($CURRENT_USER['isAdmin'] == '0')&lt;input type="hidden" name="pending" value="1" /&gt;&lt;?php endif; ?&gt;</p>
<p>I want to have any listing that is saved by a member to be set to pending.</p>
<p>Any advise would be great.</p>
]]></description>
          <pubDate>Mon, 31 Jul 2017 09:23:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241002#post2241002</guid>
        </item>
                <item>
          <title>if CURRENT_USER not admin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241001#post2241001</link>
          <description><![CDATA[<p>thanks, I was trying to have a member modify a system field (hidden) that I guess can't happen.</p>]]></description>
          <pubDate>Mon, 31 Jul 2017 08:57:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241001#post2241001</guid>
        </item>
                <item>
          <title>if CURRENT_USER not admin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240998#post2240998</link>
          <description><![CDATA[<p>I'd sure appreciate someone telling me how to format this if<br />if $CURRENT_USER not admin</p>
<p>Thanks</p>]]></description>
          <pubDate>Mon, 31 Jul 2017 05:41:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240998#post2240998</guid>
        </item>
                <item>
          <title>Membership logoff page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240997#post2240997</link>
          <description><![CDATA[<p>Even though I have set in websiteMembership.php<br />$GLOBALS['WEBSITE_LOGIN_POST_LOGOFF_URL'] = '/index.php';<br />when a member logs out they go to<br />/festival/admin.php</p>
<p>Is there somewhere else I need to check?<br />(fyi, just rebooted computer before checking this)</p>]]></description>
          <pubDate>Mon, 31 Jul 2017 05:37:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240997#post2240997</guid>
        </item>
                <item>
          <title>Include additional table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240991#post2240991</link>
          <description><![CDATA[<p>I wasn't clear</p>
<p>I would like features from my festival table <br />and<br />features from my vendors table to both be in the roattion</p>]]></description>
          <pubDate>Fri, 28 Jul 2017 17:00:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240991#post2240991</guid>
        </item>
                <item>
          <title>Include additional table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240973#post2240973</link>
          <description><![CDATA[<p>Unfortunate;y I am at a loss how to accomplish.</p>
<p>I have the below to show Features with a top_photo in my festivals table.<br />Can you please tell me how to also include in the random display Features in my Vendor table with a top_photo.<br />Thanks in advance<br />Larry</p>
<p>// load records for featured festivals<br />list($festivalsRecordsFEATURED, $festivalsMetaData) = getRecords(array(<br />'tableName' =&gt; 'festivals',<br />'where' =&gt; ' featured LIKE "1" ', // if checkbox for featured is checked<br />'limit' =&gt; '5', <br />'orderBy' =&gt; 'RAND()', <br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />));</p>
<p>&lt;?php foreach ($festivalsRecordsFEATURED as $record): ?&gt;<br />&lt;?php if ($record['top_photo']) : ?&gt;<br />&lt;?php foreach ($record['top_photo'] as $index =&gt; $upload): ?&gt;<br />&lt;p&gt;&lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;<br />&lt;img src="&lt;?php echo htmlencode($upload['thumbUrlPath']) ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="" /&gt;<br />&lt;br /&gt;<br />&lt;?php echo htmlencode($record['title']) ?&gt;<br />&lt;/p&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;?php endif; ?&gt;<br />&lt;?php endforeach ?&gt;</p>]]></description>
          <pubDate>Fri, 28 Jul 2017 05:52:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240973#post2240973</guid>
        </item>
                <item>
          <title>And the answer is</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240972#post2240972</link>
          <description><![CDATA[<p>And the answer is, I put this in my sign-up form. </p>
<p>&lt;input type="hidden" name="neverExpires" value="1" /&gt;</p>]]></description>
          <pubDate>Wed, 26 Jul 2017 18:25:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240972#post2240972</guid>
        </item>
                <item>
          <title>Problems using websiteMembership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240964#post2240964</link>
          <description><![CDATA[<p>Trying to use plugin to allow signups to enter and edit their listings in a table named festivals.</p>
<p>Is this set correctly?<br />$GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL'] = '/festival/admin.php?menu=festivals';<br />Where I end up is the admin login page to login again.<br />Should user-login.php go directly to the Festival table?</p>
<p>sign-up contains<br />mysql_insert('_accesslist', array(<br />'userNum' =&gt; $userNum,<br />'tableName' =&gt; 'festivals', // insert tablename you want to grant access to, or 'all' for all sections<br />'accessLevel' =&gt; '6', // access level allowed: 0=none, 6=author, 9=editor<br />'maxRecords' =&gt; '10', // max listings allowed (leave blank for unlimited)<br />'randomSaveId' =&gt; '123456789', // ignore - for internal use</p>
<p>If I do login again at the admin login, I get <br />Your account has expired,<br />even though the default in setup is "never expires"</p>
<p>Help please.</p>]]></description>
          <pubDate>Wed, 26 Jul 2017 05:49:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240964#post2240964</guid>
        </item>
                <item>
          <title>How to Ignore a search term?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240960#post2240960</link>
          <description><![CDATA[<p>you are terrific, thank you</p>]]></description>
          <pubDate>Tue, 25 Jul 2017 13:50:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240960#post2240960</guid>
        </item>
                <item>
          <title>How to Ignore a search term?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240954#post2240954</link>
          <description><![CDATA[<p>I have a table named festivals consisting of festival listings in several states.<br />Within that table I have some as "featured".</p>
<p>My list page lists all..<br />On one side I have my Featured listings that shows a photo and title. (only features have a "top_photo")</p>
<p>&lt;?php foreach ($festivalsRecords as $record): ?&gt;<br />&lt;?php if ($record['top_photo']) : ?&gt;<br />&lt;?php foreach ($record['top_photo'] as $index =&gt; $upload): ?&gt;<br />&lt;p&gt;&lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;<br />&lt;img src="&lt;?php echo htmlencode($upload['thumbUrlPath']) ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="" /&gt;<br />&lt;br /&gt;<br />&lt;?php echo htmlencode($record['title']) ?&gt;<br />&lt;/p&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;?php endif; ?&gt; <br />&lt;?php endforeach ?&gt;</p>
<p>What I want to achieve is when I go to listings for a speciific state,<br /><a href="http://festivalsandevents.com/festivals.php?state=GA" rel="nofollow">http://festivalsandevents.com/festivals.php?state=GA</a><br />I want to have ALL Features to show on the side- NOT only GA features.</p>
<p>I would also like to order these by RAND (but not the page)</p>
<p>Is that doable?<br />Thanks much, Larry</p>]]></description>
          <pubDate>Tue, 25 Jul 2017 10:48:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240954#post2240954</guid>
        </item>
                <item>
          <title>Can Membership own their listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240904#post2240904</link>
          <description><![CDATA[<p>thanks, that certainly seems easy enough</p>]]></description>
          <pubDate>Tue, 18 Jul 2017 09:28:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240904#post2240904</guid>
        </item>
                <item>
          <title>Can Membership own their listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240893#post2240893</link>
          <description><![CDATA[<p>RE membership plugin, I presently have a site where people signup and then enter a listing to be shown on site.<br />They have the ability to change their listing info anytime.<br />Does the membership plugin allow for a person to own their listing so they may login and update their listing info?</p>
<p>Tks, Larry</p>]]></description>
          <pubDate>Mon, 17 Jul 2017 02:26:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240893#post2240893</guid>
        </item>
                <item>
          <title>where for a list field problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240818#post2240818</link>
          <description><![CDATA[<p>I had not tried the % and the LIKE <br />This works<br />'where' =&gt; 'category LIKE "%mycategory%"',</p>
<p>Thanks so very much for the help, you're terrific</p>
<p>Larry</p>]]></description>
          <pubDate>Mon, 03 Jul 2017 09:36:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240818#post2240818</guid>
        </item>
              </channel>
    </rss>
  