HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can the 100-page limit on recent discussions be raised?
![zenoshrdlu](https://secure.gravatar.com/avatar/4258316a770c1f8db23f82532f516154/?default=https%3A%2F%2Fvanillicon.com%2Fea712b98955c1653df4e97cdcad2a5db_100.png&rating=g&size=100)
You can see this limit in this forum - the page selection boxes just go up to 100. I have ported a database from2.1 to 3.3 successfully except that the Recent Discussion page will not let me look beyond that 100 page limit although the database showed 200 odd pages under 2.1
0
Comments
You can add this to your conf/config.php
$Configuration['Vanilla']['Discussions']['MaxPages'] = 300;
Note that some limit is reasonable to not overload the DB if you have hundreds of pages.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Many thanks - that did the job!!