Skip to main content
Topic: HTTPS for Elkarte?  (Read 8149 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: HTTPS for Elkarte?

Reply #31

You need to go into Admin > Configuration > Features and Options > Signatures and there you have the possibility to disable the bbcodes for signatures
sorry for my bad english

Re: HTTPS for Elkarte?

Reply #32

Thanks!

Re: HTTPS for Elkarte?

Reply #33

Hello to everyone,

all settings done my forum http to https 

only problem  top menu avatar url not https

i checked them all avatar sentting, themes, mysql etc

I could not solve the problem

page source view;
Code: [Select]
<style>


.i-account:before {
content: "";
background-image: url("http://mysite.com/index.php?action=dlattach;attach=9906;type=avatar");
}

.avatarresize {
max-width:150px;
max-height:150px;
}

.wrapper {width: 95%;}
</style>
Last Edit: November 25, 2018, 08:00:58 am by gevv
sorry for my bad english

Re: HTTPS for Elkarte?

Reply #34

That looks like it would be a user who added an avatar with "Specify avatar by URL"  under forum profile.   You would have to edit that users entry.

In Admin -> Avatar Settings  ...  External avatars,  you allow external links for avatars and have checked the download avatar at given URL.  If you had this set this way before the change to https, then the system would have downloaded the avatar and saved it under the old http scheme in the users profile.

 

Re: HTTPS for Elkarte?

Reply #35

I agree with Spuds, I had the same problem and I corrected manually all avatars. The easyest way to find those avatars is to use the memberlist, if one avatar is loading from http you will not see the green locket in your browser.
sorry for my bad english

Re: HTTPS for Elkarte?

Reply #36

I always use the same setting;

Upload and resize (requires GD or ImageMagick module), Download avatar at given URL



all user avatars on the my server.

profile page  view avatar url

Code: [Select]
https://mysite.com/index.php?action=dlattach;attach=9906;type=avatar&time=1543156830

top menu avatar url  (CSS class)

Code: [Select]
http://mysite.com/index.php?action=dlattach;attach=9906;type=avatar


edit:  delete and reupload the avatar  the problem continues
Last Edit: November 25, 2018, 10:26:47 am by gevv
sorry for my bad english

Re: HTTPS for Elkarte?

Reply #37

a strange problem

admin/ server settings/ board url "https:"  ok.

Settings.php   board url "http"

edit Settings.php  problem solved 

thanks everyone
sorry for my bad english