<?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%3Aandybarn</link>
        <description></description>
        <pubDate>Sat, 18 Apr 2026 02:09:03 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aandybarn&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Image Resize after upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245728#post2245728</link>
          <description><![CDATA[<p>I have reached out to Support at Interactive Tools</p>
<p>Andy</p>]]></description>
          <pubDate>Fri, 19 Nov 2021 10:03:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245728#post2245728</guid>
        </item>
                <item>
          <title>Image Resize after upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245727#post2245727</link>
          <description><![CDATA[<p>Thanks Jerry and Steve for your help.</p>
<p>Andy</p>]]></description>
          <pubDate>Fri, 19 Nov 2021 10:02:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245727#post2245727</guid>
        </item>
                <item>
          <title>Image Resize after upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245725#post2245725</link>
          <description><![CDATA[<p>Hi Steve</p>
<p>Yes, good idea.</p>
<p>However the problem is that the images in the upload folder are taking up a lot of space on my server, I therefore need to reduce the "source" files in the /upload/ folder to an acceptable size (something like 1200 x 800 to reduce the file size (kb).</p>
<p>This is the feature I want/need and any help how to do this would be great.</p>
<p>Hope that makes sense</p>
<p>Andy</p>]]></description>
          <pubDate>Fri, 19 Nov 2021 08:35:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245725#post2245725</guid>
        </item>
                <item>
          <title>Image Resize after upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245721#post2245721</link>
          <description><![CDATA[<p>Hi Jerry</p>
<p>I know I can recreate the thumbnails, but my Website also uses the original uploaded files. It is these that I want to resize.</p>
<p>I attach an image which I hope explains better.</p>
<p>Thanks</p>
<p>Andy</p>]]></description>
          <pubDate>Thu, 18 Nov 2021 07:31:38 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245721#post2245721</guid>
        </item>
                <item>
          <title>Image Resize after upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245719#post2245719</link>
          <description><![CDATA[<p>Hi</p>
<p>I have a property Website with thousands of images in the /uploads folder (not the /thumb folders)</p>
<p>I want to resize these images without having to re-upload them<br /><br />With the /thumb folders I can change dimensions and then regenerate the thumbnails via the cmsAdmin login but there is no feature to do this on the /uploads folder.</p>
<p>Is there a way I can do this without having to re-upload all the images again?</p>
<p>Thanks</p>
<p>Andy</p>
]]></description>
          <pubDate>Thu, 18 Nov 2021 06:52:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245719#post2245719</guid>
        </item>
                <item>
          <title>Create a &quot;Where&quot; statement by selecting a field already present on the page.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243205#post2243205</link>
          <description><![CDATA[<p>Hi Daniel</p>

<p>I think I have answered my own question after a bit of delving into the support forum.</p>
<p>I changed my "where" statement by adding one more "AND" statement to exclude current property. For you and those that may be looking for the same thing, my "where" statement is as follows:-</p>
<pre class="language-markup"><code>    'where' =&gt; "property_type ='".mysql_escape($listingsRecord['property_type'])."' AND town='".mysql_escape($listingsRecord['town'])."' AND num!='".mysql_escape($listingsRecord['num'])."'", 
</code></pre>

<p>Thanks again for pointing me in the right direction.</p>
<p>Kind regards</p>
<p>Andy</p>]]></description>
          <pubDate>Sat, 23 Mar 2019 04:46:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243205#post2243205</guid>
        </item>
                <item>
          <title>Create a &quot;Where&quot; statement by selecting a field already present on the page.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243204#post2243204</link>
          <description><![CDATA[<p>Thanks Daniel</p>
<p><span>changing </span><strong>intval</strong><span> to </span><strong>mysql_escape</strong> did the trick - fantastic!</p>
<p>One last question on this please?</p>
<p>My "where" statement now reads</p>
<pre class="language-php"><code>    'where' =&gt; "property_type ='".mysql_escape($listingsRecord['property_type'])."' AND town='".mysql_escape($listingsRecord['town'])."'", 
</code></pre>
<p>This now produces all similar properties based on "property_type" and "town" but it also includes the currently displayed property.</p>
<p>Is there a line I can to the "where" statement that excludes the current listing that is being displayed.?</p>
<p>Thanks again for your great suport.</p>
<p>Andy</p>
]]></description>
          <pubDate>Sat, 23 Mar 2019 04:39:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243204#post2243204</guid>
        </item>
                <item>
          <title>Create a &quot;Where&quot; statement by selecting a field already present on the page.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243192#post2243192</link>
          <description><![CDATA[<p>Hi</p>
<p>I have a property website where I have a search form, search results page and search details page, all working fine.</p>
<p>What I would like to do on the details page is also list similar properties based on the field “property_type” and maybe others but just "property_type" for now</p>
<p>Currently my "Details Page" header is as follows:-</p>
<pre class="language-markup"><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;
&lt;?php
  // load viewer library
  $libraryPath = 'cmsb/lib/viewer_functions.php';
  $dirsToCheck = array('/home/aplacein/public_html/','','../','../../','../../../');
  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}
  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }

 // load record from 'listings'
  list($listingsRecords, $listingsMetaData) = getRecords(array(
    'tableName'   =&gt; 'listings',
    'where'       =&gt; whereRecordNumberInUrl(0),
    'loadUploads' =&gt; true,
    'allowSearch' =&gt; false,
    'limit'       =&gt; '1',
  ));
  $listingsRecord = @$listingsRecords[0]; // get first record
  if (!$listingsRecord) { dieWith404("Record not found!"); } // show error message if no record found
</code></pre>
<p>I presume to also list my listings as well I need to add more code</p>
<p>I have tried to add the following :-</p>
<pre class="language-markup"><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;
&lt;?php
  // load viewer library
  $libraryPath = 'cmsb/lib/viewer_functions.php';
  $dirsToCheck = array('/home/aplacein/public_html/','','../','../../','../../../');
  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}
  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }

 // load record from 'listings'
  list($listingsRecords, $listingsMetaData) = getRecords(array(
    'tableName'   =&gt; 'listings',
    'where'       =&gt; whereRecordNumberInUrl(0),
    'loadUploads' =&gt; true,
    'allowSearch' =&gt; false,
    'limit'       =&gt; '1',
  ));
  $listingsRecord = @$listingsRecords[0]; // get first record
  if (!$listingsRecord) { dieWith404("Record not found!"); } // show error message if no record found

  list($likeRecords, $likeMetaData) = getRecords(array(
    'tableName' =&gt; 'listings', 
    'where' =&gt; "property_type ='".intval($listingsRecord['property_type'])."'", 
    'limit'       =&gt; '3',
    'loadUploads' =&gt; true,
    'allowSearch' =&gt; true,
));
?&gt;</code></pre>
<p>However this does not work and I can't seem to display any records.</p>
<p>I know the problem is with my "where" statement</p>
<pre class="language-markup"><code>    'where' =&gt; "property_type ='".intval($listingsRecord['property_type'])."'", </code></pre>
<p>If I take the "where" statement out I get 3 listings displayed on the page but with different "property_type" (as one would expect)</p>
<p>Please could you tell me how to write a "where" statement that will select the "property_type" value in the details page.</p>
<p>Thanks<br />Andy</p>]]></description>
          <pubDate>Fri, 22 Mar 2019 11:48:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243192#post2243192</guid>
        </item>
                <item>
          <title>Preview Problem in Chrome Browser</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240525#post2240525</link>
          <description><![CDATA[<p>Hi</p>
<p>I am running Program Version <span>3.02 (Build 2060)</span></p>
<p>Whilst in cmsAdmin I go to modify one of my listings and click the blue "Preview" at the top right of page. In Chrome I get the following error</p>
<p>---</p>
<p>This page isn’t working</p>
<p>Chrome detected unusual code on this page and blocked it to protect your personal information (for example, passwords, phone numbers and credit cards).</p>

<ul><li>Try visiting the site's homepage.</li>
</ul><p>ERR_BLOCKED_BY_XSS_AUDITOR</p>
<p>---</p>
<p>However if I use Firefox, IE or Edge it works fine so I know my paths are OK. It looks like a Chrome issue on preview, have you come across this and is there a workaround?</p>
<p>Thanks</p>
<p>Andy</p>]]></description>
          <pubDate>Mon, 15 May 2017 05:42:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240525#post2240525</guid>
        </item>
                <item>
          <title>Populate a new list of checkboxes (multi Value) based on the input of another list of checkboxes (Multi Value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240052#post2240052</link>
          <description><![CDATA[<p>Hi Ross</p>
<p>Fantastic thanks!</p>
<p>That worked, I am now able to output all three languages for Features - great news.</p>
<p>You can see a demo at <a href="http://www.sunsetjavea.com/property/listingDetail_test_esp.php?248" rel="nofollow">http://www.sunsetjavea.com/property/listingDetail_test_esp.php?248</a> </p>
<p>Scroll down to features and you will see all 3 languages outputted (English, Spanish, French)</p>
<p>Thanks for your help with this Ross, this opens up many more possibilities for me and will make the Admin side far easier to update now I have Features in a separate table</p>
<p>Cheers</p>
<p>Andy</p>

]]></description>
          <pubDate>Tue, 17 Jan 2017 01:34:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240052#post2240052</guid>
        </item>
                <item>
          <title>Populate a new list of checkboxes (multi Value) based on the input of another list of checkboxes (Multi Value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240044#post2240044</link>
          <description><![CDATA[<p>Hi Ross</p>
<p>Thanks for this</p>
<p>I put the code in and changed the red to the correct values, however I am getting an error on the first line of your code:-</p>
<p><span>Warning: Invalid argument supplied for foreach() in /home/sunsetjavea/public_html/property/listingDetail_test_esp.php on line 299</span></p>
<p><span>If I put the :labels option in, it passes line 229 (first line of your code) and I get this error</span></p>
<p><span><span>mysql_get: second argument must be numeric or null, not 'BBQ area'!</span></span></p>

<p><span>This is what I would expect as we are looking for a "num" value here and we are picking up a label.</span></p>
<p><span>So what I deduce from this, is the first line of your code is not picking up the num value when I omit the :labels option.</span></p>
<p><span>Could you check your first line of code for me please.</span></p>
<p><span>Thanks</span></p>
<p><span>Andy</span></p>
]]></description>
          <pubDate>Mon, 16 Jan 2017 10:36:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240044#post2240044</guid>
        </item>
                <item>
          <title>Populate a new list of checkboxes (multi Value) based on the input of another list of checkboxes (Multi Value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240037#post2240037</link>
          <description><![CDATA[<p>Hi Ross</p>
<p>That would be great, look forward to hearing from you.</p>
<p>Kind regards</p>
<p>Andy</p>]]></description>
          <pubDate>Mon, 16 Jan 2017 04:37:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240037#post2240037</guid>
        </item>
                <item>
          <title>Populate a new list of checkboxes (multi Value) based on the input of another list of checkboxes (Multi Value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240013#post2240013</link>
          <description><![CDATA[<p>Hi Ross</p>
<p>Yes I have details pages setup and attach for your reference.</p>
<p>listingDetail_test.php<br />listingDetail_test_esp.php<br />listingDetail_test_fra.php</p>
<p>You can view a property by going to:</p>
<p><a href="http://www.sunsetjavea.com/property/listingDetail_test.php?248" rel="nofollow">http://www.sunsetjavea.com/property/listingDetail_test.php?248</a> <br /><a href="http://www.sunsetjavea.com/property/listingDetail_test_esp.php?248" rel="nofollow">http://www.sunsetjavea.com/property/listingDetail_test_esp.php?248</a><br /><a href="http://www.sunsetjavea.com/property/listingDetail_test_fra.php?248" rel="nofollow">http://www.sunsetjavea.com/property/listingDetail_test_fra.php?248</a></p>
<p>I have 2 fields setup for features</p>
<p>features (old list)<br />property_features (new list pulling data from Section Tablename features that I created as instructed)</p>
<p>The code on the page for features is on line 297</p>
<p>I have translated the features in the features table but not the rest of the page at this moment. However for testing purposes we should have enough to prove the features are working in the different languages.</p>
<p>I look forward to hearing from you and thanks again for your help with this.</p>
<p>Andy</p>]]></description>
          <pubDate>Fri, 13 Jan 2017 02:37:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240013#post2240013</guid>
        </item>
                <item>
          <title>Populate a new list of checkboxes (multi Value) based on the input of another list of checkboxes (Multi Value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239999#post2239999</link>
          <description><![CDATA[<p>Hi Ross</p>
<p>Excellent! That worked perfectly! </p>
<p>Please let me know the next steps.</p>
<p>Thanks for your help.</p>
<p>Andy</p>]]></description>
          <pubDate>Wed, 11 Jan 2017 15:26:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239999#post2239999</guid>
        </item>
                <item>
          <title>Populate a new list of checkboxes (multi Value) based on the input of another list of checkboxes (Multi Value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239984#post2239984</link>
          <description><![CDATA[<p>Hi Ross</p>
<p>Thanks for your reply.</p>
<p>I think I understand where you are coming from and am keen to get this working so in answer to your question, yes I am happy for the features to be only listed in English.</p>
<p>So my questions are</p>
<p>1) I have created a new section as suggested called Features, and set it up with 3 fields called english, spanish, french as suggested. This has been set as a Multi Record is that correct?</p>
<p>2) I have created several records in the features section for each feature in the 3 languages. When I create a new list field in my listings section, how do I pull the values from the "Features" section?</p>
<p>3) On my details page, how do I do a lookup for each feature selected to get its name in the appropriate language? at the moment I display features as </p>
<p><code>&lt;?php echo join(', ', $listingsRecord['features:values']); ?&gt;</code></p>
<p><br /><br />Thanks for your help with this.</p>
<p>If I can get it working, it will open up new possibilities for me as I will be able to do the same for other list fields such as "Property Type", "Views", "Banner Status" etc.</p>
<p>I look forward to hearing from you.</p>
<p>Andy</p>]]></description>
          <pubDate>Mon, 09 Jan 2017 16:56:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239984#post2239984</guid>
        </item>
                <item>
          <title>Populate a new list of checkboxes (multi Value) based on the input of another list of checkboxes (Multi Value)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239980#post2239980</link>
          <description><![CDATA[<p>Hi</p>
<p>I have a multilingual Website (3 languages) for a property Website and I use one section editor and create separate fileds for the languages for example for description I have 3 text boxes as follows</p>
<p><strong>Field Label                                Field Name</strong><br />Full Descriptiom (ENG)              description<br />Full Description (ESP)               esp_description<br />Full Description (FRA)               fra_descriprion</p>
<p>I then have 3 different HTML templates that I use depending on which country is selected.</p>
<p>However I also have a  features section that uses checkboxes (Multi Value) and I have 42 different options to select from as below.</p>
<p>Air-conditioning<br />Alarm system<br />BBQ area<br />BBQ<br />Central heating<br />Close to amenities<br />Communal garden<br />Covered parking<br />Double glazing<br />En-suite bathroom<br />Electric shutters<br />Fenced property<br />Fireplace<br />Furnished<br />Garage<br />Gated complex<br />Golf course views<br />Heating<br />Internet<br />Jacuzzi<br />Lift<br />No Community Fees<br />No Pets<br />Unfurnished<br />Off-road parking<br />Part furnished<br />Pets allowed<br />Pool view<br />Private driveway<br />Private garden<br />Roof terrace<br />Satellite TV<br />Sea view<br />Solar water heater<br />South facing<br />Storeroom<br />Summer Kitchen<br />Underfloor heating<br />Walking distance to beach<br />Window security grills<br />Window shutters<br />Wood burner</p>
<p>The problem is it is very time consuming for my client to enter features 3 times (for each language) as the list fields for each checkbox is one below the other.</p>
<p>Now I have the translations for all the features so ideally I want to be able to select the features on the English check boxes and this automatically pulls in the translation on the other checkboxes for the other 2 languages. Is there a way I can do that?</p>
<p>Alternatively, is there a way I can display the Features checkboxes side by side for each language so the client can just select each one on the same row without having to know the translation for the English word?</p>
<p>Any help or suggestions would be much appreciated.</p>
<p>Thanks<br />Andy</p>]]></description>
          <pubDate>Mon, 09 Jan 2017 10:33:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239980#post2239980</guid>
        </item>
                <item>
          <title>Use the Erase Option to Erase a Record Outside of CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237091#post2237091</link>
          <description><![CDATA[<p>Thanks Greg (and Jerry for your input)</p>
<p>That looks pretty straight forward and could be exactly what I was looking for. I will give it a go.</p>
<p>As always great support!</p>
<p>Thanks again</p>
<p>Andy</p>]]></description>
          <pubDate>Mon, 13 Jul 2015 16:05:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237091#post2237091</guid>
        </item>
                <item>
          <title>Use the Erase Option to Erase a Record Outside of CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237079#post2237079</link>
          <description><![CDATA[<p>Hi</p>
<p>I have a client that imports XML feeds into their listings database from 20 + other Agents.</p>
<p>The problem they are having is that there are a number of duplications on properties and it is possible to have listings showing several properties all the same but with different agent reference numbers.</p>
<p>We have written a dedupe type program that looks at 9 fields in the listings table (Town, Property Type, Price, Description, Bedrooms, Bathrooms, Sq Meters Build, Plot size, Pool) and produces a spreadsheet with a worksheet for each number of matches (9 matches, 8 matches etc.). This works well and we have a link in the spreadsheet so the client can view each property to see if it is definite duplication. (It is possible to have 9 matches and still be different as well as have 7 matches and be a duplication so there has to be a manual element involved for final checking)</p>
<p>We run this automatically after the weekly XML import, and  the system sends the client an email with the spreadsheet duplications ready for checking.</p>
<p>We want to increase the number of options on the spreadsheet so the client can not only use a link to view the property but also provide a link to delete the property. We have also added  functions so that we do not re import deleted properties the next time we import the XML feed (stored in a new Exclude database) and we also have a function to clean up the exclude database so that once a property no longer appears on the XML import we can remove from the exclude database. </p>
<p>All of this is working great except for the delete option. I have 2 questions:-</p>
<p>1) Is there a way we can use the functionality of the erase function in the CMS Admin/listings screen to erase/delete the record from outside the admin using a link on the spreadsheet?</p>
<p>2) Please confirm that the erase function in CMS Admin/listings screen, not only erases the record, but also erases any uploads associated with that record and erases any Permalinks associated with that record.</p>
<p>Thank you for your help.</p>
<p>Kind regards</p>
<p>Andy</p>

]]></description>
          <pubDate>Sat, 11 Jul 2015 04:43:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237079#post2237079</guid>
        </item>
                <item>
          <title>Error Log showing error when frontend displays 404 not found.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236734#post2236734</link>
          <description><![CDATA[<p>Thanks Damon</p>
<p>I put the code in and tested with an invalid URL and the 404 page came up AND there was no error in the error log file in Admin.</p>
<p>All good - thanks for your excellent support!</p>
<p>Kind regards</p>
<p>Andy</p>]]></description>
          <pubDate>Fri, 15 May 2015 09:21:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236734#post2236734</guid>
        </item>
                <item>
          <title>Error Log showing error when frontend displays 404 not found.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236720#post2236720</link>
          <description><![CDATA[<p>Hi Greg</p>
<p>Please find the file attached.</p>
<p>Kind regards</p>
<p>Andy</p>]]></description>
          <pubDate>Thu, 14 May 2015 09:16:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236720#post2236720</guid>
        </item>
                <item>
          <title>Error Log showing error when frontend displays 404 not found.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236686#post2236686</link>
          <description><![CDATA[<p>Hi</p>
<p>I have a listings Real Estate site using CMSB.</p>
<p>If a user enters a link such as <a href="http://www.comparedirect.eu/property/listingDetail.php?19435" rel="nofollow">http://www.comparedirect.eu/property/listingDetail.php?19435</a> they get the listing detail page up - good</p>
<p>However if they key in an invalid URL such as <a href="http://www.comparedirect.eu/property/listingDetail.php?194355" rel="nofollow">http://www.comparedirect.eu/property/listingDetail.php?194355</a> they get the 404 page not found which is correct - good</p>
<p>However I notice this produces an error in the CMS Admin error log - the error says:-</p>
<p>E_WARNING: Invalid argument supplied for foreach()<br /> /home/comparedirect/public_html/property/listingDetail.php (line 163)<br /><a href="http://www.comparedirect.eu/property/listingDetail.php?194355" rel="nofollow">http://www.comparedirect.eu/property/listingDetail.php?194355</a></p>
<p>Should this happen? How can I prevent this showing up in the error log as it is a 404 page not found.</p>
<p>Kind regards</p>
<p>Andy</p>]]></description>
          <pubDate>Sat, 09 May 2015 04:28:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236686#post2236686</guid>
        </item>
                <item>
          <title>Replace &quot;Record not found!&quot; with custom 404 Page not Found</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236649#post2236649</link>
          <description><![CDATA[<p>Hi Damon</p>
<p>Fantastic, that did the trick!</p>
<p>Thanks for the great support and help.</p>
<p>Kind regards<br />Andy</p>]]></description>
          <pubDate>Tue, 28 Apr 2015 21:48:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236649#post2236649</guid>
        </item>
                <item>
          <title>Replace &quot;Record not found!&quot; with custom 404 Page not Found</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236625#post2236625</link>
          <description><![CDATA[<p>Hi</p>
<p>I have a property website with the Permalinks plugin installed (I do not think this is relevant but thought it worth mentioning)</p>
<p>Some of my old listings are still indexed by Google, but the property in question has since been deleted. However when someone clicks on the link Google has -  <a href="http://www.comparedirect.eu/property/listingDetail.php?DO1615338-25479%C2%A0%C2%A0" rel="nofollow">http://www.comparedirect.eu/property/listingDetail.php?DO1615338-25479  </a> they get a "Record not found!" error code.</p>
<p>My SEO person has said it would be better to handle this differently and asked could this not show a "404 page not found" error page instead (I have a custom 404 page setup and this works when going to a page not recognised but not when clicking the link from Google)</p>
<p>Thanks for your help.</p>
<p>Kind regards</p>
<p>Andy</p>]]></description>
          <pubDate>Mon, 27 Apr 2015 06:22:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236625#post2236625</guid>
        </item>
                <item>
          <title>Price format Display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235401#post2235401</link>
          <description><![CDATA[<p>Hi Claire</p>
<p>Thanks for your reply, but when I pasted your code in I was getting a syntax error.</p>
<p>I removed the code marked in red below</p>
<p><code>&lt;?php echo number_format($listing['price'], 2, ',', '.')<span style="color:#ff0000;">;)</span> ?&gt;</code></p>
<p>So I then had</p>
<p><code>&lt;?php echo number_format($listing['price'], 2, ',', '.') ?&gt;</code></p>
<p>and this worked as you indicated with 2 places after the decimal and a comma as the decimal separator and a period as the thousands separator, like this: 150.000,00</p>
<p>However I do not want the decimal places, I just want this to be displayed as 150.000</p>
<p>I therefore changed the code to</p>
<p><code>&lt;?php echo number_format($listing['price'], 0, ',', '.') ?&gt;</code></p>
<p>This seems to work great - can you see any problems with what I have done?</p>
<p>Thanks for your help Claire</p>
<p>Kind regards</p>
<p>Andy</p>]]></description>
          <pubDate>Fri, 21 Nov 2014 04:26:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235401#post2235401</guid>
        </item>
                <item>
          <title>Price format Display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235367#post2235367</link>
          <description><![CDATA[<p>Hi</p>
<p>I have a "price" field in my property listings section.</p>
<p>I enter values in in the cmsb admin like 150000 which then displays on my website as 150,000 which is what I want, so far so good.</p>
<p>I display the price using the following code:-</p>
<p><code>&lt;?php echo number_format($listing['price']) ?&gt;</code></p>
<p>However I have some French pages which uses the same "price" field from the listings section.</p>
<p>I want to be able to display the "price" field on these pages like 150.000 (European format)</p>
<p>Is there a different syntax I can use which would display the "price" field in this European Format.</p>
<p>Your help would be appreciated.</p>
<p>Thanks</p>
<p>Andy</p>]]></description>
          <pubDate>Mon, 17 Nov 2014 10:19:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235367#post2235367</guid>
        </item>
              </channel>
    </rss>
  