Actions
Feature #16892
closedPatch for more than one sysfolder
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
Updated by Andre Obereigner almost 18 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