Please provide more info on this issue.
The
Crop in
Remove (5) had an issue in some cases, this was fixed in the latest version:
viewforum.php?f=1You can add images to your post using any image host (Imgur, Postimages, your own server, etc.):
1. Upload your image to an image host
Go to your image service (e.g. Imgur, Postimages, etc.).
Upload your picture (drag & drop or “Upload” button).
After upload, find the direct image URL – this is important:
It should end in .jpg, .jpeg, .png, .gif etc.
Example:https://i.imgur.com/abcd1234.png
Avoid “page” links likehttps://imgur.com/abcd1234 (those are gallery pages, not the image itself).
Most image hosts have a field called “Direct link”, “Hotlink”, or “BBCode”.
2. Insert the image into your phpBB post
There are two main ways:
A) Manually with BBCode
In the post editor, type:
[img]YOUR_IMAGE_URL_HERE[/img]
Replace the URL with your own direct image link.
B) Using the toolbar button
In the phpBB editor, click the “Img” button (often an icon that looks like a small picture).
It will insert into your post.
Paste your direct image URL between the tags:
[img]PASTE_YOUR_IMAGE_URL_HERE[/img]
****
Some hosts generate both links for you automatically.3. Check with “Preview”
Before submitting:
Click Preview in phpBB.
Make sure you actually see the image.
If you just see a link or a broken image icon:
Check that the URL ends in .jpg/.png/etc.
Make sure you didn’t accidentally double http:// or include spaces.