Bug #60891
closedImage titletext in the content element is not considered
0%
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.
Updated by Markus Klein over 10 years ago
- 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?
Updated by Hugo no-lastname-given over 10 years ago
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
Updated by Markus Klein over 10 years ago
It is not intended to use the old fields without the content adapter.
Is this now solved for you or not?
Updated by Hugo no-lastname-given over 10 years ago
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
Updated by Markus Klein over 10 years ago
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
?
Updated by Hugo no-lastname-given over 10 years ago
there is only tt_content.image.20.1 {titleText.override.htmlSpecialChars = 0}
But the problem is the same, when I delete this entry.
Updated by Alexander Opitz almost 10 years ago
Hi, did you find the root of this issue?
Updated by Markus Klein over 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within 90 days, closing this issue.