Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
mpaine Posted December 5, 2020 Posted December 5, 2020 I want to basically show them all. At the moment, it maxes out at 20
bfarber Posted December 7, 2020 Posted December 7, 2020 This is hardcoded and would require a plugin to change.
mpaine Posted January 10, 2021 Author 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.
mpaine Posted January 10, 2021 Author 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 ) );
Recommended Posts