Why does this forum suck so bad when it comes to photos?

Jsharrell

2009 ERA 2500
I agree about photos on this forum. I have an IPod and it's a pain. Sizing a photo = not posting a photo.
 

gltrimble

2017 170 4x4
Many forum members are using the Tapatalk app. All photos and videos are visible (no links). No photo limit, just posted seven 800x1000 images. Full screen photo sizing of over 1000 pixels. Auto notifications if desired. Probably a lot more features that I am not aware of. Works on my IOS products and desktop.


Sent from my iPad using Tapatalk
 

FelixTheDodge

New member
I was a bit frustrated having to open images in a window too, so I created a small javascript "bookmarklet" that expands any images uploaded in a post. Save this bit below as a new bookmark (put the code as the bookmark "Location"), and then you can click/"open" the bookmark while on a thread with some embedded images.

Code:
javascript:(function()%7Bfunction%20replaceAnchorWithImage(%20element%20)%20%7Bvar%20imageEl%20%3D%20document.createElement('img')%3BimageEl.src%20%3D%20element.href%3BimageEl.className%20%3D%20'felix'%3Belement.replaceWith(imageEl)%3B%7Dvar%20style%20%3D%20document.createElement('style')%3Bstyle.textContent%20%3D%20%22.felix%20%7Bmargin%3A%2010px%3B%20border%3A%201px%20solid%20%23ddd%3B%20padding%3A%201px%3B%20border-radius%3A%203px%7D%22%3Bdocument.getElementsByTagName('head').item(0).append(style)%3Bvar%20convertElements%20%3D%20%5B%5D%3Bfor%20(var%20tagCounter%20%3D%200%2C%20anchorTags%20%3D%20document.getElementsByTagName('a')%3B%20tagCounter%20%3C%20anchorTags.length%3B%20tagCounter%2B%2B)%20%7Bvar%20element%20%3D%20anchorTags.item(tagCounter)%3Bif%20(element.href.includes('https%3A%2F%2Fsprinter-source.com%2Fforum%2Fattachment.php%3Fattachmentid%3D'))%20%7BconvertElements.push(element)%3B%7D%7DconvertElements.forEach(function(%20element%20)%20%7BreplaceAnchorWithImage(element)%3B%7D)%3Bconsole.log('Converted%20elements%3A%20'%20%2B%20convertElements.length)%7D)()
 
D

Deleted member 50714

Guest
I was a bit frustrated having to open images in a window too, so I created a small javascript "bookmarklet" that expands any images uploaded in a post. Save this bit below as a new bookmark (put the code as the bookmark "Location"), and then you can click/"open" the bookmark while on a thread with some embedded images.

Code:
javascript:(function()%7Bfunction%20replaceAnchorWithImage(%20element%20)%20%7Bvar%20imageEl%20%3D%20document.createElement('img')%3BimageEl.src%20%3D%20element.href%3BimageEl.className%20%3D%20'felix'%3Belement.replaceWith(imageEl)%3B%7Dvar%20style%20%3D%20document.createElement('style')%3Bstyle.textContent%20%3D%20%22.felix%20%7Bmargin%3A%2010px%3B%20border%3A%201px%20solid%20%23ddd%3B%20padding%3A%201px%3B%20border-radius%3A%203px%7D%22%3Bdocument.getElementsByTagName('head').item(0).append(style)%3Bvar%20convertElements%20%3D%20%5B%5D%3Bfor%20(var%20tagCounter%20%3D%200%2C%20anchorTags%20%3D%20document.getElementsByTagName('a')%3B%20tagCounter%20%3C%20anchorTags.length%3B%20tagCounter%2B%2B)%20%7Bvar%20element%20%3D%20anchorTags.item(tagCounter)%3Bif%20(element.href.includes('https%3A%2F%2Fsprinter-source.com%2Fforum%2Fattachment.php%3Fattachmentid%3D'))%20%7BconvertElements.push(element)%3B%7D%7DconvertElements.forEach(function(%20element%20)%20%7BreplaceAnchorWithImage(element)%3B%7D)%3Bconsole.log('Converted%20elements%3A%20'%20%2B%20convertElements.length)%7D)()
Any chance a kind person could do a step by step instructions for us children of a lessor God?

I can crop and resize in one step.
 

ptheland

2013 144" low top Passgr
I was a bit frustrated having to open images in a window too, so I created a small javascript "bookmarklet" that expands any images uploaded in a post. Save this bit below as a new bookmark (put the code as the bookmark "Location"), and then you can click/"open" the bookmark while on a thread with some embedded images.
What problem are you trying to solve here?

I see all images just fine, on my Windows computer using Firefox, on my Mac and iPhone using safari, and on my android tablet using chrome. (Yes, I have too many devices!)

I suspect you might have a board setting that needs a tweak so you can see images in line with each post.
 

autostaretx

Erratic Member
I was a bit frustrated having to open images in a window too, so I created a small javascript "bookmarklet" that expands any images uploaded in a post. Save this bit below as a new bookmark (put the code as the bookmark "Location"), and then you can click/"open" the bookmark while on a thread with some embedded images.

Code:
javascript:(function()%7Bfunction%20replaceAnchorWithImage(%20element%20)%20%7Bvar%20imageEl%20%3D%20document.createElement('img')%3BimageEl.src%20%3D%20element.href%3BimageEl.className%20%3D%20'felix'%3Belement.replaceWith(imageEl)%3B%7Dvar%20style%20%3D%20document.createElement('style')%3Bstyle.textContent%20%3D%20%22.felix%20%7Bmargin%3A%2010px%3B%20border%3A%201px%20solid%20%23ddd%3B%20padding%3A%201px%3B%20border-radius%3A%203px%7D%22%3Bdocument.getElementsByTagName('head').item(0).append(style)%3Bvar%20convertElements%20%3D%20%5B%5D%3Bfor%20(var%20tagCounter%20%3D%200%2C%20anchorTags%20%3D%20document.getElementsByTagName('a')%3B%20tagCounter%20%3C%20anchorTags.length%3B%20tagCounter%2B%2B)%20%7Bvar%20element%20%3D%20anchorTags.item(tagCounter)%3Bif%20(element.href.includes('https%3A%2F%2Fsprinter-source.com%2Fforum%2Fattachment.php%3Fattachmentid%3D'))%20%7BconvertElements.push(element)%3B%7D%7DconvertElements.forEach(function(%20element%20)%20%7BreplaceAnchorWithImage(element)%3B%7D)%3Bconsole.log('Converted%20elements%3A%20'%20%2B%20convertElements.length)%7D)()
As ptheland wrote, there's a set of user options which control what you see when reading the posts.
One disables in-line image display, one prevents seeing sgnature blocks (like the link to a Sprinter data site in mine), and i forget what the 3rd blocks.
They are accessed under the User CP link in the top blue bar.

--dick
 

Top Bottom