<?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%3ATom</link>
        <description></description>
        <pubDate>Thu, 14 May 2026 15:05:07 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ATom&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Search among more than one sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246137#post2246137</link>
          <description><![CDATA[<p>Thanks a lot Daniel !!</p>]]></description>
          <pubDate>Thu, 08 Sep 2022 06:44:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246137#post2246137</guid>
        </item>
                <item>
          <title>Search among more than one sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246134#post2246134</link>
          <description><![CDATA[<p>Hello Daniel,</p>
<p>As you said, "you can use field1, field2, etc. to add up to 10 additional fields"</p>
<p>Since 10 fields is not enough for my search page.</p>
<p>Is it possible to add more fields?</p>
<p>For example add up to 20 additional fields.</p>
<p>Thank You</p>]]></description>
          <pubDate>Wed, 07 Sep 2022 06:42:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246134#post2246134</guid>
        </item>
                <item>
          <title>About The Listing Record Limit</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246034#post2246034</link>
          <description><![CDATA[<p>This is perfect.</p>
<p>Thank You</p>]]></description>
          <pubDate>Thu, 23 Jun 2022 13:37:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246034#post2246034</guid>
        </item>
                <item>
          <title>About The Listing Record Limit</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246020#post2246020</link>
          <description><![CDATA[<p>Hello,</p>
<p>I've just upgrade from 3.04 (Build 2081) to <span style="color:#000000;">3.56 (Build 2304)</span>.</p>
<p>Since I have a very big database.</p>
<p>When I was using the old version.</p>
<p>I was told that there is only a 1000 field listed.</p>
<p>The solution was below.</p>
<p>If you want to change it, it's in /lib/database_functions.php in the function: getListOptionsFromSchema(); <br />If you search for "LIMIT 0" you'll find this line:        $query        = "SELECT `$valueField`, `$labelField` FROM `$selectTable` $where $orderBy LIMIT 0, 999";<br /><br />If you change it from 0, 999 to 0, 1499 then you'll get another 500 records.  </p>
<p>However after I upgraded to the new version of CMSB,</p>
<p>in /lib/database_functions.php, there is no such a code can be amended.</p>
<p>Please refer the the attach screen capture and advise.</p>
<p>Thank You</p>]]></description>
          <pubDate>Sat, 18 Jun 2022 21:34:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246020#post2246020</guid>
        </item>
                <item>
          <title>Ask for help about comma to every item but last one</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245917#post2245917</link>
          <description><![CDATA[<p>Hello,</p>
<p>This is perfect.</p>
<p>Thank You</p>]]></description>
          <pubDate>Sat, 09 Apr 2022 03:16:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245917#post2245917</guid>
        </item>
                <item>
          <title>Ask for help about comma to every item but last one</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245914#post2245914</link>
          <description><![CDATA[<p>Hello,</p>
<p>Below is my code.</p>
<p>&lt;?php $movie_cat = array_combine($listing['movie_cat:values'], $listing['movie_cat:labels']); ?&gt;<br />&lt;?php foreach ($movie_cat as $movie_catNum =&gt; $movie_catName): ?&gt;<br />&lt;a href="listings.php?movie_cat=&lt;?php echo $movie_catNum;?&gt;"&gt;&lt;?php echo implode( ', ', $listing['movie_cat:labels'] ); ?&gt;&lt;/a&gt;<br />&lt;?php endforeach ?&gt;</p>
<p>What I intend to do is output TEST1, TEST2, TEST3 instead of Test1 Test2 Test3</p>
<p>However it returns</p>
<p>Test1,Test2,Test3 Test1,Test2,Test3 Test1,Test2,Test3</p>
<p>Could you please take a look on it.</p>
<p>Thank You</p>


]]></description>
          <pubDate>Fri, 08 Apr 2022 12:48:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245914#post2245914</guid>
        </item>
                <item>
          <title>How to remove a comma off the end in the last listing?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244971#post2244971</link>
          <description><![CDATA[<p>Hello,</p>
<p>Thanks for your info and I've just use a stupid way to solve it.</p>
<p>Thanks again</p>
<pre class="language-markup"><code>"director": {
                "@type": "Person",
                "name": "abcdefg"
              }
            }
          }&lt;?php if($listingDetails['totalRecords'] != $counter)
            { echo ",";} ?&gt; 
		   &lt;?php $counter++ ?&gt;
               &lt;?php endforeach ?&gt;
      ]
    }
    &lt;/script&gt;</code></pre>
]]></description>
          <pubDate>Fri, 14 Aug 2020 12:39:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244971#post2244971</guid>
        </item>
                <item>
          <title>How to remove a comma off the end in the last listing?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244967#post2244967</link>
          <description><![CDATA[<p>Thanks in advance for your help.</p>
<p>I intend to remove the last comma in the last string.</p>
<p>I did try rtrim but no success.</p>
<pre class="language-markup"><code>&lt;script type="application/ld+json"&gt;
{
"@context": "<a href="https://schema.org" rel="nofollow">https://schema.org</a>",
"@type": "ItemList",
"itemListElement": [
&lt;?php $counter = 1; ?&gt;
&lt;?php foreach ($listingRecords as $listing): ?&gt;
&lt;?php foreach ($listing['uploads'] as $upload): ?&gt;
{
"@type": "ListItem",
"position": "&lt;?php echo $counter; ?&gt;",
"item": {
"@type": "Movie",
"url": "&lt;?php echo $listing['_link'] ?&gt;",
"name": "&lt;?php echo $listing['ref_no1'] ?&gt;",
"image": "&lt;?php echo $upload['urlPath'] ?&gt;",
"dateCreated": "&lt;?php echo $listing['date_added'] ?&gt;",
"director": {
"@type": "Person",
"name": "abcdefg"
}
}
},
&lt;?php $counter++ // increment counter ?&gt;
&lt;?php endforeach ?&gt; &lt;?php endforeach ?&gt;
]
}
&lt;/script&gt;</code></pre>
<p>It's all about the output of the last listing.</p>
<p>There is a comma in the last part of listing.</p>
<pre class="language-markup"><code>"@type": "Person",
"name": "abcdefg" 
}
}
},  &lt;-- remove this comma in the last listing--&gt;
]
}
&lt;/script&gt;</code></pre>
<p>Is there any method to remove the comma in the last listing?</p>
<p>Thanks a lot and sorry for trouble.</p>]]></description>
          <pubDate>Fri, 14 Aug 2020 05:59:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244967#post2244967</guid>
        </item>
                <item>
          <title>Re: LinkArray include category permalink</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244837#post2244837</link>
          <description><![CDATA[<p>Hello Gerg,</p>
<p>Thanks for your reply and sorry for misunderstand.</p>
<pre class="language-php"><code>...
  'titleField'   =&gt; 'fullname',
  'summaryField' =&gt; 'fullname',
  'searchFields' =&gt; array('fullname'),
  'field5'       =&gt; 'permalink',
);

$searchTables = array(); //REMOVE THIS LINE!
$searchTables['listings'] = array(
  'viewerUrl' =&gt; 'movie.html',
  'titleField' =&gt; 'user_movie',</code></pre>
<p>What I intend to be shown in the viewer is</p>
<p>&lt;div&gt;</p>
<p>&lt;a href="&lt;?php echo $record['field5'] ?&gt;"&gt;&lt;?php echo $record['_title'] ?&gt;&lt;/a&gt;  &lt;!--This result was gained from the homepages table--&gt;</p>
<p>&lt;a href="&lt;?php echo $record['field3'] ?&gt;"&gt;&lt;?php echo $record['_summary'] ?&gt;&lt;/a&gt;  &lt;!--This result was gained from the listings table--&gt;</p>
<p>&lt;/div&gt;</p>
<p>The output expected below</p>
<p><strong>Interactivetools  </strong>&lt;------ Result gained from the homepages table</p>
<p>Forum &lt;--------------------Result gained from the listings table</p>
<p>Whatever the user either search 'Forum' or 'interactivetools'</p>
<p>The same result will be appeared.</p>
<p>Thank You</p>]]></description>
          <pubDate>Wed, 24 Jun 2020 17:36:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244837#post2244837</guid>
        </item>
                <item>
          <title>Re: LinkArray include category permalink</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244831#post2244831</link>
          <description><![CDATA[<p>Thank You Greg and it works and the page load speed improve a lot!!!</p>
<p>Sorry for trouble and here is another problem about the multisearch.php</p>
<p>&lt;?php<br />require_once "../javdata/lib/viewer_functions.php";<br />$options['tableName'] = 'listings';<br />$searchOptions = array();<br />$searchOptions['keywords'] = @$FORM['q'];<br />$searchOptions['perPage'] = "16";<br />$searchOptions['debugSql'] = "0";<br />$searchOptions['orderBy'] = "field1 DESC";</p>
<p>$searchTables = array();<br />$searchTables['homepages'] = array(<br />'viewerUrl' =&gt; 'model.html',<br />'titleField' =&gt; 'fullname',<br />'summaryField' =&gt; 'fullname',<br />'searchFields' =&gt; array('fullname'),<br />'field5' =&gt; 'permalink',<br />);</p>
<p>$searchTables = array();<br />$searchTables['listings'] = array(<br />'viewerUrl' =&gt; 'movie.html',<br />'titleField' =&gt; 'user_movie',<br />'summaryField' =&gt; 'title_text',<br />'searchFields' =&gt; <br />array('user_movie','jap_user_movie','ref_no','ref_no1'),<br />'field1' =&gt; 'date_added',<br />'field2' =&gt; 'ref_no1',<br />'field3' =&gt; 'permalink',<br />);</p>
<p>Is it possible to display both the homepages table result and the listings table result in the same div?</p>
<p>I success about the second row but failed in the first row,</p>
<p>First row </p>
<p>&lt;!--Get the result from the homepages table--&gt;</p>
<p>&lt;?php echo $record['field5'] ?&gt;"&gt;&lt;?php echo  $record['_title'] ?&gt;   </p>
<p>Second row</p>
<p>&lt;!--Get the result from the listings table--&gt;</p>
<p>&lt;?php foreach ($searchRows as $record): ?&gt;<br />&lt;?php foreach (getUploads($options['tableName'], 'uploads', $record['num']) as $upload): ?&gt;</p>
<p>&lt;a href="/&lt;?php echo $record['field3'] ?&gt;"&gt;&lt;img src="<a href="https://abcdefg.com" rel="nofollow">https://abcdefg.com</a>&lt;?php echo $upload['urlPath'] ?&gt;"&gt;&lt;/a&gt;&lt;?php endforeach ?&gt;&lt;?php endforeach ?&gt;</p>
<p>Thank You</p>]]></description>
          <pubDate>Tue, 23 Jun 2020 12:40:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244831#post2244831</guid>
        </item>
                <item>
          <title>Re: LinkArray include category permalink</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244820#post2244820</link>
          <description><![CDATA[<p>Hello Gerg,</p>
<p>Thanks for your quick response.</p>
<p>Here is the code.</p>
<p>&lt;?php<br />/* STEP 1: LOAD RECORDS - Copy this PHP code block to the TOP of your page BEFORE anything else. */<br />require_once "init.php";<br /><br />list($listingRecords, $listingDetails) = getRecords(array(<br />'tableName' =&gt; 'listings',<br />'joinTable' =&gt; 'homepages',<br />'perPage' =&gt; '16',<br />));<br />?&gt;</p>
<p>&lt;!-- listing-item-container --&gt;<br />&lt;div class="listing-item-container init-grid-items fl-wrap nocolumn-lic"&gt;<br />&lt;?php foreach ($listingRecords as $listing): ?&gt;<br />&lt;?php foreach ($listing['uploads3'] as $upload): ?&gt;<br />&lt;!-- listing-item --&gt;<br />&lt;div class="listing-item"&gt;<br />&lt;article class="geodir-category-listing fl-wrap"&gt;<br />&lt;div class="geodir-category-img"&gt;<br />&lt;a href="&lt;?php echo $listing['_link'] ?&gt;" class="geodir-category-img-wrap fl-wrap"&gt;<br />&lt;img src="<a href="https://abcdefg.com" rel="nofollow">https://abcdefg.com</a>&lt;?php echo $upload['urlPath'] ?&gt;" alt="&lt;?php echo $listing['ref_no'] ?&gt;"&gt;&lt;/a&gt;<br />&lt;div class="geodir_status_date gsd_close"&gt;&lt;i class="fal fa-desktop"&gt;&lt;/i&gt;&lt;?php if ($listing['hd'])<br />{<br />echo "FHD";<br />} elseif ($listing['hd720p']) {<br />echo "HD";<br />} elseif ($listing['vr']) {<br />echo "VR";<br />} else {<br />echo "SD";<br />}<br />?&gt;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;div class="geodir-category-content fl-wrap title-sin_item"&gt;<br />&lt;div class="geodir-category-content-title fl-wrap"&gt;<br />&lt;div class="geodir-category-content-title-item"&gt;<br />&lt;h3 class="title-sin_map"&gt;&lt;?php<br />list($homepageRecords, $homepageDetails) = getRecords(array(<br />'tableName' =&gt; 'homepages',<br />'where' =&gt; '`num` IN('.mysql_escapeCSV($listing['model:values']).')',<br />'allowSearch' =&gt; false,<br />)); <br />?&gt;<br />&lt;?php foreach ($homepageRecords as $homepage): ?&gt;<br />&lt;a href="&lt;?php echo $homepage['_link']; ?&gt;"&gt;&lt;?php echo $homepage['fullname']; ?&gt;&lt;/a&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/h3&gt;<br />&lt;div class="geodir-category-location fl-wrap"&gt;&lt;a href="&lt;?php echo $listing['_link'] ?&gt;" &gt;&lt;?php echo $listing['title_text'] ?&gt;&lt;/a&gt;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;div class="geodir-category-text fl-wrap"&gt;<br />&lt;div class="facilities-list fl-wrap"&gt;<br />&lt;div class="facilities-list-title"&gt;Genre : &lt;/div&gt;<br />&lt;ul class="no-list-style"&gt;<br />&lt;li&gt;&lt;?php $movie_cat = array_combine($listing['movie_cat:values'], $listing['movie_cat:labels']); ?&gt;<br />&lt;?php foreach ($movie_cat as $movie_catNum =&gt; $movie_catName): ?&gt;<br />&lt;a href="listings.php?movie_cat=&lt;?php echo $movie_catNum;?&gt;"&gt;&lt;?php echo $movie_catName;?&gt;, &lt;/a&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;div class="geodir-category-text fl-wrap"&gt;<br />&lt;div class="facilities-list fl-wrap"&gt;<br />&lt;div class="facilities-list-title"&gt;Type : &lt;/div&gt;<br />&lt;ul class="no-list-style"&gt;<br />&lt;li&gt;&lt;?php $movie_type = array_combine($listing['movie_type:values'], $listing['movie_type:labels']); ?&gt;<br />&lt;?php foreach ($movie_type as $movie_typeNum =&gt; $movie_typeName): ?&gt;<br />&lt;a href="listings.php?movie_type=&lt;?php echo $movie_typeNum;?&gt;"&gt;&lt;?php echo $movie_typeName;?&gt;, &lt;/a&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;div class="geodir-category-text fl-wrap"&gt;<br />&lt;div class="facilities-list fl-wrap"&gt;<br />&lt;div class="facilities-list-title"&gt;Duration : &lt;/div&gt;<br />&lt;ul class="no-list-style"&gt;<br />&lt;li&gt;&lt;?php echo $listing['play_time'] ?&gt;&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;div class="geodir-category-footer fl-wrap"&gt;<br />&lt;div class="facilities-list fl-wrap"&gt;<br />&lt;div class="facilities-list-title"&gt;Date Added : &lt;/div&gt;<br />&lt;ul class="no-list-style"&gt;<br />&lt;li&gt;&lt;?php echo $listing['date_added'] ?&gt;&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/article&gt;<br />&lt;/div&gt;</p>
<p>&lt;?php endforeach ?&gt;<br />&lt;!-- listing-item end --&gt;</p>

<p>Thank you</p>]]></description>
          <pubDate>Mon, 22 Jun 2020 13:10:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244820#post2244820</guid>
        </item>
                <item>
          <title>Re: LinkArray include category permalink</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244811#post2244811</link>
          <description><![CDATA[<p>In response to: <a href="https://www.interactivetools.com/forum/forum-posts.php?postNum=2233849#post2233849" rel="nofollow">https://www.interactivetools.com/forum/forum-posts.php?postNum=2233849#post2233849</a></p>

<p>Hello Chris,</p>
<p>Finally I found the solution to show all the permalink in the same page with different table according to the post above.</p>
<p>However, it takes a long time to load the page.</p>
<p>As you said, you can show you how to load all the child records all at once (caching them at the top of your page).</p>

<p>Please advice how to do so.</p>

<p>Thank You</p>]]></description>
          <pubDate>Sat, 20 Jun 2020 04:23:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244811#post2244811</guid>
        </item>
                <item>
          <title>(Membership Plugin) Erase User</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241923#post2241923</link>
          <description><![CDATA[<p>Hello,</p>
<p>Currently I am using the membership plugin.</p>
<p>In the user accounts table,</p>
<p>there is a field named expiresDate.</p>
<p>Is there a way to erase the user's data automatically when the user reach the expire date?</p>
<p>For example,</p>
<p>The user num 12345 expire date 12-30-2018,</p>
<p>on 12-30-2018,</p>
<p>the whole row of num 12345 will be automatically deleted in the user account table.</p>
<p>Thank You</p>]]></description>
          <pubDate>Thu, 05 Apr 2018 08:17:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241923#post2241923</guid>
        </item>
                <item>
          <title>About The Multisearch.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240564#post2240564</link>
          <description><![CDATA[<p>Thanks a lot for your great help Dave.</p>
]]></description>
          <pubDate>Thu, 18 May 2017 14:21:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240564#post2240564</guid>
        </item>
                <item>
          <title>About The Multisearch.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240530#post2240530</link>
          <description><![CDATA[<p>Hello,</p>
<p>Sorry for trouble again.</p>
<p>I have created a field named ref_no1</p>
<p>And I intend to update the ref_no1 from ref_no</p>
<p>For example</p>
<p>In ref_no</p>
<p>ABC123</p>
<p>Then in ref_no1</p>
<p>ABC-123</p>
<p>I know how to do it in php</p>
<p>&lt;?php <br />echo preg_replace('/^([A-Za-z]+)([0-9]+)$/i', '$1-$2', $listingsRecord['ref_no']);<br />?&gt;</p>
<p>However I really don't know how to do it in mysql console to update the ref_no1 column.</p>
<p>Please advice.</p>
<p>Thanks a lot</p>]]></description>
          <pubDate>Mon, 15 May 2017 15:29:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240530#post2240530</guid>
        </item>
                <item>
          <title>About The Multisearch.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240406#post2240406</link>
          <description><![CDATA[<p>Thanks a lot Damon</p>]]></description>
          <pubDate>Wed, 12 Apr 2017 15:53:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240406#post2240406</guid>
        </item>
                <item>
          <title>About The Multisearch.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240366#post2240366</link>
          <description><![CDATA[<p>Hello,</p>
<p>A question about the multisearch.php</p>
<p>Currently the search field is something like this</p>
<p>'searchFields'    =&gt;  array('ref_no','title_text','studio'),</p>
<p>The question is about the ref_no.</p>
<p>The reference number we stored in the db is something like this</p>
<p>abc123, sss345</p>
<p>The multisearch runs perfect if the user search abc123, abc, abc1</p>
<p>however, if the user search abc-123,</p>
<p>there is no result found.</p>
<p>Please advice is it possible if the user search abc-123,</p>
<p>then the result of abc123 will be shown.</p>

<p>Thanks a lot.</p>
]]></description>
          <pubDate>Mon, 03 Apr 2017 14:49:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240366#post2240366</guid>
        </item>
                <item>
          <title>WebsiteFavorites Plugin - Delete users favorites in db </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236688#post2236688</link>
          <description><![CDATA[<p>Hello,</p>
<p>Is there a way to delete the user's favorites in the website_favorites db?</p>
<p>For example, a user have 50 favorites stored in the website_favorites table.</p>
<p>For some reason, the user cancel his account and I erase him in the user_account.</p>
<p>Is it possible that once I erase him in the user_account, all his favorites stored in the website_favorites table automatically being erased too?</p>
<p>Or I have to manually delete it?</p>

<p>Thanks a lot</p>
]]></description>
          <pubDate>Sat, 09 May 2015 17:01:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236688#post2236688</guid>
        </item>
                <item>
          <title>Display product after 2012</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236506#post2236506</link>
          <description><![CDATA[<p>Sorry for trouble.</p>
<p>Solved</p>
<p>'where'    =&gt; "date_added&gt;'2012'",</p>]]></description>
          <pubDate>Thu, 02 Apr 2015 20:35:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236506#post2236506</guid>
        </item>
                <item>
          <title>Display product after 2012</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236505#post2236505</link>
          <description><![CDATA[<p>Hello,</p>
<p>I have a field named date_added</p>
<p>In the listing viewer,</p>
<p>I intend to display all the product after 2012 only.</p>
<p>This is my code </p>
<p>&lt;?php<br /> /* STEP 1: LOAD RECORDS - Copy this PHP code block to the TOP of your page BEFORE anything else. */<br /> require_once "init.php";<br /> list($listingRecords, $listingDetails) = getRecords(array(<br /> 'tableName' =&gt; 'listings',<br /> 'joinTable' =&gt; 'homepages',<br /> 'perPage' =&gt; '10',<br /> 'where' =&gt; "date_added_min='2012'",<br /> ));</p>
<p>?&gt;</p>
<p>However, it said</p>
<p>MySQL Error: Unknown column 'date_added_min' in 'where clause'</p>
<p>Please advice.</p>
<p>Thanks a lot</p>]]></description>
          <pubDate>Thu, 02 Apr 2015 19:55:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236505#post2236505</guid>
        </item>
                <item>
          <title>Renaming admin.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236285#post2236285</link>
          <description><![CDATA[<p>Hello Dave,</p>
<p>After rename the admin.php file.</p>
<p>The mysql console plugin not work anymore.</p>
<p>Please advice.</p>

<p>Thanks</p>
]]></description>
          <pubDate>Sat, 14 Mar 2015 04:18:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236285#post2236285</guid>
        </item>
                <item>
          <title>Website Membership Plugin redirect after login conflict with htaccess?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234110#post2234110</link>
          <description><![CDATA[<p>Hello,</p>
<p>Surely the abc.html is exist.</p>
<p>The problem is before I add the Error Document 404 xyz.html in htaccess</p>
<p>everything is normal.</p>
<p>Once the user login, he will be redirected to abc.html</p>
<p>After I add the ErrorDocument 404 xyz.html in htaccess</p>
<p>When the user login, he will be redirected to xyz.html not abc.html</p>
<p>Thanks</p>]]></description>
          <pubDate>Wed, 04 Jun 2014 19:32:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234110#post2234110</guid>
        </item>
                <item>
          <title>My Favorites Plugin not Compatible with IE ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234091#post2234091</link>
          <description><![CDATA[<p>Any News?</p>
<p>Thanks</p>]]></description>
          <pubDate>Tue, 03 Jun 2014 23:59:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234091#post2234091</guid>
        </item>
                <item>
          <title>My Favorites Plugin not Compatible with IE ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234021#post2234021</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>I think it's almost done.</p>
<p>I can see there is a new column in the table cms_website_favorites named 'createdDate'</p>
<p>And if I click the Add Favorite link,</p>
<p>the date and time of the click would be logged.</p>
<p>However, it seems still not work in the my_favorites.php</p>
<p>// load matching records<br />list($favoriteRecords, $favoriteMetaData) = getRecords(array(<br />'tableName' =&gt; 'listings', // update this with your table or tag name<br />'perPage' =&gt; '10',<br />'where' =&gt; " num IN ($favoriteNumsQuery) ",<br />'loadCreatedBy' =&gt; false,<br />'allowSearch' =&gt; false,<br />'orderBy' =&gt; "`createdDate` DESC",<br />));</p>
<p>The sort order sort the createdDate column in the listing table, not the website_favorites table</p>
<p>The listing order in the my_favorites.php now becomes the sort order of createdDate in the cms_listings table</p>
<p>I did try to change this line</p>
<p>'tableName' =&gt; 'website_favorites', // update this with your table or tag name</p>
<p>but got error.</p>
<p>Please advice how to amend the code to sort order in cms_website_favorites table, not the cms_listings table.</p>
<p>Actually I know it is simple but I am a php idolt and sorry for trouble again.</p>
<p>Thanks a lot</p>]]></description>
          <pubDate>Tue, 20 May 2014 02:12:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234021#post2234021</guid>
        </item>
                <item>
          <title>Website Membership Plugin redirect after login conflict with htaccess?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233997#post2233997</link>
          <description><![CDATA[<p>Hello,</p>
<p>Everything works fine in the Website Membership Plugin.</p>
<p>However, I found that it may be some conflict with htaccess.</p>
<p>After the user login,</p>
<p>The user will be  redirected to this page $GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL']  = 'abc.html';</p>
<p>HOWEVER, when I add the error document in htaccess</p>
<p>ErrorDocument 404 xyz.html</p>
<p>All the user after logined will be redirected to xyz.html not abc.html</p>
<p>Please advice,</p>
<p>Thanks</p>]]></description>
          <pubDate>Sat, 17 May 2014 00:38:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233997#post2233997</guid>
        </item>
              </channel>
    </rss>
  