Page 1 of 1

Phoca Download Button Plugin limit in filelist mode

Posted: 03 Mar 2016, 15:19
by Hosch
Hi,

I have a problem with Phoca Download Button Plugin v3.1.

when I create a link in filelist view there seems to be a default limit of 5. Even when I leave the "limit" box empty.

In order to show more than 5 files I need to enter a limit of 100 or so.

Is there a way the default limit can be edited or set to none?

Thanks in advance!

Re: Phoca Download Button Plugin limit in filelist mode

Posted: 05 Mar 2016, 19:33
by Jan
Hi, yes, the default value for limit is 5, so you can set your own limit in the plugin code, or you can directly edit the php code of the content plugin and set the limit for your needs:

plugins/content/phocadownload/phocadownload.php

cca line 83 $limit = x;

Jan