Project

General

Profile

Actions

Bug #45819

closed

Filelinks content element has fields for alttext and titletext

Added by Florian Seirer about 11 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2013-02-25
Due date:
% Done:

0%

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

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?

Actions #1

Updated by Michael Stucki about 11 years ago

  • Assignee set to Oliver Hader

Oliver, this was added by you in 57102904. Do you have any idea about it?

Actions #2

Updated by Florian Seirer over 10 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.

Actions #3

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.4 (Backend)
  • Is Regression set to No
Actions #4

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

Actions

Also available in: Atom PDF