03-22-2020, 01:44 PM
(This post was last modified: 03-22-2020, 01:51 PM by Dendrocalamus64.)
MyBB uses MyCode for markup.
https://docs.mybb.com/1.6/MyCode/
yields
![[Image: 282px-Pseudotsuga_japonica_togasawara04.jpg]](https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Pseudotsuga_japonica_togasawara04.jpg/282px-Pseudotsuga_japonica_togasawara04.jpg)
Or if you don't want it to be lost when the image host goes down or purges files, attach it, preview the post to get the URL, and use,
![[Image: attachment.php?aid=1723]](https://forum.pine64.org/attachment.php?aid=1723)
You can use the above image embedding code in other posts as well, you don't have to reattach it every time.
https://docs.mybb.com/1.6/MyCode/
Code:
[img]https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Pseudotsuga_japonica_togasawara04.jpg/282px-Pseudotsuga_japonica_togasawara04.jpg[/img]
yields
![[Image: 282px-Pseudotsuga_japonica_togasawara04.jpg]](https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Pseudotsuga_japonica_togasawara04.jpg/282px-Pseudotsuga_japonica_togasawara04.jpg)
Or if you don't want it to be lost when the image host goes down or purges files, attach it, preview the post to get the URL, and use,
Code:
[img]https://forum.pine64.org/attachment.php?aid=1723[/img]
You can use the above image embedding code in other posts as well, you don't have to reattach it every time.