Heisenberg submitted a new resource:
You must be registered for see links
- Show All Posts in a thread on a single pagevB Version: 3.8.0
What is does.
Basically this is a very simple template and file edit to show all posts from a single thread on one page. It displays a link in the Display Modes drop-down.
To start find in showthread.php
Code:// ********************************************************************************* // set post order
Right above this add:
Code:if ($_REQUEST['showall'] == 1) { $perpage = 123456789; }
You can change this...
You must be registered for see links
Last edited:
