Quote:
Originally Posted by RichieBoy67
Did you try searching your templates and plug ins for http:// ??
|
I found the problem, I had an announcement about turning to https, I had these two in wrong order, so when user loged out there was a problem, now it is ok.
<div align="center">xxxxxx<div/>
<vb:if condition="$show['member']">xxxxxxxxx</vb:if>
Quote:
Originally Posted by RichieBoy67
Make sure you are at 4.2.3 or above..
|
For now I am in vb4.2.0 (Is there a problem with https??
Quote:
Originally Posted by RichieBoy67
Not not analytics but you will need to create a new webmaster tools account.
|
Is this correct? I must do that to?? Why?
I only insert the url of my forum with HTTPS, so I I have both. Is this wrong?
Thank you
Richie for you help
--------------- Added 06 Jan 2017 at 20:04 ---------------
Quote:
Originally Posted by Kane@airrifle
SQL query it away?
Code:
UPDATE post SET pagetext = REPLACE(pagetext,
'http://path-to-image-store.com/',
'https://path-to-image-store.com/');
Take a backup etc..
|
How exactly I will change this to https
http://www.MYSITE/users/10/Down12.png
http://www.MYSITE/users/133/up13.png
All links are the same until here,
http://www.MYSITE/users/
Thanks