PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Changing Number of Rows Displayed in Gallery (http://www.photopost.com/forum/photopost-pro-how-do-i/137129-changing-number-rows-displayed-gallery.html)

Mikhal July 2nd, 2008 07:46 AM

Changing Number of Rows Displayed in Gallery
 
I've been trying out this option, but it doesn't seem to be working for me. I access it via Admin->Show Gallery Options and try changing it to various numbers (2, 5, 6, 7). However, the gallery always ends up displaying three rows. The other options in the menu are having the intended side-effects (changing number of columns, emailing a friend, etc...). Is there some other setting I need to change to get the row display option to work?

Also, is there a setting I can change to adjust the clipping of picture titles on the showgallery.php page?

Chuck S July 2nd, 2008 09:25 AM

The setting you speak of only affects the number of rows on the showgallery script when viewing a category. If I set it to have 5 rows it has 5 rows of photos. If your trying to change the number of rows for featured photos etc thats under layout options.

I have tested both features and they appear to work for me. There is not setting to change the clipping of titles on that script you would need to edit the actual php file itself.

Mikhal July 2nd, 2008 09:25 PM

After looking at the source code, the "display number of rows" number isn't having any effect because a variable called "$ppperpage" is being set. If $ppperpage is set on line 288 in showgallery.php, it ignores the row setting. So where is "$ppperpage" being set? It seems to be some sort of cookie setting, but I'm not sure how to change it.

Chuck S July 3rd, 2008 12:36 AM

If your passing some ppperpage variable in the url this would happen sure

Try deleting your browser cookies and see what happens. Delete cookies relog in and view the gallery.


All times are GMT -5. The time now is 10:16 PM.

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