PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   showphoto preview layout edit (http://www.photopost.com/forum/photopost-pro-how-do-i/125854-showphoto-preview-layout-edit.html)

DougM July 1st, 2006 10:10 PM

showphoto preview layout edit
 
I would like to reduce the number of thumbnails which apear in the horizontal preview thumbs from 5 to 3. The 5 thumbs are too wide for my page layout. I think this will require editing a .php or .tmpl file but I can't seem to find where this bit of code resides.

Can anyone help point me to where the code for this preview table can be found? Which file? I can often figure out what to do once I locate it but any other tips are certainly welcome.

Thanks

Chuck S July 2nd, 2006 10:10 AM

You would need to edit the PHP code directly in showphoto.php

alma townsend July 6th, 2006 02:28 AM

I've looked at this code and can't figure out what to edit? Can you give some sprecifics Chuck?
Thank you!

Chuck S July 6th, 2006 09:36 AM

Well possible change the 3 in showphoto.php to a 2 but this is something you would need to test. We do have a modifications forum which is outside product support people can post on issues such as this.

Code:

Content visible to verified customers only.


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