MyBB Community Forums

Full Version: https situation with images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Done and thank you so much Smile
Has this been resolved? If not make sure that your board URL is using https:// in your adminCP and then any images that are referenced by a link need to be from a https image host (such as imgsafe: http://imgsafe.org/)
(2016-09-08, 01:44 AM)Starnova Wrote: [ -> ]Done  and thank you so much  Smile

Your site has been inaccessible until now, and when i check your threads now they are all returning 404. I have not done anything.
My site is corrected it was this:

AddHandler application/x-httpd-php54 .php code in the .htaccess file.

Everything is working A+

(2016-09-08, 09:16 AM)katos Wrote: [ -> ]Has this been resolved? If not make sure that your board URL is using https:// in your adminCP and then any images that are referenced by a link need to be from a https image host (such as imgsafe: http://imgsafe.org/)

So I would have to upload all the images to imagesafe then? There are 300 or more of them. See Katos these posted images are uploaded to my server in a seperate folder from images. They were posted under http:// before I installed https://.  When you rt click them and copy the address of the image into the browser it appears under http://   I reuploaded the folder and all the pictures now appear under http:// and https://  both of them. It breaks my https://setup. Wonder why only on the images of the ebooks?

Ashley I am working on it... right now I am changing the links in the audiobooks and as soon as I do that and delete the picture and put the https address the padlock turns green. I had to change the image for my download button by putting it in my images and not using an outside service it was connected to in posts, if I rt click copy the addy and just put an s after http and copy it out of the address bar delete the picture and then put the new address in the picture editor it also goes green. I hope there is an easier way because this will take me a while since I am still adding to the forum.
Hi

I am on your site now as requested.

On some threads you have hardcoded links in the post body. eg https://www.ebook-mecca.com/Thread-The-W...f-Networks

If you click to edit that thread, and then click view source in the editor, you will see the following:

[align=center][img=149x200]http://ebook-mecca.com/ebooks/wealth-networks-benkler.jpg[/img][/align]
[align=center][size=x-small]Genre: Computers and Internet  | ISBN:[color=#333333][size=x-small][font=Lato,]0300110561 | Original Source: [url=http://www.goodreads.com/ebooks/download/14721.The_Wealth_of_Networks]Goodreads[/url][/font][/size][/color][/size][/align]

You have to edit the http to https, then the green lock will appear. You have to do this for all instances throughout your site. Not all of your threads have this problem.

Another tip I can give you is to go to Video MyCode templates eg. video_youtube_embed

Change it from:

<iframe width="560" height="315" src="//www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>

to:

<iframe width="560" height="315" src="https://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>

That should solve your https problems.
Thank you.. it is identifying on the thread as the link to the pictures are at fault and I think I have worked that out by checking each post , I have changed a few..

Okay I will try to fix the youtube I am looking in Audiomedia templates to find the right one and then instead of loading more books will work daily on the site.. thank you again!

Also I just redid one of my pages... the posting tutorial and still get errors and here it is , I dont know what to do:

https://www.ebook-mecca.com/picker/css/style.css Failed to load resource:
Pages: 1 2