UPDATE xf_post SET message = REPLACE(message, 'http://i.imgur', 'https://i.imgur');
if you are comfy with phpmyadmin. i run this query once every few months on domains that i find do not force https.
there is also the proxy image option that should negate the need for running this command at all.
UPDATE xf_post SET message = REPLACE(message, 'http://i.imgur', 'https://i.imgur');
if you are comfy with phpmyadmin. i run this query once every few months on domains that i find do not force https.
there is also the proxy image option that should negate the need for running this command at all.
Superb that will work.. i will give it a try now..
On the way by enabling the proxy image my server load gone up and cloudflare is not caching those images resulting in slow site . So was thinking to disbale image proxy and use instead the https image tag. Imgur actually offers that.
UPDATE xf_post SET message = REPLACE(message, 'http://i.imgur', 'https://i.imgur');
if you are comfy with phpmyadmin. i run this query once every few months on domains that i find do not force https.
there is also the proxy image option that should negate the need for running this command at all.
I was perhaps mistaken, I thought an error would be displayed if no results are found but I just tested this and if it doesn't find any content matching what you search for then it does effectively reload the page. If it does find something, what you should see is a list of posts that contain what you searched for, what the old text is and what the new text will be, like this:
This is using one of your actual images in one of my posts and it seems to work.
At this point if I click Save Changes and Proceed, it will go ahead and make the changes:
Always best to place an actual working link (with domain name changed if you please) so we can test it before give you the correct search and replace strings.