Helpful Information
 
 
Category: vBgarage
want to veiw more than 20 cars in the list

is there a way to make the user veiw a list of 30 cares instead of 20 per page?

is there a way to make the user veiw a list of 30 cares instead of 20 per page?


Sure...

Locate this in vBGarage.php I'm using 4.1.0 beta here for the example.


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.

Sure...

Locate this in vBGarage.php I'm using 4.1.0 beta here for the example.


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.










privacy (GDPR)