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
New
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!!