Quote:
Originally Posted by Dave
I believe the ajaxbaseurl variable is generated based on the server settings. Since you use Cloudflare, the variable that vBulletin uses to determine whether HTTPS is used is not set and therefore it's still pointing to HTTP.
You can change it to
HTML Code:
var AJAXBASEURL = "https://lf3performance.com/";
|
That DID take care of the editor issue! That's a better fix than editing the class_bootstrap.php file.

Thank you...
-- This also fixed that other issue I mentioned where in mobile, clicking a thread title opened the moderation settings...
--------------- Added [DATE]1483046107[/DATE] at [TIME]1483046107[/TIME] ---------------
My only other major issue is the attachments not working. The AdminCP issues go away if I turn off SSL for the back end - which is fine by me...
--------------- Added [DATE]1483113243[/DATE] at [TIME]1483113243[/TIME] ---------------
Does anyone have any clues as to why attachments might not work after switching to SSL/HTTPS?