🌍
English
Pages: 1
Hi,
When I start the batch manager and go to single mode, it always shows me 5 pics
(url = mode=unit), but I would like to start by showing 50 pics (url=mode=unit&display=50 )
immediately, without having to click the number 50).
How can I do that (didn't find a config option)
rgdz
Erwin
Piwigo version: 2.74
PHP version:
MySQL version:
Piwigo URL:
Offline
problem solved (thanks to Pierrick)
open batch_manager_unit.php in the admin folder
change
$page['nb_images'] = 5;
into
$page['nb_images'] = 50;
Offline
Pages: 1