Forum Replies Created
-
AuthorPosts
-
in reply to: Equity is now FREE for Developer Partners #2782
Erik,
Can you email me at developers@idxbroker.com and I can send you the promo codes?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Custom Formatting of Listing Detail Page(s) #2694Pete,
You can just use JS to change the location of those elements and it would be similar to this: https://developers.idxbroker.com/lesson/move-the-contact-form-on-details-page/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: OR search functionality #2653OR searches find one term or the other.
In one of the examples you see this: http://test.idxbroker.com/idx/results/homes-for-sale?idxID=a001&or_g1%5B%5D%5Ba_bankOwnedYN%5D=yes&or_g1%5B%5D%5Ba_shortSaleYN%5D=yes&pt=1&a_propStatus%5B%5D=Active&amin_garageOrParkingSpaces=4
That will basically find all listings that are Banked Owned OR are a Short Sale.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Inserting a custom web component into IDX Home site #2601What is the clients domain name? For IDX Home sites you do not have access to the php files nor can they use partner custom templates.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Alt tags on results & detail pages #2574This should work for the results pages:
This should work for the details pages:
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Similar Listings Widget on Details Pages #2531They show on the details page above the contact form however that client was not on the latest version of the mobile first template which I have changed.
The similar listings widget should show now: http://homes-for-sale.kristenbarber.com/idx/details/listing/c080/11906499/7101-Stein-Circle-543-Park-City-UT-84060(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Property Updates for Soft Leads #2321Yes that is correct! We are also working on more enhancements in regards to the property update system so there should be more to come.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Expanding Agent Bio? #2273Kelly,
Via the Subheaders: https://support.idxbroker.com/customer/en/portal/articles/1914441-subheaders?b_id=10433
There should be a page level subheader for Agent Bio and Listings.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Expanding Agent Bio? #2271Kelly,
It is not the AE theme as it is related to the IDX Broker Layout: https://search.jenkinsrealestategroup.com/idx/agent/146789/chuck-jenkins?bare
This looks like it works however:
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Expanding Agent Bio? #2269Kelly,
Can you post a link to the page in question so if other developers here see the question they can answer as well?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Font Awesome Icons Troubleshooting #2262What is the clients domain name?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Create a banner overlay showing property status #2141Here is another example for open houses: https://search.socal.estate/idx/results/listings?pt=1&idxID=d025&srt=newest
The status should be a field on the showcase widgets but it is hidden by default if i Remember correct.Using Impress Listings could help as well: https://wordpress.org/plugins/wp-listings/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Create a banner overlay showing property status #2140Here is an example where someone did one for Virtual Tours but should be similar: https://texas.primeranchland.com/i/new-listings-of-farms-and-ranches-for-sale-in-texas
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...Just did this quickly and this is only one of the possible ways
If the client is using a custom subdomain then the webURL will be different.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Add a Save Search to the MAP Search Page #1976Please post all Feature Requests here: http://learn.idxbroker.com/idea
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Unscheduled Maintenance #1965This issue has been resolved
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: 502 Issues with IDX Broker Pages and MW #1957The 502 issues should be resolved now and the system processes are back up and running.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...Aarin,
I would really recommend becoming familiar with your developer tools within your web browser.
There is a lesson here: https://developers.idxbroker.com/lesson/developer-tools/The below is currently applied for the lead toolbar:
#IDX-leadToolsBar {
height: 60px;
margin-bottom: 5px;
padding-top: 10px;
text-align: center;
color: #fff;
background-color: #8bc650;
}This is being applied to the select options:
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-choice {
padding: 5px 5px 5px 30px;
background: #3D6E99;
color: #fff;
line-height: 18px;
border: none;
box-shadow: none;
-webkit-box-shadow: none;
}You can change in the dashboard under Designs –> Custom CSS –> Search by specifying different CSS and using the !important tag if needed to overwrite.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Change Blue Color for all Mobile first pages #1912I believe these will work:
/* IDX Broker CSS to change the top Menu on all MobileFirst Search pages 9.28.2015 */
/* Top Menu – General */
.IDX-wrapper-standard .IDX-navbar-default,.IDX-navigation {
background-color:red !important; /* Background */
border-color:#fff !important; /* Border */
}/* Top Menu – Current page */
.IDX-navbar-nav>.IDX-active>a,.IDX-nav-mapsearch .IDX-currentPageLink {
background-color:yellow !important; /* Background */
color:red !important; /* Font-color */
}/* Top Menu – Other pages */
.IDX-searchNavItem:not(.IDX-active) a:hover {
background-color:green !important; /* Background on hover */
}
.IDX-searchNavItem:not(.IDX-active) a {
color: black !important; /* Font-color */
}/* Top Menu Mobile – collapsed menu icon */
.IDX-navbar-toggle:hover {
background-color: blue !important; /* Background on hover */
}
/* Map Search Header – Background */
#IDX-mapHeader-Search{
background-color: white; /* Background-color */
color: black; /* Font-color */
}
/* Map Search Header – Buttons */
.IDX-btn.IDX-btn-primary{
color: red !important; /* Font-color */
background-color: green !important; /* Background-color */
}You could change the color values to be whatever you would like.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Remove My Listing Manager Copy? #1905This seems to work:
#IDX-leadLoginForm i {display: none;}
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: What is the API Call to Get A List of Communities #1885You can do this API call to get a list of search fields: http://middleware.idxbroker.com/docs/api/methods/index.html#api-MLS-getSearchfields
You can then use the searchfieldvalues call to get the option values within a specified field: 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: Issues with IDX Pages due to Amazon AWS S3 issue #1881Note from Amazon about the issue which is now resolved: https://aws.amazon.com/message/41926/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Request: API Support for States and Countries #1862This ER has been posted here: http://learn.idxbroker.com/idealist/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...The ER has been posted here: http://learn.idxbroker.com/idealist/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Request: Improve Supplemental Properties #1860An ER has been posted here: http://learn.idxbroker.com/idealist/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Request: Suport for Open Search #1859The ER has been posted here: http://learn.idxbroker.com/idealist/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This ER has been posted here: http://learn.idxbroker.com/idealist/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...The ER has been posted here: http://learn.idxbroker.com/idealist/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...ER has been created and people can vote on this feature by following this link: http://learn.idxbroker.com/idealist/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...Enhancement Request has been submitted.
The ER should eventually show up here where people can vote on this feature: http://learn.idxbroker.com/idealist/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...What is the clients domain name?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Co Listings #1846Not unless you also add the listings as supplemental listings and assign those listings to the co-listing agent.
How would you handle lead routing when it comes to this?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: IMPRess Omni Search Widget Extra Fields #1845An ER ticket has been created for this feature within the Impress for IDX plug-in.
Going forward all new ER’s will be posted here: http://learn.idxbroker.com/new-enhancement-request/
I would prefer if developers submitted all the ER’s for their clients so they are more thought out.Feel free to share this URL with your clients so they can vote on ER tickets: http://learn.idxbroker.com/ideas/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This issue has been resolved and map pin icons should be displaying again.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Broken Images on Map #1662That is tied in with the ticket mentioned in this post: https://developers.idxbroker.com/forums/topic/map-pin-icons-not-displaying-on-all-maps-but-the-latest-version/
I would recommend subscribing to the above post for an update on the resolution.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...There were too many MLS’s to just list but the issue has been fixed and it looks like all boards have been caught up.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: View All Results #1617Can you please provide the page link where the widget is placed?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Darken Background for Forced Photo Reg #1610You would need to specify CSS to change the opacity for .ui-widget-overlay.
The CSS can be specified in the global CSS section: https://support.idxbroker.com/customer/en/portal/articles/1914439-custom-css?b_id=10433
I would highly recommend looking into this lesson to become familiar with the dev tools in your browser: https://developers.idxbroker.com/lesson/developer-tools/
There are also links to specific documentation based on what web browser you use at the top.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Search Button Issue #1609Can you provide a link to the page you are referencing?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Social Media Icons #1594You should be able to remove each individual item using CSS:
Example: .st_pinterest {display: none;}
You can find the class by using your developer tools: https://developers.idxbroker.com/lesson/developer-tools/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: How to search for homes with pools #14871. You get a listing from a client that has a pool then you can do a listing ID search for that property.
If you look at the details page you can normally see all fields that we have mapped coming from the MLS.2. If the client has a remarks field that you can search you can always search pool in that field and look at the results.
3. The client should know what field they use when searching the MLS and normally the field name is the same within our system.
If you look at the details page you can normally see all fields that we have mapped coming from the MLS.
You can search for pool and usually it will either be an option value within a field or a field in itself.
Once you find the field you can always add that field to your advanced search page by following this article: http://support.idxbroker.com/customer/en/portal/articles/1913108-advanced-search-fields-layout?b_id=10433
If you are not finding the field just send an e-mail to developers@idxbroker.com with a listing ID or field name and we can try to look into it further.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...There are a lot of CRM’s that are built using our API that allow you to do exactly what you want and more and I would really recommend checking them out: http://www.idxbroker.com/developers/integrations
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Wrapper Confusion #1420You can specify a title for each page without creating unique wrappers:
SEO for details: http://support.idxbroker.com/customer/en/portal/articles/1913115-seo-settings-for-detail-pages?b_id=10433
SEO for other pages: http://support.idxbroker.com/customer/portal/articles/1920505-seo-settings-for-search-results
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Global Permissions for Multi-User Account #1403Char,
I created an ER for this issue.
The acceptance criteria I used is below:
In the IDX Dashboard –> Users –> Agents –> Global Permissions
Should have a checkbox at the top that says Apply to all Agents.
If that is checked then it should load the permissions below
Should be exactly like this page: https://middleware.idxbroker.com/mgmt/addeditagent.php?id=70824#permissions
There should also be an option that says “Apply to Currently Added Agents”
Once you click Save Changes those permissions should be applied to every new agent going forward whether they are imported or created manually.
If they selected Apply to Currently Added Agents then it would update those agents permissions as well.
If agents permissions are edited then that should take precedence over the global permissionsI had to put it there because if you import agents you do not have an option to set the permissions before everyone is imported.
Let me know if there is anything I missed
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Feature Requests #1402You can now edit the agent credentials email under Users –> Agent Credential Email via the IDX Dashboard.
This was added the beginning of last month.(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Schedue a Showing form code and scripts? #1387It looks to be working to me by just copying the form and making sure the action URL is absolute.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Showcase Widget Order by Days on Market #1357There is a work around: If you set the search form when creating the widget to sort by newest listings, and set the sort order in the widget options to be order of custom list then it should work. You may need to edit the widget by hand to make sure the srt=newest is set.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: New Support button #1353Client contact Control if set to Yes, will have the client not receive the welcome e-mail which would give them access to the account.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: MLS Intraday Updates #1307The list at the top are the 4 running intraday updates.
That post will be edited to include the new MLS’s as they are added.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: MLS Intraday Updates #1300The image issue should be fixed now it looks like, however the data team is still keeping an eye on those feeds just in case.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...Glenn,
It sounds like they made the new aggregated feed live yesterday!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Two Major Issues After Patch Yesterday #1292We are having a patch today so both of these issues should be resolved later.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Custom Mobile Menu Has Extra Button #1288this seems to work:
a.ui-btn-left.ui-btn.ui-shadow.ui-btn-corner-all.ui-btn-icon-notext.ui-btn-right.ui-btn-up-a {
display: none;
}(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Feature Requests #1275So the ticket to add the ability to customize the agent e-mail that gets sent to them when you send credentials is getting worked on by our developers so that should be getting included in the next sprint or so.
I will work on pushing the ticket to give the client the ability to specify whether the primary e-mail gets notified when a lead is unassigned.
I would recommend just setting up a filter and have those e-mails go into a specific folder in the mean time.(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: API Call for Subdivisions #1267There is an ER open for this but there is no update at the moment as to when it will get added.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...We do have an Enhancement ticket open to change how the widgets function in regards to showing featured listings.
If in your IDX Dashboard –> (https://middleware.idxbroker.com/mgmt/preferences.php#results) You have it set to show featured on standard results –> Then the widgets will respect that like the results page.
All new features as they are added will be listed here: http://support.idxbroker.com/customer/en/portal/articles/1951326-new-features?b_id=10433
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This Enhancement is currently being worked on and should be added in the next few sprints.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Duplicate Page Titles #1257All New Features can be found via this link: http://support.idxbroker.com/customer/en/portal/articles/1951326-new-features?b_id=10433
I will try to close out or update the forum ER post as new features are added that were requested in the forums.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Contact form email validation/newer TLDs #1256What is your email address?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...It looks like you can do this using CSS and the after selector
.IDX-resultsField-bedrooms span::after {
content: ” Beds”;}.IDX-resultsLabel {display: none;}
http://www.w3schools.com/cssref/sel_after.asp
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Moving or Collapsing Inserted Mobile Menu #1241This CSS will fix the issue:
.ui-li-static.ui-li {padding:0px !important;}
.ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow {padding-right: 0px !important;}I will try to see when I have time why its actually different for your site but it looks like jquery CSS is being applied to those elements.
This is being applied:
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
padding: .7em 15px;
display: block;
}And this:
.ui-btn-icon-right .ui-btn-inner {
padding-right: 40px;
}(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Adjusting input box text color #1234input[type=”text”] {color: black !important;}
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Map results not rendering #1228This issue should be fixed now.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Map results not rendering #1222So it looks like the patch will not be pushed live today, and it should be pushed live tomorrow.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Map results not rendering #1214So hopefully we will be able to patch this on Monday but until then if you do need to apply a work around you can either recreate the map widget, and add the new version to the site or you can add this code to the clients header:
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Map results not rendering #1210Thank you for bringing that to our attention and I reopened a ticket regarding this issue.
I will update you here once the issue is resolved.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Connecting to Fivestreet #1209It looks like they get Leads from top producer integration based on this article: http://www.realtor.com/advice/for-pros/lead-management-simplified/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Moving or Collapsing Inserted Mobile Menu #1200Why not just turn off mobile wrappers so that it uses your responsive websites navigation menu?
Turn off mobile wrappers within the IDX Dashboard –> Preferences –> Global Preferences –> Mobile –> Change both boxes to No and save changes
.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...The email update sign-up is really for new leads because it will have them perform a search and then in step 2 it will have them sign-up, and then it will take them to the results page where the search is automatically saved for them.
I always recommend adding a sub-header to the pages to provide the user direction.
Any results page they click Save Search they will receive property update e-mails.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...We do have an Enhancement Request ticket open for this.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Request: 404 Pages and Redirects #1167We do have an Enhancement Request ticket open to allow clients to be able to create a custom 404 page.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Shorter URL for 2 Subdivisions #1164This should work though I am not sure how many results you are expecting to display: http://listings.pastermackrealestate.com/idx/results/listings?idxID=b076&pt=1&ccz=city&per=100&srt=newest&aw_subdivisionCondoNm%5B%5D=SUNTREE&aw_subdivisionCondoNm%5B%5D=Baytree
You could change the field type via the search page to be a wild text, or just edit the link by hand and make it aw_[fieldname]=
Advanced fields: http://support.idxbroker.com/customer/en/portal/articles/1913108-advanced-search-fields-layout?b_id=10433
Within that KB article you will find an explanation on the different field types.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Re-Ordering Residential Property Sub Types #1141Yes, you could use JS to change the inner HTML.
I would honestly just build a custom search form so you can arrange the HTML however you would like and you would have total control over how it displays: https://developers.idxbroker.com/lesson/create-custom-advanced-search-page/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Re-Ordering the Area Field #1139The issue should be resolved now.
This article will help: http://support.idxbroker.com/customer/en/portal/articles/1913108-advanced-search-fields-layout?b_id=10433
If you edit the advanced fields, go to the area field, click on the gear icon, there is an option that says “Move items containing these characters to the end”
That was specified to be yes and is normally set that way by default.
I did change it to be No and it did seem to fix the issue.
You could also always build a custom search form and then add whatever option values you would like to certain fields.
This would also give you total control over how the search form is displayed.
You may be able to get all of the Area values from the MLS.
Custom advanced form: https://developers.idxbroker.com/lesson/create-custom-advanced-search-page/(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Hide Part or all of Results Loading #934This should work for the overlay: .ui-widget-overlay {display: none;}
This will work for the loading box: .ui-dialog {display:none !important;}
If you stop the browser from processing the page you should still be able to use your developer tools to inspect the elements.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This will get it from the DOM:
var targetDiv = document.getElementById(“IDX-detailsField-listingID”).getElementsByClassName(“IDX-fieldData”)[0];
This will work for your existing template but may not work if you switch templates depending on the HTML structure.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...You can also get all of this information via the API if you wanted to build something: http://middleware.idxbroker.com/docs/api/methods/index.html#api-Leads-getLeadtraffic
Like stated above lead routing and contact routes may be a good option to look at: http://support.idxbroker.com/customer/en/portal/articles/1916532-contact-routing-options?b_id=10433
I do believe that iMaxCRM and some other CRMs do allow you to pull in lead traffic and possibly reassign leads via the CRM: http://www.idxbroker.com/developers/integrations
I will look into creating an ER but cannot guarantee it will be added to our system or when.
Since we only send the e-mail when the lead registers, depending on the lead, their traffic history, and how they registered sometimes it may not show anything and other times it may.(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...We have brought this up in the past but have gotten a lot of push back, so at the moment I would not count on this as happening.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Probably the #1 request we get from clients #549I am working on outlining some ideas on how this would work in the system.
Would you all want your templates to only be available for your clients or have them added to a marketplace where you can set the price and people can buy them as they see fit and the money would be added to your partner payback check?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Feature request for polygon map widget #543This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...The GitHub account should be an Organization now. If you can resolve the thread that would be great!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Change display labels for prop Subtypes #532This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...We do have a feature request ticket in for us to edit the robots.txt file to remove: Disallow: /graphical/ , Disallow: /images/
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...Our IDX plug-in should be on github now: https://github.com/idxbroker/wordpress-plugin
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Feature Request: Commute Time #527Do you have examples of where you are seeing this implemented? Or how you would like it displayed on the page?
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Feature Request: Commute Time #526All new features that get pushed out going forward will be added here if you want to subscribe to that thread so you get updates: 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: Request: Pull Clients Domain Name via the API #525This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...Due to the amount of people that were interested in this on the forums as well at the developer summit I will work on creating an ER to get this functionality added.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Request: Support SSL for IDX Pages #520This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...All new features that get released will be posted here going forward until we can get something else together: https://developers.idxbroker.com/forums/forum/general-discussion/announcements/
We have discussed adding a status page and there is an Enhancement Request open for that.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...For the RSS feed: This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This should be fixed by us adding a XML sitemap which you can submit to google webmaster tools.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Default Custom CSS for Widgets #513This enhancement has now been officially requested!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading... -
AuthorPosts