Forum Replies Created
-
AuthorPosts
-
in reply to: Inserting a custom web component into IDX Home site #2604
Adam, If the client is an IDX Home client they then cannot use Partner Custom Templates at the moment so the only way to accomplish this would be through JS in the subheader.
If MLS_ID is referring to the Listing ID then it should be possible to capture that information through the listing on the page, the listing ID in the URL or via the dynamic variable {{listingID}} .
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...For IDX Broker Platinum users you can specify a CC address which you could then use the CRM email: http://support.idxbroker.com/customer/en/portal/articles/1912601-global-preferences—email-settings?b_id=10433
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...I created a ticket for the ability to turn on or off those e-mails when a lead is unassigned and if it is turned on then they will have the ability to specify an e-mail to send those two which could be different then the primary e-mail address on the account.
I will work on a ticket to allow you all to edit the lead credential e-mail that gets sent out as I am not seeing one already created.
In the mean time if they still want the leads to be able to be unassigned then you may be able to set-up a filter within their e-mail app.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Duplicate Page Titles #942Brian,
We have an Enhancement request open to allow photo gallery pages to get unique titles like the details pages.
I do not have any feature requests in for the sitemap links but I can look into that.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Faster MLS Data Refresh #941We do have two MLS currently running intraday updates but that is all.
They are:
a525 Amador County MLS
A311 West Alabama MLSWe will be slowly moving certain MLS over to the new system one by one.
I will make an announcement here and will be listing each MLS as they are added: https://developers.idxbroker.com/forums/forum/general-discussion/announcements/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: How can we edit Photos by CSS? #590You can make the images larger by changing the height and width of the element, you may need to edit the max-height, and max-width as well.
Due to how the template is built, you may have to change around other elements on the page as well and not just the images.As far as hiding the white space, it can be done depending on the template by increasing the size of the image.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: change the map pin icons using CSS #588Example:
.leaflet-marker-icon.leaflet-zoom-animated.leaflet-clickable { padding: 16px 16px 0px 0px;
background: url(‘yourimage.jpg’);
background-size:auto; width:0px !Important; height: 0px !Important; background-repeat:no-repeat }(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Complete live search on new Omni-search widget #539From my testing I am seeing the omni bar work with listing ID and address. Sometimes the address wont work correctly if a street direction is used however.
Are you referring to something else?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Logo images broken in BankRate tool… #435This is actually the correct link for their support: http://www.bankrate.com/coinfo/webmasteremail.asp
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Custom Basic Search Coding #416I do not have the code, but if you figure it out it would be nice if you posted it.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Custom Basic Search Coding #414There is no way around that other then to remove the modify search option from the results page, or try to create a piece of JavaScript and add to the results page subheader.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Custom Basic Search Coding #412This is what is appended to the URL when you select the MLS which doesn’t allow commingling: &idxID=b040&commingle
Depending on the MLS the idxID value may be different/
You can create a custom basic search form and add those fields and values to the form to have the basic search page default to that MLS.
*This will only be available if you create a custom search form and not use our default basic search page
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: API Saved Links – adding Sub Header #385Subheader is not an available option for the array
If you make the call without any Put Data supplied then a list of fields that can be used should be returned.
The Output is this:
array(11) { [“pageTitle”]=> array(8) { [“explanitoryText”]=> string(10) “Page Title” [“required”]=> string(1) “1” [“maxLength”]=> string(3) “255” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(0) “” [“choices”]=> array(0) { } [“description”]=> string(0) “” } [“linkName”]=> array(8) { [“explanitoryText”]=> string(15) “Link URL (Name)” [“required”]=> string(1) “1” [“maxLength”]=> string(0) “” [“dataType”]=> string(6)
“string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(0) “” [“choices”]=> array(0) { } [“description”]=> string(0) “” } [“useDescriptionMeta”]=> array(8) { [“explanitoryText”]=> string(25) “Use Meta Tags Description” [“required”]=> string(1) “0” [“maxLength”]=> string(0) “” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(1) “y” [“choices”]=> array(2) { [“y”]=> string(3) “Yes” [“n”]=> string(2) “No” } [“description”]=> string(0) “” } [“descriptionMeta”]=> array(8) { [“explanitoryText”]=> string(21) “Meta Tags Description” [“required”]=> string(1) “0” [“maxLength”]=> string(0) “” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(0) “” [“choices”]=> array(0) { } [“description”]=> string(0) “” } [“useKeywordsMeta”]=> array(8) { [“explanitoryText”]=> string(22) “Use Meta Tags Keywords” [“required”]=> string(1) “0” [“maxLength”]=> string(0) “” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(1) “y” [“choices”]=> array(2) { [“y”]=> string(3) “Yes” [“n”]=> string(2) “No” } [“description”]=> string(0) “” } [“keywords”]=> array(8) { [“explanitoryText”]=> string(18) “Meta Tags Keywords” [“required”]=> string(1) “0” [“maxLength”]=> string(0) “” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(0) “” [“choices”]=> array(0) { } [“description”]=> string(0) “” } [“featured”]=> array(8) { [“explanitoryText”]=> string(30) “Place On Custom Links Showcase” [“required”]=> string(1) “0” [“maxLength”]=> string(0) “” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(1) “y” [“choices”]=> array(2) { [“y”]=> string(3) “Yes” [“n”]=> string(2) “No” } [“description”]=> string(0) “” } [“linkTitle”]=> array(8) { [“explanitoryText”]=> string(12) “Link Display” [“required”]=> string(1) “1” [“maxLength”]=> string(3) “255” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(0) “” [“choices”]=> array(0) { } [“description”]=> string(0) “” } [“linkCopy”]=> array(8) { [“explanitoryText”]=> string(16) “Link Description” [“required”]=> string(1) “0” [“maxLength”]=> string(0) “” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(0) “” [“choices”]=> array(0) { } [“description”]=> string(0) “” } [“agentID”]=> array(8) { [“explanitoryText”]=> string(28) “Assign an agent to this link” [“required”]=> string(1) “0” [“maxLength”]=> string(0) “” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(0) “” [“choices”]=> array(0) { } [“description”]=> string(0) “” } [“queryString”]=> array(8) { [“explanitoryText”]=> string(16) “Saved Link Query” [“required”]=> string(1) “1” [“maxLength”]=> string(2) “40” [“dataType”]=> string(6) “string” [“allowedCharacters”]=> string(0) “” [“defaultValue”]=> string(0) “” [“choices”]=> array(0) { } [“description”]=> string(0) “” } }(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: API leads don't check for duplicate email #379When messing with the API if you use API version 1.1.1 OR V 1.2.0 the response should be 409 “Lead Already Exists”
If you use API version 1.0.4 it will allow you to add the lead.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Feature Request: Commute Time #325If you enable the walkscore map on details pages there is an option that can find the commute time, as well as the cost for commuting.
http://cosmicwompproperties.idxbroker.com/idx/details/details/b092/21425377/6300-Shiloh-Rdg
There is an input box which states Where do you commute?
If you type in your address there it will give you the commute time for walking, car, bus, or bike, as well as driving costs.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: IDX Broker plugin and other plugin conflicts #292I have experienced issues with W3 Total Cache in that it causes the start and stop tags to be placed on the same line which in turn causes the dynamic wrapper to not work.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Request: Better Documentation for Search Variables #233The best option for this would be an API call as every MLS is different and it can change.
MLS fields API call: http://middleware.idxbroker.com/docs/api/methods/index.html#api-MLS-getSearchfields
MLS field values API call: http://middleware.idxbroker.com/docs/api/methods/index.html#api-MLS-getSearchfieldvalues
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Custom CSS for variable page layouts #204Would it be better if a developer partner via their Partner Dashboard be able to set permissions for their clients to lock them out of any section they dont want them to have access?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Are there official IDX logos available for download? #122You can find them on this page: http://devpar.wpengine.com/marketing-materials/
(+1 rating, 1 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Can I change my WP install to use relative urls? #120You will no longer be able to use a dynamic wrapper if your site uses relative URL’s.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Setting up custom subdomain #117Custom Sub-domain: http://kb.idxbroker.com/index.php?/Knowledgebase/Article/View/7/0/using-a-custom-subdomain
You basically create a CNAME record for your custom sub-domain which points to subdomains.idxbroker.com
This needs to be a CNAME record and not an A record.
(+1 rating, 1 votes, rated)
You need to be a registered member to rate this post.Loading...You can append ?mobile to the end of any IDX Page URL.
If there is already a ? in the URL such as a results page it would be &mobile
(+1 rating, 1 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: How do I know when the data refreshes? #115You can go to this page: http://www.idxbroker.com/idx_mls_coverage
If you select your MLS it will show in the top right hand box the last refresh and listing count.
You can also find out via an API call: http://middleware.idxbroker.com/docs/api/1.1/mls.php#age
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Can I change the color of map pin clusters with CSS? #114You can change with CSS
.marker-cluster-small {background-color: red;}
.marker-cluster-small div {background-color: red;}(+1 rating, 1 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Where are the CSS style sheets? #113You cannot edit our style sheets, but you can see what the CSS is by going to an IDX page –> View Page Source –> It will be the first Link below the opening Head Tag.
Additional Style sheets:
http://d1qfrurkpai25r.cloudfront.net/graphical/css/select2.cssIf you are using any mobilefirst templates then this is one as well:
http://d1qfrurkpai25r.cloudfront.net/graphical/css/mobileFirst.css
You can add CSS to style your IDX page by following this article: http://kb.idxbroker.com/Knowledgebase/Article/View/72/30/custom-css
(+1 rating, 1 votes, rated)
You need to be a registered member to rate this post.Loading...Facebook Integration: http://kb.idxbroker.com/Knowledgebase/Article/View/202/6/facebook-business-page
(+1 rating, 1 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Client Key and Partner Key? #61The Partner API key will be located within the Partner Dashboard under Home –> API Control
This allows the Development Partners to use their own API keys as ancillary keys. Use of ancillary keys is completely optional but it grants the following extra functionality.
– Increased hourly access limits. Three times the normal limit.
– Output preference override. The partner’s output preferences override any settings that the client may have.
– Version preference override. Regardless of the API version selected in the client account the version used will be the preference set on the partner’s account.(+2 rating, 2 votes, rated)
You need to be a registered member to rate this post.Loading... -
AuthorPosts