[TYPO3-dam-devel] RFC: Bugfix: 5698: Upload Number of Files Has not Affect

Andreas Balzer andreasbalzer at gmail.com
Sun Oct 28 10:40:14 CET 2007


+1

2007/10/28, Michiel Roos <michiel at netcreators.com>:
>
> This is a svn patch request.
>
> Type: bugfix
>
> Problem:
> The uploads dropdown menu that allows the user to select 5, 10, or 15
> has no affect on the number of, "browse", fields that show up. If 10 or
> 15 is selected the number of browse fields remains at 5.
>
> Solution:
> Modify lib/class.tx_dam_scbase.php to include the following (near line
> 347):
>           'tx_dam_file_uploadFields' => array(
>               5 => '5',
>               10 => '10',
>               15 => '15',
>             ),
>           'tx_dam_file_upload_overwrite' => '',
>
> Branches:
> Head
>
> Bugtracker reference: http://bugs.typo3.org/view.php?id=5698
>
> Kind regards,
>
>
> Michiel Roos
>
> --
> Netcreators BV :: creation and innovation
> www.netcreators.com
>
> Interesse in werken bij Netcreators?
> http://www.netcreators.com/bedrijf/vacatures/
>
>
> --- lib/class.tx_dam_scbase.old.php     2007-10-04 20:42:29.335470726+0200
> +++ lib/class.tx_dam_scbase.php 2007-10-04 20:43:06.482560484 +0200
> @@ -345,6 +345,12 @@
>                                 'tx_damindex_storedSettings' => '',
>
>                                 'tx_dam_resultPointer' => '',
> +                               'tx_dam_file_uploadFields' => array(
> +                                       5 => '5',
> +                                       10 => '10',
> +                                       15 => '15',
> +                               ),
> +                               'tx_dam_file_upload_overwrite' => '',
>                                 'tx_dam_resultsPerPage' => array(
>                                                 20 => '20',
>                                                 50 => '50',
>
>
> _______________________________________________
> TYPO3-team-dam mailing list
> TYPO3-team-dam at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-dam
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.netfielders.de/pipermail/typo3-team-dam/attachments/20071028/9b37b5b0/attachment.htm 


More information about the TYPO3-team-dam mailing list