PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   How to show just 4 thumbs instead of 5 in filmstrip area ? (http://www.photopost.com/forum/photopost-pro-how-do-i/138234-how-show-just-4-thumbs-instead-5-filmstrip-area.html)

stckhlm October 21st, 2008 09:36 AM

How to show just 4 thumbs instead of 5 in filmstrip area ?
 
Hi

DW Gallery - Free Image Hosting - fe8de99d

As you can see from above page, there are 5 thumbnails in filmstrip area. I would like to learn if it is possible to make 4 instead of 5. When you browse the page with 1280x720 res. everything is fine. But when you change your screen res. to 1024x768 the main table gets wider than the header and footer tables.

So i would like make everything with better layout.

Regards

Chuck S October 21st, 2008 02:00 PM

No sorry there is no configuration item to limit the numbers in there.

stckhlm October 30th, 2008 09:34 AM

Isn't possible to customize the showphoto.php template and show just 4 thumbs ? There should be some place to edit... But i couldnt find even i checked in details as much as i can...

If i decrease the thumb size, then they will fit the page but the thumbs will be very small and i dont want it.

Chuck S October 30th, 2008 10:01 AM

There is no configuration in the program to set the number of thumbs across only if you want it top bottom left or right try setting it to right or left if it breaks the layout on top or bottom ;)

altbs4 April 14th, 2009 10:25 AM

This is how I accomplished this. In the admin area go to edit templates and select filmstrip-hor.tmpl
it should look like this:
Code:

Content visible to verified customers only.
Then make it look like this:
Code:

Content visible to verified customers only.
What I did in the above was add a variable named count at the top of the file and set it to 0 then right before the loop closes I increment the count by one and then check to see if it's equal to 5 (stopping it at 5 will leave 4 in the filmstip. I'm assuming that the other one in that count is the one that's actually displayed) if it's equal to your count then break the loop and finish out the code.

Remember to set the number to stop at one higher than how many you want displayed in the filmstrip.

This may not always work but it is working for me on version 6.21
Hope it helps someone

SammyD November 22nd, 2009 12:50 AM

The above works a treat on the vertical template too, thanks for posting altbs4

Chuck S November 22nd, 2009 07:39 AM

Just an FYI this is deprecated with Photopost 7 since things are done a different way.


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