I checked if there were any browser errors while trying to send a private message to another member (press F12 and open console tab in developer tools). Sure enough this is what I found:
I believe I was able to successfully send a test message by copying that link that begins http and adding an S so it starts with https, then repasting the new link in the browser. Then I got the proper send message UI.
Thank you for this! I hadn’t even considered doing this. I’ve forwarded your message to the team and I’m hoping (NOT PROMISING) for a Christmas miracle. Barring that, maybe we can get this running again in the New Year.
Happy holidays! (cue Andy Williams–remember those TV specials from back in the day?)
Old enough to remember it was usually Andy and those insufferable 1000-watt smile [:D] Osmond Brothers (back before Donny was a thing on his own). Pass the vodka & eggnog! [t$t]
Right back atcha: Happy Christmas and Merry New Year, one and all! [G][G][G]
There are a couple of different things at play here:
SSL(https)
Legacy Code/Technology
iFrames
When this feature initially stopped functioning it was because we upgraded/added SSL security certificates. This is obviously a necessity and important. Unfortunately legacy technology, such as iFrames, does not play nicely with today’s modern technology - it is a mostly dying implementation these days. Anyways, I was able to implement a workaround to where the “Private message” button on a User’s Profile page will now take you to a new page (with https) instead of attempting via iframe popup. I also did the same thing for the “Add Friend” button on that page, as it was experiencing the same issue.
This is obviously not the most ideal solution, but I hope it at least improves upon the current user experience a bit more. I know how frustrating it can be losing basic functionality that you’ve grown acustom to for years.