Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • Nick Leech
    Keymaster
    Post count: 37

    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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    Brian,

    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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    We do have two MLS currently running intraday updates but that is all.

    They are:

    a525 Amador County MLS
    A311 West Alabama MLS

    We 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    You 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    Example:

    .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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    From 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    This is actually the correct link for their support: http://www.bankrate.com/coinfo/webmasteremail.asp

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    I do not have the code, but if you figure it out it would be nice if you posted it.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    There 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    This 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    Subheader 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    When 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    If 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    I 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    The 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    Would 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    You can find them on this page: http://devpar.wpengine.com/marketing-materials/

    1 rating, 1 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    You will no longer be able to use a dynamic wrapper if your site uses relative URL’s.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    Custom 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 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    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 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    You 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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    You can change with CSS

    .marker-cluster-small {background-color: red;}
    .marker-cluster-small div {background-color: red;}

    1 rating, 1 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    You 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.css

    If 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 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37
    in reply to: Facebook #80

    Facebook Integration: http://kb.idxbroker.com/Knowledgebase/Article/View/202/6/facebook-business-page

    1 rating, 1 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Nick Leech
    Keymaster
    Post count: 37

    The 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 ratings, 2 votes2 ratings, 2 votes (+2 rating, 2 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
Viewing 27 posts - 1 through 27 (of 27 total)