Add snapshots to a post on the pfSense forum
-
I can see that it is quite mandatory to add pictures like snapshots of the webGUI when posting a question of a solution. What is the recommend method for doing that ?
Here is an example: I have just done a drawing of my network as was required by a pfSense grizzled veteran. I reduced it to a jpeg 969 x 960 px image. in the insertion point below, I use the button "insert image"
I then attach the file using "Attachments and other options" to this post.
What should I have done for the image to appear in the post ? TIA
![2017-10-24 Home network.jpg](/public/imported_attachments/1/2017-10-24 Home network.jpg)
![2017-10-24 Home network.jpg_thumb](/public/imported_attachments/1/2017-10-24 Home network.jpg_thumb) -
What should I have done for the image to appear in the post ?
Your image already appears in your post.
-
This seems to have come up a few times as of late..
I think they are wanting to do
blah blah
image
blah blah blah etc..
For it to come up like that you need to use the insert img tags with url of your image in the tags
[img]http://something.domain.tld/image.jpg[/img]
For that to work though the reader of post has to be able to access the image.. Which can often fail depending on where they are viewing from… One of the proxies at work blocks many of the common image hosting sites.. So they don't come up if using that proxy, I would guess that many readers could run into the same problem if viewing posts from work locations ;) Reading the forum is way better than real work most of the time heheheheh
I personally just like the images attached in the post. While it might not always make for easy reading flow of the post.. It pretty much is sure that images can be viewed by anyone that can get to forum.pfsense.org in the first place... And is way better then user that post just a link to the image somewhere without even putting in the tags for inline viewing.
Your also sure that the image will be there down the line, in the chance that the image hosting site takes down the image or goes away or is not available at the time of reading, etc.
-
Bah, that's wayyy too much hassle. Just attach them and then reference them numerically or something.
-
SMF 2.0.x doesn't support inline images. As @johnpoz has stated they have to be hosted off site and inserted with img tags to be viewed inline.
If inline images are a must then I highly recommend chevereto. The dev recently added a plugin that supports multiple forums, including SMF, and makes it super easy for users to insert inline images.
-
SMF 2.0.x doesn't support inline images.
Really, so this isn't possible:
Unfortunately, SMF doesn't seem to know about this restriction. ;)
Edit:
Played with some additional parameters like {img width=150}URL{/img}
https://wiki.simplemachines.org/smf/ImgThis would be nice to have:
http://www.smfhelp.com/index.php?topic=72.0
Jared? -
Linking offsite is bad because the site or the images can vanish without warning, making the post incoherent. So many times I've search for a technical answer from the past, only to find all the image links broken.
-
-
@KOM:
Linking offsite is bad because the site or the images can vanish without warning, making the post incoherent. So many times I've search for a technical answer from the past, only to find all the image links broken.
That's why you run the photo hosting script on the same server as the forum. If the forum is up the pics are up. Plus it gives you more control over included pics so your average user with 110 megapixel super duper new phone isn't complaining at why he can't get a 15MB pic to load in his post.
Yup, pet peev….......
-
My thanks to all of you for this avalanche of useful replies. Yes, my intent was as restated by johnpoz. I understand the image file needs to be in the forum and the reason for that. Also, it must not be too heavy but readable: 1000px width seems to be an acceptable compromise. For more than one images, I will use reference numbers inserted in the text at the appropriate position as suggested. Thanks.