Bug #45819
closedFilelinks content element has fields for alttext and titletext
0%
Description
The filelinks content element has fields for alttext and titletext, in addition to the field for file descriptions (which is working just fine).
I can't think of a case where those two fields might be relevant for file downloads.
Is there a reason for this?
Updated by Michael Stucki over 11 years ago
- Assignee set to Oliver Hader
Oliver, this was added by you in 57102904. Do you have any idea about it?
Updated by Florian Seirer about 11 years ago
The error is in /typo3/sysext/cms/tbl_tt_content.php, line 2073:
'uploads' => array(
'showitem' => 'select_key;LLL:EXT:cms/locallang_ttc.xml:select_key.ALT.uploads_formlabel, --linebreak--, media;LLL:EXT:cms/locallang_ttc.xml:media.ALT.uploads_formlabel, --linebreak--, target, --linebreak--, imagecaption;LLL:EXT:cms/locallang_ttc.xml:imagecaption.ALT.uploads_formlabel, titleText;LLL:EXT:cms/locallang_ttc.xml:titleText_formlabel, --linebreak--, altText;LLL:EXT:cms/locallang_ttc.xml:altText_formlabel',
'canNotCollapse' => 1,
),
Delete this, and the fields are gone from the filelinks CEs.
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed
in version 6.2.14 and 7 file in filelinks CE are managed by FAL.
I did this test:
- create a CE "filelinks"
- add a file (e.g. a PDF)
Result:
- the fields you can edit are "Title" and "Description (Caption)"
then I think I can close this issue; moreover version 4.x are no longer maintained.
If you think that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.