d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Graphic Design > My Graphics Will Not Show On Jsp Web Site
Add Reply New Topic New Poll
Member
Posts: 400
Joined: May 2 2018
Gold: 500.00
Aug 12 2020 01:00pm
Hello all. I have never encountered this problem before, so I'm hoping someone here can shed some light on my situation.

I'm a web designer and therefore have my own web server where I upload all of the JSP graphics I use for mine and my friend's avatars and sig tags. I use direct links to the images on my server to make the images appear on the JSP web site.

Today all of my JSP images are not showing, and yet my personal web site which contains tens of thousands of images and resides on the same server as the JSP images appears as it should - no issues whatsoever.

The direct links that I use for my avatar and sig tag appear just fine if one were to view them in, let's say, a regular browser tab. But as soon as I use the exact same links in the JSP forum, nothing shows.

In a nutshell, all of the images I have posted on the internet show just fine on the web pages EXCEPT for the ones I use on the JSP web site.

Help ??


EDIT • I'm looking at the BBC code used in my sig tag. Even though I am using the IMG /IMG tags at either end of my sig tag's link:

Code
[CENTER][IMG]http://theinspirationgallery.com/D2JSP/mysticzon_sig_tag.gif[/IMG]
[COLOR=rgb(235, 194, 127)]Gone too soon • [B]Mike Bonyai[/B] • 1989 ~ 2019
Rest in peace, Big Brother. Love always, Sis.[/COLOR][/CENTER]


As soon as I click "Edit Signature," and then open the signature to edit it again, the IMG /IMG tags are not there and all that is left is the link by itself which may explain why my JSP images are not showing.

Code
[CENTER]http://theinspirationgallery.com/D2JSP/mysticzon_sig_tag.gif
[COLOR=rgb(235, 194, 127)]Gone too soon • [B]Mike Bonyai[/B] • 1989 ~ 2019
Rest in peace, Big Brother. Love always, Sis.[/COLOR][/CENTER]


It appears BBC is code not working for me.

This post was edited by Mysticzon on Aug 12 2020 01:11pm
Member
Posts: 3,175
Joined: Aug 6 2016
Gold: Locked
Trader: Scammer
Aug 12 2020 01:11pm
I am not 100% sure but I think Jsp support only imgur and imgbb. I may not be right..
Member
Posts: 400
Joined: May 2 2018
Gold: 500.00
Aug 12 2020 01:18pm
Quote (j0Ke @ Aug 12 2020 03:11pm)
I am not 100% sure but I think Jsp support only imgur and imgbb. I may not be right..


Up until today and for the past two years I have been a member, JSP has supported images that are uploaded to servers around the world. It makes no sense that JSP should only favour Imgur and Imgbb because should those sites should go down like Photo Bucket did everyone would lose their images on this site. I dunno. Everything was fine when I went to bed last night and this morning ..... :cry:

i'm looking for an announcement or something to this effect but that's like looking for a needle in a haystack ...

EDIT• I'm going to upload my avatar and sig tag to Imgur for now but I sure wish I had a concrete answer as to why JSP is refusing to show my images.

EDIT #2 • it won't accept the Imgur links either. You can see for yourself what's happening to the sig tag image link and my avatar link keep changing to this: https://https://imgur.com/a/BE24RRU. Even if I delete the first https:// part, it still won't work.

This post was edited by Mysticzon on Aug 12 2020 01:32pm
Member
Posts: 4,386
Joined: Oct 16 2006
Gold: 33,335.00
Aug 12 2020 01:55pm
Quote (Mysticzon @ Aug 12 2020 09:18pm)
Up until today and for the past two years I have been a member, JSP has supported images that are uploaded to servers around the world. It makes no sense that JSP should only favour Imgur and Imgbb because should those sites should go down like Photo Bucket did everyone would lose their images on this site. I dunno. Everything was fine when I went to bed last night and this morning ..... :cry:

i'm looking for an announcement or something to this effect but that's like looking for a needle in a haystack ...

EDIT• I'm going to upload my avatar and sig tag to Imgur for now but I sure wish I had a concrete answer as to why JSP is refusing to show my images.

EDIT #2 • it won't accept the Imgur links either. You can see for yourself what's happening to the sig tag image link and my avatar link keep changing to this: https://https//imgur.com/a/BE24RRU. Even if I delete the first https://part, it still won't work.



You are missing file extensions in your links, .png and .gif

Code
https://imgur.com/xbZ0QnG.png



Code
https://imgur.com/kkDH4sJ.gif

Member
Posts: 400
Joined: May 2 2018
Gold: 500.00
Aug 12 2020 02:13pm
Quote (Babadook @ Aug 12 2020 03:55pm)
You are missing file extensions in your links, .png and .gif

Code
https://imgur.com/xbZ0QnG.png

https://imgur.com/xbZ0QnG.png

Code
https://imgur.com/kkDH4sJ.gif

https://imgur.com/kkDH4sJ.gif


I see what I did wrong now, I clicked on Imgur's "Image Link" option and not the "Direct Link" one. I thought at first these might be encoded links like the kind you get from Bitly.

Thank you so much for pointing this out to me. I can rebuild my profile now by uploading and DIRECT LINKING to my images on Imgur.

But this still doesn't explain why as of this morning I can't get the images I uploaded on my web host's server to show on JSP.
Member
Posts: 4,386
Joined: Oct 16 2006
Gold: 33,335.00
Aug 12 2020 02:20pm
Quote (Mysticzon @ Aug 12 2020 10:13pm)
I see what I did wrong now, I clicked on Imgur's "Image Link" option and not the "Direct Link" one. I thought at first these might be encoded links like the kind you get from Bitly.

Thank you so much for pointing this out to me. I can rebuild my profile now by uploading and DIRECT LINKING to my images on Imgur.

But this still doesn't explain why as of this morning I can't get the images I uploaded on my web host's server to show on JSP.


As for your background picture, you are using https adress and the SSL certificate is probably not set up or expired, so try using link below or better reupload to imgur.

Code
http://theinspirationgallery.com/D2JSP/profile_notes_ani.gif


Member
Posts: 400
Joined: May 2 2018
Gold: 500.00
Aug 12 2020 02:25pm
Quote (Babadook @ Aug 12 2020 04:20pm)
As for your background picture, you are using https adress and the SSL certificate is probably not set up or expired, so try using link below or better reupload to imgur.

Code
http://theinspirationgallery.com/D2JSP/profile_notes_ani.gif


Yes, that is what I am in the process of doing. I've just uploaded the image you referenced above to Imgur and now I've only got the background image for my profile section to do.

As for the SSL certificates, I will look into that matter pronto.

Thank you again for your help. I appreciate it immensely.

Member
Posts: 3
Joined: Jun 22 2020
Gold: 0.00
Aug 29 2020 01:41pm
If you have not already created your own JSP-based Web report, open the file ... you deleted the text, and choose Insert > Graph to display the Graph Wizard.
Member
Posts: 6,990
Joined: Apr 16 2019
Gold: 50.00
Aug 29 2020 02:05pm
I just ran into this issue to. It is indeed with the SSL cert.

https://forums.d2jsp.org/topic.php?t=83942300&f=34&v=1
Go Back To Graphic Design Topic List
Add Reply New Topic New Poll