+ Reply to Thread
Results 1 to 2 of 2

Thread: Making Different Snippets for Condo Complexes

  1. #1
    Join Date
    Dec 2005
    Location
    Brookline, MA
    Posts
    95

    Default Making Different Snippets for Condo Complexes

    For all my condos complexes I want to set up an idx snippet to show available condos by complex. I need to add to the snippets:
    street number
    street name
    complex name

    /* Property Type */
    //$_REQUEST['idx'] = 'condominium';

    /*Complex Name*/
    //$_REQUEST['complex_name'] =" "; did I do that correctly?

    will you do street name and street number for me please? some condos have more than one building and on different streets.
    Thank-you,
    Nancy
    Newton and BrooklineHomes.com

  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
    24,278

    Default Re: Making Different Snippets for Condo Complexes

    Street Name and Street Number ;

    $_REQUEST['street_number'] = '1234';

    $_REQUEST['street_name'] = 'Street Name';

    I do not see a Complex Name field ... there is Neighborhood

    Which you would use:

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

+ Reply to Thread

Similar Threads

  1. Snippets, snippets who's got the snippets :)
    By jessiesc in forum REW IDX
    Replies: 14
    Last Post: 10-17-2007, 01:56 PM

Posting Permissions

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