banner
banner

27 Apr 2024, 14:35 [ UTC - 5; DST ]


Greenwich AeroGroup (banner)



Reply to topic  [ 101 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7
Username Protected Message
 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 18 Feb 2024, 18:13 
Offline


User avatar
 WWW  Profile




Joined: 05/02/15
Posts: 846
Post Likes: +593
Location: Austin, Texas and Argentina
Aircraft: L-39 Albatros
I think the [youtube] tags/links may have been broken. Here's an example thread... previously the youtube videos were embedded in the page so you could watch them without leaving Beechtalk:


viewtopic.php?f=41&t=192248


Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 18 Feb 2024, 18:47 
Offline


User avatar
 Profile




Joined: 05/17/10
Posts: 4437
Post Likes: +1742
Location: canuck
Aircraft: x23mouse
Username Protected wrote:
I think the [youtube] tags/links may have been broken. Here's an example thread... previously the youtube videos were embedded in the page so you could watch them without leaving Beechtalk:

viewtopic.php?f=41&t=192248

The new way, is [YouTube][/YouTube] tagging the complete 'share' link

Ends up with all the old ones broken tho.


Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 18 Feb 2024, 19:54 
Offline


User avatar
 WWW  Profile




Joined: 05/02/15
Posts: 846
Post Likes: +593
Location: Austin, Texas and Argentina
Aircraft: L-39 Albatros
Username Protected wrote:
The new way, is [YouTube][/YouTube] tagging the complete 'share' link

Ends up with all the old ones broken tho.


I was hoping there's a way to fix the years of existing ones too. I'm sure it was inadvertent to break it.


Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 18 Feb 2024, 21:30 
Offline


User avatar
 Profile




Joined: 05/17/10
Posts: 4437
Post Likes: +1742
Location: canuck
Aircraft: x23mouse
Username Protected wrote:
The new way, is [YouTube][/YouTube] tagging the complete 'share' link

Ends up with all the old ones broken tho.

I was hoping there's a way to fix the years of existing ones too. I'm sure it was inadvertent to break it.

The breaks (or broken utube links here) can come up, with forum software upgrades, & or prob also other reasons..

Dunno if folks here, can then fix prior links that no longer work, guess we'll see.

There were also, at least 2 diff prior methods/changes i'm aware of, that would require fixing.

1 was deleting all after the '?' question mark (from the share link), the other included deleting the '?' question mark

I have seen forum software upgrades, that affects prior links working, permanently.

I'm not sure if the admins here, are aware of the issue (prob 3-4 wks now), i've only seen a few comments on it.

Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 19 Feb 2024, 00:48 
Online


User avatar
 Profile




Joined: 11/08/12
Posts: 6335
Post Likes: +3814
Location: San Carlos, CA - KHWD
Aircraft: Piaggio Avanti
Username Protected wrote:
I'll also see what I can do about the thing with clicking pictures, that's a new one for me.

Hi Jeff,

Just thought I'd ping this one again, it still doesn't work like it used to.

Used to be that when you clicked an uploaded image, then it would bring up that image in its own browser tab at full resolution - whatever resolution it was uploaded at.

Now, when you click on an uploaded image, nothing happens - it just stays displayed at the shrunken down column width. Which is the right thing for the default thread view, but would be nice to have access to the higher resolution when desired.

One reason this matters is often screen shots get shrunk to something smaller than they were captured at, and the text goes kind of pixelated. Zooming in the browser just makes the pixels bigger. But if you can get to the original image at its original resolution, it gets un-pixelated and clearer. Much easier to zoom into at that point too. Similar for photos, you can zoom into the high resolution images to pick out details that you can't when they aren't at original resolution.

Thanks!


Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 22 Feb 2024, 08:43 
Offline



User avatar
 WWW  Profile




Joined: 11/26/07
Posts: 3515
Post Likes: +2550
Company: BeechTalk
Location: KJWN
Haven't forgotten about these last few items, just still trying to tackle some back-end server things that need to be done first.

I'll work on the youtube and image thing as soon as I'm able, thanks.

Jeff

_________________
CE-510 type, ATP Helicopter, BE90 recurrent, CE500 SPE, Baron 58 IPC, R22/R44 flight reviews


Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 04 Mar 2024, 20:16 
Online


User avatar
 Profile




Joined: 11/08/12
Posts: 6335
Post Likes: +3814
Location: San Carlos, CA - KHWD
Aircraft: Piaggio Avanti
Username Protected wrote:
I'll work on the youtube and image thing as soon as I'm able, thanks.

Just pinging on the image resize issue... mentioned in this thread as well...

It looks to me like all that would need to happen is to make the HTML <img> tagged item a link to itself. For example, in the fourth post of this thread, there's an image displayed with this <img> tag, all it would need is an <a> tag wrapping it - like below. Note the href property of the a tag is the same as the src property of the img tag.

Thanks for looking into it.

<img src="./download/file.php?id=433292" alt="IMG_1103.png" />

<a href="./download/file.php?id=433292"><img src="./download/file.php?id=433292" alt="IMG_1103.png" /></a>

Followup edit: I made the second post down on this thread page with an image, and it does exactly that - and it works! But the rest of the images on that thread page do not. I thought I'd post in case it gives a good clue to follow.

Follwup #2: It appears to me (very limited sample size) that images posted prior to 1/18/2024 can be clicked on, and link to the full resolution image. Images posted 1/18/2024 and after, cannot.


Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 12 Mar 2024, 21:49 
Online


User avatar
 Profile




Joined: 11/08/12
Posts: 6335
Post Likes: +3814
Location: San Carlos, CA - KHWD
Aircraft: Piaggio Avanti
Username Protected wrote:
It looks to me like all that would need to happen is to make the HTML <img> tagged item a link to itself. For example, in the fourth post of this thread, there's an image displayed with this <img> tag, all it would need is an <a> tag wrapping it - like below. Note the href property of the a tag is the same as the src property of the img tag.

Further follow up...

If one right clicks the image and uses the (browser) menu option to open the image in a new tab, the full res image is opened... so the image is sitting there, all it needs is the <a> tag surrounding it as described... :)


Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 03 Apr 2024, 19:35 
Online


User avatar
 Profile




Joined: 11/08/12
Posts: 6335
Post Likes: +3814
Location: San Carlos, CA - KHWD
Aircraft: Piaggio Avanti
Username Protected wrote:
It looks to me like all that would need to happen is to make the HTML <img> tagged item a link to itself. For example, in the fourth post of this thread, there's an image displayed with this <img> tag, all it would need is an <a> tag wrapping it - like below. Note the href property of the a tag is the same as the src property of the img tag.

Further follow up...

If one right clicks the image and uses the (browser) menu option to open the image in a new tab, the full res image is opened... so the image is sitting there, all it needs is the <a> tag surrounding it as described... :)

Ping... any chance to fix this issue?

Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 04 Apr 2024, 02:45 
Offline


User avatar
 Profile




Joined: 05/17/10
Posts: 4437
Post Likes: +1742
Location: canuck
Aircraft: x23mouse
used to be, posted pix would show up again if quoting someone, that goes back awhile now,

also recently, when quoting someone with whatever links they may have posted, that then ends up with links not working, in the new post


Top

 Post subject: Re: Maintenance 01/18/2024 Update - Please Read!
PostPosted: 11 Apr 2024, 15:53 
Offline



User avatar
 WWW  Profile




Joined: 11/26/07
Posts: 3515
Post Likes: +2550
Company: BeechTalk
Location: KJWN
Thanks guys, yes I'm going to fix as many of these as I can, I promise I haven't forgotten... just been slammed with other work. Appreciate the input.

:peace:

Jeff

_________________
CE-510 type, ATP Helicopter, BE90 recurrent, CE500 SPE, Baron 58 IPC, R22/R44 flight reviews


Top

Display posts from previous:  Sort by  
Reply to topic  [ 101 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7




You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  

Terms of Service | Forum FAQ | Contact Us

BeechTalk, LLC is the quintessential Beechcraft Owners & Pilots Group providing a forum for the discussion of technical, practical, and entertaining issues relating to all Beech aircraft. These include the Bonanza (both V-tail and straight-tail models), Baron, Debonair, Duke, Twin Bonanza, King Air, Sierra, Skipper, Sport, Sundowner, Musketeer, Travel Air, Starship, Queen Air, BeechJet, and Premier lines of airplanes, turboprops, and turbojets.

BeechTalk, LLC is not affiliated or endorsed by the Beechcraft Corporation, its subsidiaries, or affiliates. Beechcraft™, King Air™, and Travel Air™ are the registered trademarks of the Beechcraft Corporation.

Copyright© BeechTalk, LLC 2007-2024

.avionwealth-85x50.png.
.Wingman 85x50.png.
.bullardaviation-85x50-2.jpg.
.stanmusikame-85x50.jpg.
.CiESVer2.jpg.
.tat-85x100.png.
.aviationdesigndouble.jpg.
.ssv-85x50-2023-12-17.jpg.
.midwest2.jpg.
.wilco-85x100.png.
.boomerang-85x50-2023-12-17.png.
.blackhawk-85x100-2019-09-25.jpg.
.tempest.jpg.
.kadex-85x50.jpg.
.jetacq-85x50.jpg.
.Marsh.jpg.
.ABS-85x100.jpg.
.bpt-85x50-2019-07-27.jpg.
.headsetsetc_Small_85x50.jpg.
.aircraftferry-85x50.jpg.
.aircraftassociates-85x50.png.
.MountainAirframe.jpg.
.cav-85x50.jpg.
.kingairnation-85x50.png.
.airmart-85x150.png.
.temple-85x100-2015-02-23.jpg.
.chairmanaviation-85x50.jpg.
.gallagher_85x50.jpg.
.camguard.jpg.
.sierratrax-85x50.png.
.AAI.jpg.
.geebee-85x50.jpg.
.Rocky-Mountain-Turbine-85x100.jpg.
.lucysaviation-85x50.png.
.saint-85x50.jpg.
.Latitude.jpg.
.centex-85x50.jpg.
.jandsaviation-85x50.jpg.
.concorde.jpg.
.avfab-85x50-2018-12-04.png.
.SCA.jpg.
.ei-85x150.jpg.
.puremedical-85x200.jpg.
.one-mile-up-85x100.png.
.aeroled-85x50-2022-12-06.jpg.
.planelogix-85x100-2015-04-15.jpg.
.daytona.jpg.
.kingairacademy-85x100.png.
.Foreflight_85x50_color.png.
.dbm.jpg.
.traceaviation-85x150.png.
.shortnnumbers-85x100.png.
.blackwell-85x50.png.
.wat-85x50.jpg.
.pdi-85x50.jpg.
.Wentworth_85x100.JPG.