Project

General

Profile

Actions

Bug #33083

closed

Images in login news not working

Added by Stefan Neufeind over 12 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2012-01-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #67556: System news cannot render RTE contentClosed2015-06-17

Actions
Actions #1

Updated by Alexander Opitz over 9 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)?

Actions #2

Updated by Riccardo De Contardi about 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>

Actions #3

Updated by Alexander Opitz almost 9 years ago

  • Status changed from Needs Feedback to New
Actions #4

Updated by Riccardo De Contardi over 8 years ago

  • Category set to Content Rendering
Actions #5

Updated by Riccardo De Contardi almost 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.

Actions

Also available in: Atom PDF