PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old November 20th, 2008, 09:45 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2008
Posts: 14
Thumbnail size for the Catagorys...

I have my thumnail size set to 225 in width which is right where I want to be however when you assign a thumbnail for the Catagory of photo's it shrinks it down to about 100 pixels in width... Where can I adjust that... Just to add the the thumbs when you click in the catagory are fine and the recent pictures added is correct its just that pesky catagory thumb thats bothering me...

Also is there an option to run the catagorys in a couple of vertical columns instead of the row running all the way across the screen...
onehalfmoa is offline   Reply With Quote
Old November 21st, 2008, 02:19 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
That size is an avatar thats why its that size because the photo is not suppose to be full thumb size there.

You can alter this line in pp-inc.php to be a 1 not .5

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 21st, 2008, 09:20 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2008
Posts: 14
thanks...

Thanks Chuck... That'll work...
onehalfmoa is offline   Reply With Quote
Old November 21st, 2008, 09:28 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
have a good one.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old February 13th, 2010, 10:39 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2010
Posts: 7
thumbnail size and it did not work

I tried this to change the index thumbnail size and it did not work, I'm I doing something wrong?


You can alter this line in pp-inc.php to be a 1 not .5


Code:
if ( $thumbh && $thumbw && !is_multimedia($bigimage) )
{
$imgh = round( $thumbh / $scaleFactor ) * 1;
$imgw = round( $thumbw / $scaleFactor ) * 1;
$imgsize = "height=\"$imgh\" width=\"$imgw\"";
}
monoco is offline   Reply With Quote
Old February 13th, 2010, 12:19 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
That change should be valid. Now take note if your using vb4 nothing is going to change your cat avatar size because thats hard wired to use a vb icon class so that the category display which is a table less design based on vb4 displays correct.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old March 2nd, 2010, 05:57 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2009
Posts: 13
I am running Vb4... how would I then change the thumbnail for categorys size? It this something I would have to do within Vb4 itself?
glooper is offline   Reply With Quote
Old March 2nd, 2010, 06:11 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
You will see in the same function a line where it says vb40 and the class forumicon.
you can do a search in pp-inc.php for forumicon and then remove the width and height from that line to see if it helps but I know vb4 requires a special class for that catavatar to display right
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old March 31st, 2010, 06:51 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2010
Posts: 4
Quote:
Originally Posted by Chuck S View Post
You will see in the same function a line where it says vb40 and the class forumicon.
you can do a search in pp-inc.php for forumicon and then remove the width and height from that line to see if it helps but I know vb4 requires a special class for that catavatar to display right
Hi Chuck, did you or the other posters find the solution for this ?
Tony_FPM is offline   Reply With Quote
Old March 31st, 2010, 07:38 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Edit your vbulletin forumicon class and change the size in there.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 6th, 2010, 05:16 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2008
Posts: 11
The same problem. How to enlarge the index thumbnail size?
I am running Vb4. How to edit vbulletin forumicon class and change the size?
DANIEL2008 is offline   Reply With Quote
Old November 6th, 2010, 07:09 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Maybe try removing the width height in this line in pp-inc.php

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 7th, 2010, 01:43 AM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2008
Posts: 11
Thank you!
But after removing the width height, thumbnails disappear.
After changing the height and width to the other values thumbnails remain small in size with image distortion.
DANIEL2008 is offline   Reply With Quote
Old November 7th, 2010, 06:35 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jun 2002
Location: orlando
Posts: 186
Daniel, the category thumbs in vb4 have the same css that the forum icons have--I have not found a way to change just the category icons without making a mess of the css in photopost.

This becomes especially difficult if you are using a non-stock vb-theme.

maybe you'll have better luck with it, check the stylevars for forumicon_size and forumiconbox_size. You'll still need to change them where chuck was talking about as well, just make sure you do it in the area for vb4 in pp-inc.
xtremetoonz is offline   Reply With Quote
Old November 7th, 2010, 08:39 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Indeed you need to make sure you edit your forum css but removing the width and height statement in photopost lets the css handle the size.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
new catagorys Kelvin General Discussion 3 August 28th, 2007 09:35 AM
catagorys. Sybaris Photopost Pro How Do I...? 2 April 2nd, 2006 01:09 AM
thumbnail size bigfoilin Photopost Pro Installation & Upgrades 1 August 29th, 2005 11:42 PM
Thumbnail size bigger than actual photo size? pengrus Photopost Pro How Do I...? 5 March 12th, 2005 07:05 PM
Catagorys? Sflairsoft.com ReviewPost Installation & Upgrades 9 June 30th, 2004 05:05 PM


All times are GMT -5. The time now is 06:18 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0