+ Reply to Thread
Results 1 to 4 of 4

Thread: Golf Course and Equestrian Homes snippet

  1. #1
    Join Date
    May 2008
    Posts
    81

    Default Golf Course and Equestrian Homes snippet

    Hi, our new site is nearing completion. I'm thinking creating pages specifically for golf course and/or equestrian properties.

    I saw in a post that someone else is using a snippet with the criteria
    $_REQUEST['HorseProp'][] = true;
    This doesn't seem to work for me. Can someone help with the proper syntax and MLS keywords for golf course and equestrian properties?

    Thanks!

  2. #2
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    16,026

    Default Re: Golf Course and Equestrian Homes snippet

    Paul, that would need to be setup as a custom request variable (Assuming it's available in your feed) and would require a work order. (This is true for all non standard snippet variables.

    Those that are standard should be accessible via the "sample-idx-snippet" in your backend.
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  3. #3
    Join Date
    May 2008
    Posts
    81

    Default Re: Golf Course and Equestrian Homes snippet

    Thanks Morgan.

    In my backend I see a "sample-snippet", but not a "sample-idx-snippet".

    "sample-snippet" incluedes only very basic element search components:

    $_REQUEST['idx'] = 'residential';

    $_REQUEST['search_city'][] = 'city name';

    $_REQUEST['snippet_price_table'] = true;

    $_REQUEST['snippet_title'] = 'Sample Snippet';
    $_REQUEST['minimum_bedrooms'] = '0';
    $_REQUEST['maximum_bedrooms'] = '100';
    $_REQUEST['minimum_bathrooms'] = '0';
    $_REQUEST['maximum_bathrooms'] = '100';
    $_REQUEST['minimum_price'] = '0';
    $_REQUEST['maximum_price'] = '1000000';
    $_REQUEST['minimum_sqft'] = '0';
    $_REQUEST['minimum_acres'] = '0';
    $_REQUEST['minimum_year'] = '1900';

    Is there more, or a sample snippet I'm missing?

    Thanks again.

  4. #4
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    16,026

    Default Re: Golf Course and Equestrian Homes snippet

    Nope that looks like just about it
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts