06-19-2014, 04:18 AM
(This post was last modified: 09-17-2016, 10:52 AM by gold_finger.)
How to Post Pictures, Links, Code and Quotes when making a Forum Post?
General rule: Position your cursor at the point where you want to make the insertion and click there to set the point. Then click the forum interface button corresponding to the type of insertion you're making. That will put coded blocks at the point you designated in the post. Paste between those two blocks.
To post a screenshot or other picture use an image posting site to post your image to, copy the provided link to your image, then hit the "Insert Image" button and paste your link between the two image blocks that are inserted in your posting. (Here is one such site to use: https://imgur.com/.)
Eg. [ img ]http://i.imgur.com/qh6QlvD.png[ /img ]
To post a link to a website, hit the "Insert Hyperlink" button and paste your link between the url blocks.
Eg. [ url ]http://www.linuxliteos.com[ /url ]
To post terminal commands or output from terminal commands. Copy/Paste your terminal output into your forum reply post, then re-highlight the pasted output and hit the code button along the top of the reply interface to enclose it in code blocks. After finalizing your post, the terminal output will now show up inside a separate box of a set size with scroll ability and which preserves the correct formatting of the output. That makes reading it easier and it also gives you the ability to post long output in a small space.
To post quotes, hit the "Insert Quote" button and paste the quoted text between the two quote blocks. If you want to quote a prior post of someone here on the forum you can just hit the "Quote" button on their post and it will insert the quote where your cursor is on the reply interface. That will quote everything from their post. If you just want to quote a small portion of what someone wrote, hit the quote button on the reply interface and change the first quote block in the following way:
General rule: Position your cursor at the point where you want to make the insertion and click there to set the point. Then click the forum interface button corresponding to the type of insertion you're making. That will put coded blocks at the point you designated in the post. Paste between those two blocks.
To post a screenshot or other picture use an image posting site to post your image to, copy the provided link to your image, then hit the "Insert Image" button and paste your link between the two image blocks that are inserted in your posting. (Here is one such site to use: https://imgur.com/.)
Eg. [ img ]http://i.imgur.com/qh6QlvD.png[ /img ]
To post a link to a website, hit the "Insert Hyperlink" button and paste your link between the url blocks.
Eg. [ url ]http://www.linuxliteos.com[ /url ]
To post terminal commands or output from terminal commands. Copy/Paste your terminal output into your forum reply post, then re-highlight the pasted output and hit the code button along the top of the reply interface to enclose it in code blocks. After finalizing your post, the terminal output will now show up inside a separate box of a set size with scroll ability and which preserves the correct formatting of the output. That makes reading it easier and it also gives you the ability to post long output in a small space.
- Eg. [ code ]sudo blkid[ /code ]
- Produces a code box like this
Code:
sudo blkid
To post quotes, hit the "Insert Quote" button and paste the quoted text between the two quote blocks. If you want to quote a prior post of someone here on the forum you can just hit the "Quote" button on their post and it will insert the quote where your cursor is on the reply interface. That will quote everything from their post. If you just want to quote a small portion of what someone wrote, hit the quote button on the reply interface and change the first quote block in the following way:
- Instead of this: [ quote ] ... [ /quote ]
- Make this: [ quote="gold_finger" ] ... [ /quote ]
- And you'll see something like this:
Quote:Here is a quote.
Try Linux Beginner Search Engine for answers to Linux questions.