Actions
Feature #14560
closedmake upload field in EB optional
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-02-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We can disable the upload field in the Doc. module with TS-config "edit_docModuleUplaod = 0" but the editor can still upload images in the EB (element browser).
So I`d like to make this field optional. I made a RFC in the english newsgroup and the idea was supported.
I guess we need another TSconfig option like:
options.showUploadFieldsInEB
and change line 1396 of browse_links.php to:
if ($path!='/' && @is_dir($path)) && $BE_USER->getTSConfigVal('options.showUploadFieldsInEB') {
(issue imported from #M817)
Updated by Mathias Schreiber over 18 years ago
TYPO3 Version too old.
The reported version is no longer maintained.
If this bug still persists in 4.0.1, please re-open it again and set the field "Product Version" to the corresponding version.
Actions