C180_guy wrote:Zzz wrote:For now, ..... or upload to your gallery and embed by BBcode.
I have no idea what any of that means. I took my image snippet and cntrl-V pasted it into powerpoint, which let me save the presentation as a jpeg to my desktop. I then attached that file to BCP forum post.
It's been a common thing over the years with many members who maybe don't have a background in computers to lack the fundamental understanding of how/where/why images and files are stored and accessed on the Internet. I've always tried to educate our users, so here's a few tips, maybe it will help others too. To see any of the BBcode examples I have used in this post, click the QUOTE button then review what is shown in the post editor.
Let's say you take a photo with your camera app. or snap a screenshot of something in a mobile app that you want to share with the forum.
You do the button combo, it takes a screenshot. Now you can either:
1) copy it into memory (the "clipboard"), or
2) depending on the computer's operating system, will automatically save the screenshot to a set location. That's how it is on macOS. I think on Windows it only copies into the clipboard, which is a temporary buffer that's instantly replaced when you copy something else.
Let's sidebar for a moment to understand how your web browser displays photos. They're image files (JPG, PNG, GIF, etc). In a web page, the photo is referenced. It's not normally part of the page's code, rather the HTML code says "show this photo file here -> . Here's where you can find that photo file." Then within the HTML, a URL (web address) shows exactly where on the internet that photo file can be retrieved and embedded within the web page. An image URL looks like this:
- Code: Select all
https://backcountrypilot.org/images/photos/51/7342/ece69be1f8d8de11e445486e.jpg
I can take that image URL and use it however I want. I can make a
link to it directly with the URL BBcode, or I can embed it with the img BBcode.

Instead of pointing to a web page (HTML) or a web page generator script (PHP, ASPX, etc), it points directly to a single image file.
But somehow we have to get our image file there, on the web server. Or any web server. Newer web apps DO allow you to simply paste the image file you've copied right into the text editor. FB is one of those. Advantage FB. Then Facebook takes care of both uploading and embedding the photo for you, behind the scenes. Super easy.
But you're a tailwheel pilot. You don't like things the easy way. For using BCP, one way to embed images in forum posts is to upload it to your BCP photo gallery, then figure out where that file is stored on the server (image URL) and place it between the BBcode tags for images. This is what my
tutorial video shows.
The second way is to use the forum file attachment feature. Below the post editor there are some tabs...one says "Upload file/image attachment." Choose your file (is your screenshot still in memory or did it save to your local files/photos?) You have to know where to look for it on your device's file system, because this attachment feature won't allow you to simply paste the clipboard contents.
Click "Choose File" find the one you want, then click the "Add the file" button. Now it's uploaded and attached to the post, but maybe not embedded for automatic viewing. Click the "place inline" button. That automatically adds BBcode that will load and display that file/image. Try it for yourself.

- daubby-cockpit2.jpg (430.7 KiB) Viewed 316 times
BTW...regarding the Powerpoint step. I think you used this because you are not aware of another way to convert binary image data in the clipboard memory to an actual file. I'm assuming Windows. So you took the screenshot by hitting the Print Screen button. Open Windows Paint, then new file, then Paste. Save that file. It's a similar process but less contrived than using a slide presentation software app.
A better way is to instead using the Windows key + Print Screen, and it will either prompt you to save the file somewhere, or you can open File Explorer > Pictures > Screenshots to find the file.