The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Could you create a test account for us that we can use to login and look around?
|
#12
|
|||
|
|||
Sure, I can do that. Are you looking for front end or back end?
|
#14
|
|||
|
|||
Quote:
Username: Just Looking Password: WF8C5DZmcwB2rje7 Thanks! --------------- Added [DATE]1483043711[/DATE] at [TIME]1483043711[/TIME] --------------- I forgot to mention that Quick User Finder doesn't work anymore and if I search for an email address, I can only search for the domain name - like "gmail.com" - the @ sign or anything before it will prevent it from working. I can hit enter or submit and the data will just clear out... --------------- Added [DATE]1483044790[/DATE] at [TIME]1483044790[/TIME] --------------- 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... |
#15
|
|||
|
|||
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 |
#16
|
|||
|
|||
Quote:
"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? |
#17
|
|||
|
|||
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/"; |
#18
|
|||
|
|||
Quote:
-- 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? |
#19
|
|||
|
|||
Quote:
Where is @Paul M? we are needing your support to fix errors on vB 4.2.5 bt4, running with php 7.1 |
#20
|
||||
|
||||
4.2.4&5 works absolutely fine on https, any issues you are having must be caused by local configuration or addons.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|