Back to vBulletin 3.0 Add-Ons

Show all posts on one page
Mod Version: 1.00, by Andreas

This modification is in the archives.
vB Version: 3.0.6 Rating: (0 vote - 0 average) Installs: 9
Released: 31 Jan 2005 Last Update: Never Downloads: 0
Not Supported  

Did you ever want to display all posts of a certain thread on just one page?

So here you go:

In showthread.php FIND
PHP Code:
// ********************************************************************************  *
// set post order 
ABOVE that ADD
PHP Code:
if ($_REQUEST['showall'] == 1) {
  
$perpage 2147483648;

Then call the thread as showthread.php?t=ID&showall=1

If you want to have a link, put the this in template SHOWTHREAD (Thx to AshEbed!)
HTML Code:
<if condition="$show['pagenav']"><a href="showthread.php?$session[sessionurl]t=$threadid&amp;&showall=1">View All</a></if> 

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024