Feature #15853
closed
Create folder when inserting link ( in browse_links.php )
Added by Valery Romanchev over 18 years ago.
Updated over 18 years ago.
Category:
RTE (rtehtmlarea + ckeditor)
Description
It will be very usefull to have possiblity to upload file directly in Inserting link dialog ( in browse_links.php ).
This way it works in Pagecontent Filelink.
I already made this as patch for BackEnd
( //Patch in comments)
(issue imported from #M2915)
Files
I do not understand this request.
When options.uploadFieldsInTopOfEB is set in User TSConfig, a file uploader is inserted on the File tab of the Insert/Modify link dialog (when TYPO3Browsers is enabled).
Please explain what else is required.
Thank you for help. (I am sorry I do not read manual carefully)
My suggestions:
1) make options.uploadFieldsInTopOfEB=1 default setting.
2) make possibility to create folder. If I am not mistaken - this is not possible in this dialog now.
The option IS already enabled by default if you use the Demo default settings!
Generally, the element browser does not enable folder creation.
Sorry for reopening this Issue.
I check: create folder in Element Brauser can be added by 1 line of code
near 1234 in /typo3conf/ext/rtehtmlarea/mod3/browse_links.php
if ($BE_USER->isAdmin() || $BE_USER->getTSConfigVal('options.createFoldersInEB')) $content.=$createFolder;
This is very usefull function for real site if you need to upload PDF documents and link it in HTMLArea. I will apply this pathch to real site www.ncai.org because of request from site editors.
Valery
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0.
Also available in: Atom
PDF