Real Estate Forums
| REW CMS 1 Questions For users of the REW CMS 1 or classic backend - please post your 'how do I' questions here. If you have upgraded to CMS 2, please use the CMS 2 Forum |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
What is the code I need to use for a snippet if I want to search for a particular road within a town?
http://www.best-nh-homes-real-estate.com/ <?php $_REQUEST['city'] = "Hillsborough_brookline"; $_REQUEST['road'] = "main"; $_REQUEST['price_min'] = "50000"; $_REQUEST['price_max'] = "50000000"; //do not edit below this line $_REQUEST['snippet_include'] = "true"; include "idx/search.php"; ?> |
|
|||
|
It doesn't look like you can search by road in a snippet, Jim. You'd need to post a Work Order to have this feature added.
|
|
|||
|
Where can I get a list of available "fields" for snippets on my website?
|
|
|||
|
zip
county price_min price_max bedrooms_min bathrooms_min square_feet_min lot_min year wtrname wtraccbody water_body_type village office agent Any of the above lines can be placed into a snippet for example: $_REQUEST['price_max'] = "5000000"; ( note for others - this is only for Jim's site ) |
|
|||
|
Isn't that a very limited number of fields for a custom site?
|
|
|||
|
No - I don't think so. Seems like a good list to me - of course - like you already did - you asked for us to add more fields in a work order - Your site is one of the older ones as well - it hasn't had any updates to the IDX in quite some time as far as I know.
|
|
|||
|
Hopefully REW will have a "sale" on hours again very soon...
|
|
|||
|
You just missed one - ended this week. Do you not get the promotion notification emails? If not let us know an email address that you'd like them sent to and we can get you on the list.
Thank you, |
|
|||
|
|
|
|||
|
It ended on Wednesday. Here is the blog post:
http://www.realestatewebmasters.com/...rey/8453/show/ I'll get you added to the list for future promotions. Thank you, |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Snippet Code | panther23 | REW CMS 1 Questions | 1 | 07-24-2009 11:20 AM |
| Snippet that searches by Zip Code | SCP | REW CMS 2 Questions | 2 | 03-17-2009 06:11 AM |
| Tweek Snippet Code For IDX | DMG | Coding | 1 | 11-04-2008 03:57 PM |