The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
ahh, I figured it out
![]() If anyone else wants to know, change: Code:
$perpage = intval($perpage); if ($perpage == 0) { return $default; } else if ($perpage < 1) { return 1; } else if ($perpage > $max) { return $max; } else { return $perpage; } Code:
$perpage = intval($perpage); return 999; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|