PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Thumbnails on show photo page (http://www.photopost.com/forum/photopost-pro-how-do-i/127762-thumbnails-show-photo-page.html)

aberg October 7th, 2006 10:04 AM

Thumbnails on show photo page
 
1 Attachment(s)
I have in the sidebar leftopen.tmpl this settings:
display_gallery("random", "", "", 1, 3, 1);
It works in the index and there i see three random thumbnails.
Bit when members or guest click on more they get 6 thumnails.

Second problem is when clicking on a thumbnail the photo is show, but also with six thumbnail photo's
See the attachment.
How can i change this settings also to three??

Chuck S October 7th, 2006 11:53 AM

You can edit showframe.php and find the $rcols=1; $rphotos=6; and change the 6 to a 3

The showphoto page shows 5 thumbnails and is suppose to.

aberg October 7th, 2006 05:17 PM

Thanks for the replay.
Change this and it works on the index page now fine,but not on the showphoto page.
There still six thumbnails.
I mean if some clicking on a thumbnail the photo is loading and on the right there are six thumbnails.
Is it possible to display only three photo's there?

Chuck S October 7th, 2006 05:50 PM

That page is designed to show 5 thumbnails

You can search for this in showphoto.php and change 3 to 2 but thats as far as I am willing to discuss code modifications on the support forum.

Code:

Content visible to verified customers only.

aberg October 8th, 2006 12:37 PM

It shows 6 photo's and that is for me to much.
Question is how i can change that from 6 to 3
I have tried this settings as you wrote
if ( $exc == 3 ) to if ( $exc == 2 )
But that have no effect on it.
Any other suggestions please.

Chuck S October 8th, 2006 01:04 PM

Are you talking the next prev images or a random photo block?

aberg October 9th, 2006 12:34 PM

Quote:

Originally Posted by Chuck S (Post 1175050)
Are you talking the next prev images or a random photo block?

I talking over the random photoblock what is display right near the photo what opens when members click on a photo-thumnail.

Thanks for your replay

Chuck S October 9th, 2006 12:55 PM

well good suggest for you to make for PP 6 is to make it a configurable number. right now it is coded to display 5 thumbnails 2 prev 2 next and the thumbnail of the image being viewed


All times are GMT -5. The time now is 06:47 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