+ Reply to Thread
Results 1 to 3 of 3

Thread: Snippet -- year built

  1. #1
    Join Date
    May 2007
    Location
    Davis, CA
    Posts
    1,469

    Default Snippet -- year built

    I am not very snippet savvy, but on my historic woodland area, I would like to restrict the year built to before 1940. I already have the basic snippet set up, but right now it includes everything in that area and I would like a search that is restricted to the older homes.

    Let me know if this is not clear.

    Thanks.

  2. #2
    Aaron is offline Real Estate Webmasters Staff Aaron's Most Recent Blog Entry: Email etiquette Aaron is on a distinguished road
    Join Date
    Jun 2005
    Location
    Nanaimo
    Posts
    23,433

    Default Re: Snippet -- year built

    Hi Carolyn,

    Add this line to the snippet.

    $_REQUEST['maximum_year'] = '1940';
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  3. #3
    Join Date
    May 2007
    Location
    Davis, CA
    Posts
    1,469

    Default Re: Snippet -- year built

    Thanks Aaron. Worked great.

+ 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