PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Increase number of products shown in /showcat.php?cat=1 (http://www.photopost.com/forum/photopost-pro-how-do-i/112601-increase-number-products-shown-showcat-php-cat-1-a.html)

criscokid March 7th, 2005 12:24 PM

Increase number of products shown in /showcat.php?cat=1
 
In ReviewPost in /showcat.php?cat=1 there are currently only twelve items per page being shown? How/where do I increase that number?

criscokid March 15th, 2005 04:17 PM

Any answer to my question?

Detomah March 16th, 2005 01:51 AM

Go into the admin panel and look at the options, one of them is the option that says how many products are displayed per page.

Any configuration stuff like that is done from the admin control panel.

Michael P March 16th, 2005 07:29 AM

What he said. :)

criscokid March 17th, 2005 04:43 AM

That's where I looked before posting my question. I'm running ReveiwPost 2.8 and there doesn't seem to be the configurable option of 'how many products are displayed per page'.

Chuck S March 17th, 2005 08:23 AM

That would be because it does not exist in Reviewpost everybody above is thinking Photopost

Reviewpost is defaulted to 12 15 18 etc depending on the thumbcolumns

Number of columns for thumbnail pages?

You can place a manual $perpage variable in showcat if you like

criscokid April 25th, 2005 04:15 AM

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.


All times are GMT -5. The time now is 11:53 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97