Bug #33083
closedImages in login news not working
0%
Description
Login news (below the login-mask) use RTE for formatting. This also allows to add images. However they don't work.
1) magic images
If you use a magic image (resizing of an image selected) the resulting image is not generated.
2) plain images
If you use a "plain image" (already has correct size, ...) the image-path is incorrect. Tested this with an image below "fileadmin" where the URL contained "typo3/fileadmin/...".
(Tested against 4.6.3, not yet against master.)
Updated by Alexander Opitz almost 10 years ago
- Status changed from New to Needs Feedback
- Is Regression set to No
Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Riccardo De Contardi over 9 years ago
I can confirm on TYPO3 CMS 6.2.10, using an image in fileadmin/Images
The final path of the image is:
<img src="fileadmin/Images/dummy.png" width="600" height="450" data-htmlarea-file-uid="5" data-htmlarea-file-table="sys_file" alt="" style="">
The path is wrong, it should be: "../fileadmin/Images/dummy.png"
maybe it would be correct if there were a <base href=""> meta tag on <head>
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to New
Updated by Riccardo De Contardi about 9 years ago
- Category set to Content Rendering
Updated by Riccardo De Contardi over 7 years ago
- Status changed from New to Closed
I close this issue in favor of #67556 please continue the discussion there.
If you think that this is the wrong decision, please reopen it or open a new issue with a reference to this one. Thank you.