View Single Post
Old April 25th, 2005, 04:15 AM   #7 (permalink)
criscokid
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 562
Quote:
Originally Posted by omegatron
You can place a manual $perpage variable in showcat if you like
I inserted: $perpage = 50; as shown below

$perpage = 50;
$perpage1x = $Globals['thumbcols'];
$perpage3x = ($perpage1x * 3);

but I suspect I need to add another bit of code because only 24 items are being listed.
criscokid is offline   Reply With Quote