Quote:
Originally Posted by Dave
1. HTTPS requires all resources to be loaded over HTTP on the page. If I check a thread then I notice that your signature has a picture in it that loads over HTTP.
2. Your headinclude template still has a variable that's pointing to HTTP: "var AJAXBASEURL = "http://lf3performance.com/";". The AJAXBASEURL is used to load CKEDITOR if I recall correctly. If this is a bug in vBulletin then just manually change it in the template.
3. This plugin is recommended: https://vborg.vbsupport.ru/showthread.php?t=288060
|
Thank you. I'm looking into this stuff right now. I just updated that post before yours:
"I might have just found another issue. When browsing from my mobile phone - clicking on a thread title doesn't click through to the discussion - it functions like I want to moderate..."
Any thoughts on that? Perhaps the fix you just mentioned will take care of that...
--------------- Added [DATE]1483045109[/DATE] at [TIME]1483045109[/TIME] ---------------
I see this in the headinclude template:
var AJAXBASEURL = "{vb:raw ajaxbaseurl}";
What might I change that to?