Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Forum Photo URL Problem  (Read 4013 times)

0 Members and 1 Guest are viewing this topic.

Ionut

  • Jr. Member
  • **
  • Posts: 59
  • Guess Who's Back ?
    • View Profile
    • Email
Forum Photo URL Problem
« on: May 28, 2017, 11:03:41 am »
Hello, I want to add a forum photo(that photo under the name), I tried a lot of times to add the URL of the photo in the section "Personalized Picture">>"Specify avatar by URL", I enter the URL of the photo, I click "Change Profile",but nothing  happens.
Guess Who's Back ?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10817
    • View Profile
    • development blog
    • Email
Re: Forum Photo URL Problem
« Reply #1 on: May 28, 2017, 10:19:49 pm »
I've seen similar issues and I believe it's related to HTTPS URLs.
What worked for mine was to specify the HTTP URL abd let the image hosting handle the redirect fromHTPP to HTTPS.

I won't have time in the next few weeks to really look into a solution.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Ionut

  • Jr. Member
  • **
  • Posts: 59
  • Guess Who's Back ?
    • View Profile
    • Email
Re: Forum Photo URL Problem
« Reply #2 on: May 29, 2017, 03:41:55 pm »
I resolved it! I had two mistakes: I used https instead http, and I had a too big image. :P
Guess Who's Back ?