Project

General

Profile

Actions

Feature #15853

closed

Create folder when inserting link ( in browse_links.php )

Added by Valery Romanchev about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-03-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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

browse_links.php (75 KB) browse_links.php Administrator Admin, 2006-03-18 12:58
Actions #1

Updated by Stanislas Rolland about 18 years ago

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.

Actions #2

Updated by Valery Romanchev about 18 years ago

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.

Actions #3

Updated by Stanislas Rolland about 18 years ago

The option IS already enabled by default if you use the Demo default settings!

Generally, the element browser does not enable folder creation.

Actions #4

Updated by Valery Romanchev about 18 years ago

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

Actions #5

Updated by Stanislas Rolland almost 18 years ago

Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0.

Actions

Also available in: Atom PDF