Add advertising to the folder links and increase the limit of visualization of the files

JoeGamers

Member
YetiShare User
Feb 16, 2019
37
1
8
34
Hello, how could you help me with this detail, I want the ads to be shown in the folders and that more than 10 files be shown per folder, that is to increase it to 30 or 40 per page, I would appreciate your great help
 

Attachments

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

Have a look in:
Code:
\themes\blue_v2\templates\view_folder.html
Find:
Code:
$('#fileData').dataTable({
In that code section add:
Code:
"iDisplayLength": 40,
That should increase the amount per page to 40.

Thanks,
Adam.
 

JoeGamers

Member
YetiShare User
Feb 16, 2019
37
1
8
34
Hi,

Have a look in:
Code:
\themes\blue_v2\templates\view_folder.html
Find:
Code:
$('#fileData').dataTable({
In that code section add:
Code:
"iDisplayLength": 40,
That should increase the amount per page to 40.

Thanks,
Adam.
I already found the file in the folder corresponding to the blue_v2 theme but I am using the flow theme and it does not work