Number of files listed in File Manager

VisiGod

Verified User
Joined
Jan 10, 2006
Messages
27
I've got a complain from a user that wanted to know how to extend the number of files that appear on the file manager. Basically the user doesn't want to have the "Page 1 2" link on the bottom and wishes to see all the files in one window.

Is there any possibility to change the default number of files in DA file manager?

Thanks in advance
 
He can change the number when he views it. He can click "Advanced Search" and set "all" for the "items per page".

I guess, if you wanted to have it show more by default, you could change the link that goes to:

/CMD_FILE_MANAGER

to be:

/CMD_FILE_MANAGER?ipp=100000

in the skins, which would do the same thing by default.

John
 
Back
Top