Hello,
Just wanted to share some pro tips on displaying pictures in forum posts.
The forum's [image] commands only display something if the link you paste is a direct path to an actual .gif, .jpg, .png, .bmp image file.
The links you provided
https://imgur.com/NrVuCHH and
https://imgur.com/5LoJWdq are to a web page based photo album at imgur.com, and each album page has 1 single photo in the HTML code.
The forum's [image] command doesn't know how to read an html web page and figure out which part is the photo you are trying to show.
But.. right after you upload to imgur, you can Right Click over the photo, then click on "Copy image address" and then paste it here in your posts and wrap that copied link with [image] commands like this:
- Code: Select all
[image]https://i.imgur.com/NrVuCHH.jpeg[/image]
which looks like this:

and
- Code: Select all
[image]https://i.imgur.com/5LoJWdq.jpeg[/image]
looks like this:

hope that helps,
Squelchtone