Real Estate Forums
| REW IDX REW Customers only - ask questions, get support and report feed issues here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
I'm looking for a snippet to display listings within a given price range.
I thought I saw a post somewhere for this already. Does this exists? If so, how can i get it. In addition, is there a list somewhere of available snippets? Thanks in advance.
__________________
Jessie: Panama City Beach Real Estate, Panama City Real Estate and Panama City Beach Condos |
|
|||
|
Thanks Kyle, appreciate it
![]() How do you know what your city code is? Not working though ![]()
__________________
Jessie: Panama City Beach Real Estate, Panama City Real Estate and Panama City Beach Condos Last edited by jessiesc : 10-11-2007 at 10:01 AM. |
|
|||
|
Hi Jessie,
IDX snippets are different depending on which feed or IDX code that your website is using. I'll have a programmer set up a sample snippet for you to use to make more. Thank you, |
|
|||
|
Aaron,
You continue to be THE MAN ![]() Thanks
__________________
Jessie: Panama City Beach Real Estate, Panama City Real Estate and Panama City Beach Condos |
|
||||
|
Sorry for interfering Aaron. I thought it might be worth a try.
|
|
|||
|
No Problem - I can always use the help
Jessie: Steven will create an example snippet for you. |
|
||||
|
Hello Jessie
You are well on your way to making snippets. The first part of this snippet is good. Code:
<?php $_REQUEST['snippet_include'] = true; $_REQUEST['price_min'] = "400000"; $_REQUEST['price_max'] = "600000"; Code:
$_REQUEST['city'][] = "Alford"; $_REQUEST['city'][] = "Altha"; Code:
include $_SERVER['DOCUMENT_ROOT'] . "/idx/search.php"; ?> Code:
$_REQUEST['proptype'][] = "DSF"; $_REQUEST['proptype'][] = "MOB"; ASF = ASF/Attached Individual Unit CND = Condominium DSF = Detached Single Family FRM = Farm MOB = Mobile/Manufactured MUL = Dup/Tri/Quad Multi Unit To limit by bedrooms or bathrooms Code:
$_REQUEST['bedrooms'] = "2"; $_REQUEST['bathrooms'] = "2"; |
|
|||
|
Thanks Steven,
Works like a charm. You now THE NEW MAN!!! ![]()
__________________
Jessie: Panama City Beach Real Estate, Panama City Real Estate and Panama City Beach Condos |
|
||||
|
Just a quick note Jessie, I recently (Within the last few months) added a forum to the customer support section for "REW IDX" - this would have been more appropriate in that forum, so I have moved it.
Not complaining, just pointing it out for the future ![]()
__________________
Webmasters who spend their energies upholding the spirit of the basic principles [Of Google] will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit. Google.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|