<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Basic Listings Theme: Display User&amp;apos;s Listings on Homepage</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Basic-Listings-Theme-Display-User-s-Listings-on-Homepage-81328</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 10:14:39 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Basic-Listings-Theme-Display-User-s-Listings-on-Homepage-81328" rel="self" type="application/rss+xml" />

                <item>
          <title>Basic Listings Theme: Display User&apos;s Listings on Homepage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242174#post2242174</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>Can you try set getRecords() allowSearch to be false and use $_REQUEST['num'] for the where statement?</p>]]></description>
          <pubDate>Thu, 07 Jun 2018 10:51:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242174#post2242174</guid>
        </item>
                <item>
          <title>Basic Listings Theme: Display User&apos;s Listings on Homepage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242173#post2242173</link>
          <description><![CDATA[<p>Hi Leo,</p>
<p>Thanks for getting back to me.</p>
<p>The permalink is a field I have added to the accounts table and then I just manually choose a SEO friendly URL.</p>
<p>When I use <em>$_REQUEST['num'] </em>then the listing's num is retrieved rather than the createdByUserNum, which is what I want.</p>
<p>Thanks,</p>
<p>Greg</p>]]></description>
          <pubDate>Thu, 07 Jun 2018 09:57:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242173#post2242173</guid>
        </item>
                <item>
          <title>Basic Listings Theme: Display User&apos;s Listings on Homepage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242172#post2242172</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>Did you generate the permalinks by using update tables feature or creating custom permalinks? Try using $_REQUEST['num'] instead of $_REQUEST['userNum'] and let me know if the issue is fixed.</p>

<p>Thanks,</p>]]></description>
          <pubDate>Thu, 07 Jun 2018 09:55:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242172#post2242172</guid>
        </item>
                <item>
          <title>Basic Listings Theme: Display User&apos;s Listings on Homepage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242170#post2242170</link>
          <description><![CDATA[<p>Hi Leo,</p>
<p>I am displaying a user's listing with the following code, which takes the user's num from the URL (userNum):</p>
<p><code>// get the createdByUserNum value from the URL<br />$listingOwner = " listings.createdByUserNum='".@$_REQUEST['userNum']."'";<br /><br /><br />// load records from 'listings'<br />list($showcasesRecords, $showcasesMetaData) = getRecords(array(<br />  'tableName'     =&gt; 'listings',<br />  'joinTable'     =&gt; 'accounts',<br />  'loadUploads'   =&gt; true,<br />  'allowSearch'   =&gt; true,<br />  'where'         =&gt; $listingOwner,<br />  'orderBy'       =&gt; $pricesort,<br />  'perPage'       =&gt; '1',<br />));</code></p>

<p>The problem is that when I change the URL to a permalink then the userNum value is lost.</p>
<p>Could you please tell me how I can get around this issue?</p>
<p>Thanks,</p>
<p>Greg</p>]]></description>
          <pubDate>Thu, 07 Jun 2018 02:33:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242170#post2242170</guid>
        </item>
                <item>
          <title>Basic Listings Theme: Display User&apos;s Listings on Homepage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242124#post2242124</link>
          <description><![CDATA[<p>Thanks, Leo!</p>]]></description>
          <pubDate>Tue, 22 May 2018 15:33:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242124#post2242124</guid>
        </item>
                <item>
          <title>Basic Listings Theme: Display User&apos;s Listings on Homepage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242112#post2242112</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>You just need to get the user's listings records by using their num (depending on how you link the listings with the user), and have a foreach loop to display them.</p>
<p>Let me know if you have any questions!</p>
<p>Thanks,</p>]]></description>
          <pubDate>Tue, 22 May 2018 10:50:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242112#post2242112</guid>
        </item>
                <item>
          <title>Basic Listings Theme: Display User&apos;s Listings on Homepage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242083#post2242083</link>
          <description><![CDATA[<p>Hello,</p>
<p>I have bought the Basic Listings theme and I would like to be able to display a user's listings on their homepage. What's the best way to do this please?</p>
<p>Thank you,</p>
<p>Greg</p>]]></description>
          <pubDate>Fri, 18 May 2018 02:19:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242083#post2242083</guid>
        </item>
              </channel>
    </rss>
  