Project

General

Profile

Actions

Feature #16892

closed

Patch for more than one sysfolder

Added by Bjrn Kraus about 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
Start date:
2007-01-24
Due date:
% Done:

0%

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

Description

The current release only allows one sysfolder for user storage. The attached patch simply changes the sql statement from "pid=\'%d\'" into "pid IN (%s)" which allows a comma separated list of sysfolder ids

Former TS:

plugin.tx_newloginbox_pi1.storagePid = 1

With patch:

plugin.tx_newloginbox_pi1.storagePid = 1,2,3

Attention: the storagePid-value will directly be passed to the SQL statement.
(issue imported from #M4848)


Files

newloginbox.diff (5.75 KB) newloginbox.diff Administrator Admin, 2007-01-24 11:02
class.tx_newloginbox_pi1.php.diff (4.3 KB) class.tx_newloginbox_pi1.php.diff Administrator Admin, 2007-02-08 21:44
ext_typoscript_setup.txt.diff (260 Bytes) ext_typoscript_setup.txt.diff Administrator Admin, 2007-02-08 21:44
flexform_ds.xml.diff (2.32 KB) flexform_ds.xml.diff Administrator Admin, 2007-02-08 21:45
Actions #1

Updated by Andre Obereigner about 17 years ago

I just added these three files:
- class.tx_newloginbox_pi1.php.diff
- ext_typoscript_setup.txt.diff
- flexform_ds.xml.diff

Now you should be able to set up different sysFolders in TypoScript as well as in the plugin flexform. Please take a look at those files.

Actions #2

Updated by Steffen Kamper almost 16 years ago

fixed in felogin

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF