Forum Replies Created
-
AuthorPosts
-
in reply to: Find out if viewer is logged in? #1714
Hi Antonio, Happy New Year! I’m working on a site that wants this feature, but having a hard time.
I’ve tested some functions that look for the cookie but it’s returning “null”. I also used http://www.cookie-checker.com/ to see which cookies are used on the site and didn’t see anything for IDX Broker. It’s only showing GA and Jquery.
How can I find the name of the cookie, or any suggestions on how I can search for the IDX Broker cookie? It would be great if this could be integrated into IDX Broker!
Thanks,
Tony(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: How to use JS on saved properties after ajax #1670I ended up using CSS to manipulate the elements. Would still like to know how I can accomplish this if anyone has any thoughts, but had to find a working solution so I gave up on the JS version.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: How to use JS on saved properties after ajax #1659Thanks Antonio. Tried this (and a bunch of others) with no luck. I thought I had it but realized once I added more than one property, it was appending the price for all properties to each listing. So if I had 6 listings, each one showed all 6 prices.
I tried using a loop with the setTimeout function, but gave me an infinite loop.
I’ve been trying to work with some form of this:
$(".IDX-myAccountLink").click(function(){setTimeout(function() {
if (document.getElementsByClassName('IDX-savedProperty')) {
alert( 'Button Clicked' );
$(".IDX-savedPropListingPrice").appendTo(".IDX-savedPropertyInfo");
}
}, 1000);
});
Any other thoughts? Thanks again for taking a look.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Omnibar search widget open in a new window/tab #834Thanks Antonio. I don’t want to modify the core plugin, so I added a feature request on Github.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Basic API Questions #791Thank you, it helps a lot. Still trying to wrap my head around things, so I’ll go through the new course and do some real world tests…I’m sure I’ll have some questions. Thanks again!
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Update Omnisearch to use account MLS settings #564Thanks Tony. That’s too bad…doesn’t make much sense to use it on sites where clients have rentals turned off. Thanks for clarifying.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Methods of notification for new posts #547That would be helpful…for me, twitter or possibly emailing a summary if that’s an option.
(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 #545Hey Tom,
Antonio set it straight for me. I misunderstood how it works. I thought the all search options would auto suggest, but only the City, County and Zip do.
Listing ID and Address work, but they don’t popup suggestions like they do on Zillow, etc.
(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 #544Awesome, thanks Nick!
(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 #463Thanks for the explanation.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...Great recommendations. Glad to hear about the upcoming improvements by adding the h1-h6 tags, and looking forward to the other changes.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Find out if viewer is logged in? #388Thank you…will give it a shot.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...in reply to: Find out if viewer is logged in? #368Thanks Antonio. I’m not sure if I explained it will…
If I’m on a site and I create a new account, as soon as I’m taken to the account welcome screen it says “Welcome, Tony E.” with a logout link, then ‘perform search’, ‘view account info’, ‘view saved searches’, and ‘view saved properties’ buttons.
It shows the logged in users name as soon as they create an account or login. I’m trying to find out if there’s a way to display the logged in name on the website, outside of IDX, for example in the header.
I hope that makes sense…thank you.
(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading... -
AuthorPosts