J JoeGamers Member YetiShare User Feb 16, 2019 37 1 8 35 May 12, 2019 #1 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 lista.png 23.1 KB Views: 13
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
adam Administrator Staff member Dec 5, 2009 2,046 108 63 May 14, 2019 #2 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.
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.
J JoeGamers Member YetiShare User Feb 16, 2019 37 1 8 35 May 14, 2019 #3 Thanks, is it advisable to place ads in folders?
J JoeGamers Member YetiShare User Feb 16, 2019 37 1 8 35 May 14, 2019 #4 JoeGamers said: Thanks, is it advisable to place ads in folders? Click to expand... Sorry I do not get the line of code that indicates Attachments Sin.png 11.8 KB Views: 5
JoeGamers said: Thanks, is it advisable to place ads in folders? Click to expand... Sorry I do not get the line of code that indicates
J JoeGamers Member YetiShare User Feb 16, 2019 37 1 8 35 May 15, 2019 #5 adam said: 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. Click to expand... 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
adam said: 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. Click to expand... 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