PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Adjust Thumbnail Border size? (http://www.photopost.com/forum/classifieds-how-do-i/134832-adjust-thumbnail-border-size.html)

doc1975 January 3rd, 2008 02:38 PM

Adjust Thumbnail Border size?
 
I have edited my thumbnail size so it's a bit smaller than default, set at 50. The change is working now, but the thumbnail border size remains the same making it pointless to change the actual thumbnails size. So now i have a small thumbnail, with an oversized border. Is there anyway to adjust the border size?

Thank you.

Chuck S January 3rd, 2008 03:18 PM

well the problem there is your using the overlay templates correct? They are a fixed size image like so and the image is actually loaded as the background.

http://www.photopost.com/photopost/i...rlay-round.gif

Therefore if you want to use them for thumbnails which are smaller than they are then you might need to create some custom overlays just for your use in some graphics program. Try shrinking them some.

doc1975 January 3rd, 2008 05:41 PM

Understood, thanks...

appsfinder February 15th, 2009 04:56 AM

need help
 
Quote:

Originally Posted by Chuck S (Post 1213573)
well the problem there is your using the overlay templates correct? They are a fixed size image like so and the image is actually loaded as the background.

http://www.photopost.com/photopost/i...rlay-round.gif

Therefore if you want to use them for thumbnails which are smaller than they are then you might need to create some custom overlays just for your use in some graphics program. Try shrinking them some.

hi how do i change the height i am selling a dvd and it only shows half the dvd image on forum home page. please can you help?
link

Chuck S February 15th, 2009 09:35 AM

You would need to alter code in your inc_features.php file maybe this in that file.
Note anything I post is unsupported in anyway as altering code is not covered in product support. This is just me helping out to a small degree. ;)

Line 167 of that file is this:

Code:

Content visible to verified customers only.
Change to this

Code:

Content visible to verified customers only.

appsfinder February 15th, 2009 01:26 PM

re
 
Quote:

Originally Posted by Chuck S (Post 1241472)
You would need to alter code in your inc_features.php file maybe this in that file.
Note anything I post is unsupported in anyway as altering code is not covered in product support. This is just me helping out to a small degree. ;)

Line 167 of that file is this:

Code:

Content visible to verified customers only.
Change to this

Code:

Content visible to verified customers only.

hi chuck is this code for photopost or Classifieds v3.04
i can not find inc_features.php in classifieds dir

Chuck S February 15th, 2009 03:34 PM

inc_ads.php is the file


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