mpaine Posted December 5, 2020 Share Posted December 5, 2020 I want to basically show them all. At the moment, it maxes out at 20 Link to comment Share on other sites More sharing options...
bfarber Posted December 7, 2020 Share Posted December 7, 2020 This is hardcoded and would require a plugin to change. Link to comment Share on other sites More sharing options...
mpaine Posted January 10, 2021 Author Share Posted January 10, 2021 Which PHP file is it? Can't I just update it, and manage the maintenance of that change over time? I can just reapply the static change each time I upgrade, probably less time overall than building a plugin. Link to comment Share on other sites More sharing options...
mpaine Posted January 10, 2021 Author Share Posted January 10, 2021 For anyone else: gallery\modules\front\gallery\browse.php line 165 $featured = iterator_to_array( \IPS\gallery\Image::featured( 20, NULL ) ); Link to comment Share on other sites More sharing options...
Recommended Posts