servimg problem image can't show in post
4 posters
Page 1 of 1
servimg problem image can't show in post
Serving happened to not showing the image when in the post, however the image shown in the preview though.
In editing:
In post:
This happens started from yesterday.
The images before yesterday are shown normally.
So, anythings change in yesterday with the servimg or something else? (however, It seem like only happen to my forum only)
In editing:
In post:
This happens started from yesterday.
The images before yesterday are shown normally.
So, anythings change in yesterday with the servimg or something else? (however, It seem like only happen to my forum only)
Last edited by zims on August 24th 2019, 4:14 pm; edited 1 time in total
Re: servimg problem image can't show in post
Hello,
The only change that was made recently is that some images that do not have href on them will now redirect to the servimg website when clicked, however, all images should still show in posts.
The only change that was made recently is that some images that do not have href on them will now redirect to the servimg website when clicked, however, all images should still show in posts.
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: servimg problem image can't show in post
I see, maybe there have some crash with my Javascript.brandon_g wrote:Hello,
The only change that was made recently is that some images that do not have href on them will now redirect to the servimg website when clicked, however, all images should still show in posts.
Will look into it, and update here when it's solved.
Re: servimg problem image can't show in post
Did you use the host an image button in the editor? I also just noticed that your image is a jpg, not a png.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: servimg problem image can't show in post
Yes, I host the image using the button in the editor.SLGray wrote:Did you use the host an image button in the editor? I also just noticed that your image is a jpg, not a png.
After I edit by adding the link manually the image happened to be showing normally, however for those there not with the link in the beginning, all still show with the broken image.
Re: servimg problem image can't show in post
Hello
I could load that image fine in my test forum
Is this happening to old posted images or when you upload new ones?
I have also seen here to some threads broken images, images that when the thread was open were visible ok
I could load that image fine in my test forum
Is this happening to old posted images or when you upload new ones?
I have also seen here to some threads broken images, images that when the thread was open were visible ok
Re: servimg problem image can't show in post
Have you tried clearing your cache and cookies?
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: servimg problem image can't show in post
Only when the new one upload, broken images only show in the post, when search or in portal, it's ok and visible.skouliki wrote:Hello
I could load that image fine in my test forum
Is this happening to old posted images or when you upload new ones?
I have also seen here to some threads broken images, images that when the thread was open were visible ok
It happens to multiple of my members simultaneously, I do try with clearing cache and cookies and change multiple browsers such as Firefox, chrome, edge and Opera, nothing change.brandon_g wrote:Have you tried clearing your cache and cookies?
Re: servimg problem image can't show in post
It seems like this crash with my Javascript to import the image when the URL consists of .png, .jpg, .jpeg, since the URL that given by servimg is the URL that with the .jpg ending but actually is redirected to the https://servimg.com/view/ page.
Re: servimg problem image can't show in post
So the issue is with a JavaScript code?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: servimg problem image can't show in post
yup.SLGray wrote:So the issue is with a JavaScript code?
- Code:
jQuery('.postbody a[href*=".jpg"]').each(function(){
var oriurl = jQuery(this).attr('href');
jQuery(this).html(" "+oriurl+"<br/><div style=width:100%; align=center><img src="+oriurl+" style=min-width:320px;width:100% id=myImg></img></div>");
});
Since knowing the problem, this can be solved easily.
Thanks for support.
Re: servimg problem image can't show in post
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Image hosting problem with Servimg
» Image Transparency Problem (Servimg) PunBB
» Show Image Post in Sub-forum
» Category image-dont show the link post right...
» Andou 1st problem Post doesn't show fully in forum do you know what I mean
» Image Transparency Problem (Servimg) PunBB
» Show Image Post in Sub-forum
» Category image-dont show the link post right...
» Andou 1st problem Post doesn't show fully in forum do you know what I mean
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum