Real Estate Forums
| REW IDX REW Customers only - ask questions, get support and report feed issues here. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
The owners have 3 offices. Is it possible that all 3 offices can be in featured listings. I tried adding in all 3 office IDs into the snippet, but that did not work.
|
|
|||
|
Sure that's possible - Probably will just need to add square brackets to the end of each line. So it's going to look something like this:
$_REQUEST['office_id'][] = "office1"; $_REQUEST['office_id'][] = "office2"; $_REQUEST['office_id'][] = "office3"; I'm not sure if "office_id" is what it's actually called - if adding the brackets doesn't work - post the snippet code. |
|
||||
|
that didn't work. I tried it your way and then i tried adding the code below with the different office numbers.
$_REQUEST['officelist'] = 'n160'; //listing office: Coldwell Banker Excellence |
|
|||
|
Did you try it like this? (of course change the office ID's to the correct ones)
$_REQUEST['officelist'][] = 'n160'; //listing office: Coldwell Banker Excellence $_REQUEST['officelist'][] = 'n161'; $_REQUEST['officelist'][] = 'n162; |
|
||||
|
Yes, and the listings only show for whatever office ID i place into the 3rd spot
|
|
|||
|
You sure you're putting the square brackets? What is the code you are trying that doesn't work?
|
|
||||
|
sorry and thanks. i missed these little thingys []
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Realtor Attrition | dlwest35 | Real Estate Chat | 15 | 02-04-2008 11:26 AM |
| Main Factors For Switching Offices!? | Agnafl | Real Estate Chat | 9 | 11-13-2007 02:44 PM |
| gmac mortgage new jersey offices | srene | Mortgage Information | 4 | 08-23-2007 12:09 PM |
| Should I Change Offices? | atlanticrealestate | Real Estate Chat | 5 | 01-04-2007 01:00 PM |
| switching offices | parealtor | Real Estate Chat | 4 | 09-26-2005 04:49 PM |