Hay! There is no longer a "chain link" icon to indicate a hot link within.
.
I've been posting stuff like this:
"MINIMALLY, a "picture link within" icon"
Posted by impposter at 5/22/2017 4:32:53 PM (S&P Board)
for a long time (but that post expired or no longer available).
.
Here's one that is still available:
http://www.theeroticreview.com/discussion-boards/newbie---faq-33/there-is-a-link-inside-that-post-170503
.
When there is a link in the "Link URL" [ box ], the subject line has a chain link icon appended. (It should be there on this post.)
.
When there is a link to an image file in the "Picture URL" box (like this):
[ https://cdn3.iconfinder.com/data/icons/glypho-generic-icons/64/link-chain-1024.png ]
there is NO icon or indication on the subject line that there a photo / image / picture link within.
.
Bandwidth and speed are less important than they used to be, but I didn't want to waste time opening an AD post with no photo within. Nor did I want to waste time opening a Photo Only post without a Photo!
.
What I have found is that TER uses a very primitive text check on the last few characters (extension) of anything placed in the "Picture URL" [ box ]. The last characters MUST be .gif, .png, .jpg, .jpeg (and maybe one or two more). I don't think that .svg (vector) files are allowed. TER does NOT check the complete link for validity.
http://cdn3.iconfinder.com/data/icons/glypho-generic-icons/64/link-chain-1024.png is (currently) a valid link AND it is acceptable to the TER checker / validator.
.
http://cdn3.iconfinder.com/data/icons/glypho-generic-icons/64/link-chain-1024.png&w=800&h=600 might be a valid link but it ends with a size delimiter (&w=800&h=600) and TER would reject it outright with an error message. Something like "... must be a valid image file."
.
This_is_NOT_a_valid_link_to_anything.png is NOT a valid link under any circumstance but I think that it would pass the TER link checker because it ends in .png .
.
Many errors with the loading of image URLs fall into a few categories.
(a) VPNs being blocked by the image hosting site. All you see is a big empty box in the TER message. The VPN allows the TER frames, text, and message to get through, but not the image itself (which bypasses TER).
(b) Submitters not removing size or other info appended a valid picture extension.
(c) Images being deleted or moved from their original (once valid) URL location. ("Image no longer available." or "Image not found." and so on.)
(d) Providers exceeding their allocation of FREE monthly bandwidth on some image hosting sites. ("You have exceeded your monthly allocation. Pay for more bandwidth at [hosting site].")
.
I'm not sure, but I think your "regex" suggestion is just to search for "regular expressions" (pieces of text) and TER already does that. The problem is, I think it ONLY checks for the final letters or period.letters and can be fooled by bad links with valid URL limiting letters appended thereto. I'm not sure, but TER might also regex check for a valid http or https at the beginning.
.
Exactly what errors are you noticing? Are any of them explained above?
So, I think that there is more to it than just checking for .png, .jpg, .jpeg, .gif, etc.. Is there some other real-time instantaneous (when hitting the [Post Messge] button) image checking tool?
Posted By: justsauce16
It would be nice to have some form validation on new posts, specifically on the "picture URL" section, which seems to be a main source of posting errors for ads, often being used for a link instead of an image URL.
Simple regex can fix that, by making sure that the image URL provided ends in a valid image file extension (jpeg, png, webp, etc).
It would help the less-than-savvy get more out of their ad posts, which seems to be about half of the ads posted nowadays.
-- Modified on 2/27/2024 1:15:11 PM