The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Looks OK to me.
|
#22
|
||||
|
||||
Ok, I fixed that.. just had to add the full url to those images for the theme.
I just need to figure out my htaccess next and done. |
#23
|
||||
|
||||
I hate chrome dude ... I stay with firefox exclusively ...
|
Благодарность от: | ||
In Omnibus |
#24
|
||||
|
||||
Quote:
Chrome seems to handle it ok but it is not always so friendly. I have actually tried the latest IE and it is pretty quick but it doesn't have the tools I need, webdeveloper tool bar, Firebug, etc.. Anyways I use Firefox mostly still though my sites have to be user friendly to everyone. |
#25
|
|||
|
|||
This is my .htaccess:
Quote:
For a direct link to Brave: https://brave.com/ I haven't any issue now with Cloudflare, though I did have to create a pagerule for the admincp. Rocket Loader is off for pages that have the Ckeditor, but overall Cloudflare has increased performance and lowered my page load time by several seconds. My load times are consistently under two seconds. Enjoy, Shim |
Благодарность от: | ||
MarkFL |
#26
|
||||
|
||||
Ok, I got a working solution. I did this myself and I am not very skilled at htaccess so please let me know if this is ok:
PHP Code:
The solution I found that works better than htaccess is to use page rules in cloudflare. The only issue is that browsers will still have issues with mixed content such as images from third party sites not using https.. I have been using that import plug in for years so hopefully we will not have an issue with this. The plug in has a url replace setting so just put in your https://yoursite.XXX --------------- Added [DATE]1480656801[/DATE] at [TIME]1480656801[/TIME] --------------- Hmmmmm I have everything set I believe but I am having issues now with both browsers in the admincpanel. I cannot rebuild the search table because it will not load the next page. This is javascript.. When updating settings I do not ever get to the new page once completed. I did update some of the urls for jquery, etc to include https ##Dave I did incorporate your change but it has helped this issue.. --------------- Added [DATE]1480658962[/DATE] at [TIME]1480658962[/TIME] --------------- Quote:
PHP Code:
|
#27
|
||||
|
||||
Everything seems to be working fine except for the admincp.. I can see that the the url that pushes to the next page as in the image below are not https:// for some reason..
|
#28
|
|||
|
|||
The error
HTML Code:
PHP Warning: trim() expects parameter 1 to be string, array given in ..../includes/adminfunctions_options.php on line 1032 |
#29
|
||||
|
||||
This is the htaccess I ended up using. This redirects everything to https://
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC] RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |
Благодарность от: | ||
CAG CheechDogg |
#30
|
||||
|
||||
I am still having some issues inside the admincp.
I cannot use the user search now. In firefox it will not search at all and in Chrome the section where the search is shows up blank once I trigger a search. Also, if I edit a forum it never finishes and redirects back. Same thing when I edit an option in the settings. Then if I look at the link below where it says the following: If you are not automatically redirected, please click here. Processing Complete - Proceed
Both of those links show no https:// I really need these functions fixed. Especially the user search. Some help would be appreciated please. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|