Bug #60891
closed
Image titletext in the content element is not considered
Added by Hugo no-lastname-given over 10 years ago.
Updated over 9 years ago.
Category:
File Abstraction Layer (FAL)
Description
when I want to set the metadata titletext of an image directly in the content element (image or text with image), the text is not considered in frontend.
The content element is an old content element from typo3 4.x. It was migrated to FAL with update to 6.0. But has still listings in tt_content -> titleText. On Version 6.0 and 6.1 there is no problem, the information comes from sys_file_reference. Since update to 6.2 I cannot change the titletext. Frontend always shows the titletext from table tt_content, not the reference from table sys_file_reference. When I change titletext in tt_content directly in database the frontend change too. But changing sys_file_reference directly in Database or normaly with backend has no effect in Frontend.
With other data like description/imagecaption I have no problems only with tiltetext.
I hope this is understandable.
- Status changed from New to Needs Feedback
Hi!
Which version of the css_styled_content static template are you using?
Do you have the [FE][activateContentAdapter] setting on or off?
Hi
css_styled_content 6.2
[FE][activateContentAdapter] off
I now tested with [FE][activateContentAdapter] on. There is no problem.
But problem with [FE][activateContentAdapter] off is only with titletext, not with altText and not with description/imagecaption
It is not intended to use the old fields without the content adapter.
Is this now solved for you or not?
No it is not.
I don't want to use the old fields in tt_content. I want to use the new fields in sys_file_reference.
When I change the fields in content element, my infos are all saved correctly in the records in sys_file_reference (titletext too). But then frontend shows the fields from sys_file_reference for altText and description, but not for titletext. Titletext comes from tt_content, not from sys_file_reference. I think this is not correct. This should come from sys_file_reference. The old fields in tt_content should be ignored
Ah ok, got you now.
This is really weird, as the TS for retrieving the altText and the titleText is identical.
Do you have any other TS that might interfere with css_styled_content. In particular tt_content.image
or tt_content.textpic
?
there is only tt_content.image.20.1 {titleText.override.htmlSpecialChars = 0}
But the problem is the same, when I delete this entry.
Hi, did you find the root of this issue?
- Status changed from Needs Feedback to Closed
No feedback within 90 days, closing this issue.
Also available in: Atom
PDF