If anyone is having with page 2 on the newest version of this mod...
Open the vbgarage.php file... Search for $pagenav...
And replace it with this:
$pagenav = construct_page_nav(
$pagenumber, $perpage, $garagecount[garages],
'vbgarage.php?' . $vbulletin->session->vars['sessionurl']
. (!empty($vbulletin->GPC['perpage']) ? "&perpage=$perpage" : "")
);
There was an extra . 'do=$_REQUEST[do]', '' function in there for some reason, and I can't figure out why... I removed that and I'm able to access page 2 without any problems.
|