
03-04-2005, 11:18 PM
|
 |
|
|
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by noppid
Sure...
Locate this in vBGarage.php I'm using 4.1.0 beta here for the example.
PHP Code:
if ($perpage == 0 or $perpage > 200)
{
$perpage = 20;
}
Change the 20 in this ... $perpage = 20; ... to whatever you want.
That should do it for ya.
|
worked great thank you.
|