Quote:
Originally Posted by Gizmo999
I've got a problem with the link to the next page once I get beyond 25 members in my garage.
the link tries to take you to here
Code:
/forum/vbgarage.php?do=$_REQUEST[do]&page=2&perpage=25
and i think the correct link should be
Code:
/forum/vbgarage.php?do=&page=2&perpage=25
what needs altering to correct this please??
|
I've got the same problem. Hopefully there is an easy fix.
I found a quickie fix, look for this line
if ($perpage == 0 or $perpage > 200) { $perpage = 25; }
and change 25 to a higher number. I have 31 garages so I've changed it to 40 until a proper fix
shows up. Opps sorry look for this in vBGarage.php