May 31, 2021 5:09 am
To some extent, this can be used in place of search functionality (view as a single page, then find on page). This is part of the extension. It's a feature I use often.
/includes/forums/thread.class.php could take an optional page length.
PAGINATE_PER_PAGE is currently a constant - really, we'd just be changing it to a variable.
What will the performance impact be? Without this feature users click many pages trying to find the content that they want - a single page view might improve performance because it would stop the users doing this.
Implementation? Dunno. A page size thing in the footer, with an "all" option?
/includes/forums/thread.class.php could take an optional page length.
PAGINATE_PER_PAGE is currently a constant - really, we'd just be changing it to a variable.
What will the performance impact be? Without this feature users click many pages trying to find the content that they want - a single page view might improve performance because it would stop the users doing this.
Implementation? Dunno. A page size thing in the footer, with an "all" option?