by Jason Caldwell » September 15th, 2011, 2:34 pm
Thank you. Yes, the download links are functioning properly on my account now.
The reason the download confirmation prompt is still not working, is because the content portion of your site is being loaded dynamically, through what looks like AJAX, and so s2Member's event listeners are not being attached, because the content of the document does not contain any download links initially. This may also explain the Free Subscriber problem you're having. That is, if content is being pulled via AJAX dynamically, and your developer has integrated conditionals to test Membership Level, these might be failing to provide accurate results, depending on the way your developer integrated things.
The download prompt may or may not be a huge deal for you, but I'm sure that the accurate testing of conditional routines IS important. I would start debugging, by taking a look at your dynamic content integration, and make sure that the current User/Member is being recognized properly in any custom routines that you've built. I'm not seeing anything here that I could call a bug with s2Member yet.