This is an old revision of the document!
This feature only SENDS listing TO Oodle.com. It does NOT receive listings FROM Oodle.com.
You can find the Oodle feed in your software, named oodle_feed.php. The Oodle feed comes "turned off" when you first install the software, since the Oodle feed can get pretty big on large sites and potentially take a lot of resources to generate.
Resources:
<tip c n>Note: The Oodle feed in the software only generates the feed, that can be submitted to Oodle.com to possibly show your listings on oodle.com's site. There is no guarantee that the submitted listings will be accepted, the decision on if a submitted feed is accepted or not is solely up to oodle.com. See the documentation on their site for more information on the best ways to get your Oodle feed accepted.</tip>
These instructions will walk you through the steps needed, to allow the the Oodle feed to be submitted to oodle.com for possible acceptance. These are the minimal steps only to simply turn it on. There are additional settings that you can use to further customize how your Oodle feed is generated.
Skills
Instructions
<?php //oodle_feed.config.php - settings for the oodle_feed.php feed //turn the feed on: $enabled = 1; //the maximum number of listings to use: $feed->maxListings = 5000;
<
<
These instructions will walk you through the steps needed, to generate a "category map" that will allow you to map the categories on your site, with the categories that Oodle uses.
Skills
Instructions
$generateOodleCatMapFile = 1;
Save and upload the file. <
The Oodle feed is going to be displaying every single classified found on your site. If you have a lot of classifieds, the more you have the better chance that there will be a problem with displaying them all. If your site is having trouble displaying all of the listings, follow these instructions to find how to fix.
$feed->debug = true; ini_set('display_errors','stdout');
<