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 22nd, 2005, 10:52 AM   #1 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
Modifying the index

I'm trying to find a way to modfiy the index of pp once integrated with vbull.
If you take a look at the example I pointed out exactly what I'm trying to do. Could someone tell me if this is possible. If so where do i modify this?
Attached Images
File Type: jpg example.jpg (75.4 KB, 47 views)
shadowdancer36 is offline   Reply With Quote
Old November 22nd, 2005, 11:35 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jul 2005
Posts: 163
Just turn off "Show Last Comments column on Index" and "Show Last Photo column on Index" in admin Index Options to remove the colums. To make the thumb nail larger open pp-inc.php find

$imgh = round( $thumbh / $scaleFactor ) * .5;
$imgw = round( $thumbw / $scaleFactor ) * .5;

change to

$imgh = round( $thumbh / $scaleFactor );
$imgw = round( $thumbw / $scaleFactor );

to make the size you have thumbnails set at or change .5 to .75 to make 3/4's the size etc.

not sure about your other question sorry.
Garrynz is offline   Reply With Quote
Old November 22nd, 2005, 11:37 AM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
To show only the top level categories in admin index options set the catdepth to 0
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 22nd, 2005, 01:13 PM   #4 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
Thanks a lot guys, that did the trick
shadowdancer36 is offline   Reply With Quote
Old November 22nd, 2005, 09:22 PM   #5 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
I might have spoke too soon. I'm having an issue with it showing up clearly. The pixels for the picture I want to show is: 210 x 100 (96 dpi) if that helps.
Attached Images
File Type: jpg example2.jpg (88.0 KB, 18 views)
shadowdancer36 is offline   Reply With Quote
Old November 23rd, 2005, 03:25 AM   #6 (permalink)
Member
Verified Customer
 
mtha's Avatar
 
Join Date: May 2005
Location: OK, US
Posts: 107
Send a message via Yahoo to mtha
You can set thumbnails created bigger in admincp/Upload Photo Option.

"Thumbnail image max width and height in pixels"

If your thumbnail is too small, when you enlarge the small picture, it wont show up as good.
mtha is offline   Reply With Quote
Old November 23rd, 2005, 07:06 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
EXACTLY

If your enlarging the ratio it wont look good. Largest you want to go is 1 on that line

Make your thumbs larger by changing the size in admin upload options and then scan database rebuild thumbs and then make sure your ratio is no bigger than 1 as noted above
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 23rd, 2005, 09:55 AM   #8 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
That worked! Ya'll the best. Can't wait to launch, to show everyone.
shadowdancer36 is offline   Reply With Quote
Old November 23rd, 2005, 11:24 AM   #9 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
One more tidbit, is it any way to localize the size of the thumbs on that index page alone? With me changing the values under upload photo option, it changes everywhere else. Which brings me back to the issue with my page being larger than my header. If that's not possible then I might have to do without.
shadowdancer36 is offline   Reply With Quote
Old November 23rd, 2005, 11:56 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
thumbnail size is a global setting. You can always change how many thumbnails show in the feature photos block by decreasing the number of rows to fit your width if your using a small width for your site
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 23rd, 2005, 01:06 PM   #11 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
Yea, I considered that, but it's already at 3. It would look very weird to have it 2 col 2 row. I might have to expand outside the 800px barrier huh?
I'm still having some visibility problems with the thumbs. I've been messing around tryin to tweak here and there.

When creating them, what are the factors behind it?

For instance, do I size it to what I need it to be in photoshop first? Or should I let PP control all that based off the upload options? In the pp-inc.php file, what sorta math goes behind the scale factor? Maybe the combination of things is whats throwing me off. I did set it at 1 like u said, but still got disfigured thumbs. Not as bad, but not good either.
shadowdancer36 is offline   Reply With Quote
Old November 23rd, 2005, 01:18 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
depending on your thumbnail size yes
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 23rd, 2005, 01:23 PM   #13 (permalink)
Member
Verified Customer
 
mtha's Avatar
 
Join Date: May 2005
Location: OK, US
Posts: 107
Send a message via Yahoo to mtha
Chuck,
In this case, I see a folder called "mini" in data/category folder, but havent seen its functioning.

if people can create a second "mini" thumbnail, at a different size, then he might be able to do what he want.

Anyway, that'd be far more in the coding, which might not be useful for many other members right now.
mtha is offline   Reply With Quote
Old November 23rd, 2005, 01:27 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
mini is for the catavatar's which you can set in upload options the rotate variables and it will create a mini and use that versus the thumbs

Now I beleive his issue is with the feature thumbs.

He could set mini's up and see how that works but I think he was trying to go the opposite way away from being small to large

If I am wrong here let me know but thats how I read this
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 23rd, 2005, 01:29 PM   #15 (permalink)
Member
Verified Customer
 
mtha's Avatar
 
Join Date: May 2005
Location: OK, US
Posts: 107
Send a message via Yahoo to mtha
Quote:
Yes but alot more coding though
I know, that's why i just give out the idea, but not recommend


Quote:
Originally Posted by shadowdancer36
One more tidbit, is it any way to localize the size of the thumbs on that index page alone? With me changing the values under upload photo option, it changes everywhere else. Which brings me back to the issue with my page being larger than my header. If that's not possible then I might have to do without.

well, or you can do the reverse thing


Photopost used to have thumbnail created, and then the icon in homepage is smaller (as Chuck mention above).

Now, you can create a bigger thumbnail (setting in admincp), display in index as you want (you may already know how to do this), and specify the displayed thumbnail size smaller (say x 0.5)

it should be done just as easily as the other one.
mtha is offline   Reply With Quote
Old November 23rd, 2005, 01:33 PM   #16 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
Quote:
Originally Posted by Chuck S
depending on your thumbnail size yes
So the original file size has nothing to do with it? Just want to be clear on what I need to leave alone. Between the pp-inc.php and the upload option I need some balance.

Maybe if I send you guys the image itself, then you can see what i mean. I'll attach the pic i want there to this post. I hope I'm not confusing everyone If you want to see the original example, it's on the first post.
Attached Images
File Type: jpg 1.jpg (45.7 KB, 14 views)

Last edited by shadowdancer36; November 23rd, 2005 at 01:35 PM.
shadowdancer36 is offline   Reply With Quote
Old November 23rd, 2005, 01:42 PM   #17 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
Quote:
Originally Posted by mtha

Now, you can create a bigger thumbnail (setting in admincp), display in index as you want (you may already know how to do this), and specify the displayed thumbnail size smaller (say x 0.5)

it should be done just as easily as the other one.

Okay...(I'm so slow today) Whatever the size I set in photo options, I can can show a certain percentage of that photo in the index thumbnail by adjusting the scale factor? So if I say, I want my thumbs to be 170px. Then I set my scale to .75 then it'll show 3/4 of the 170px? (lol) Geewiz, when I finally get this, I owe u guys big time!
shadowdancer36 is offline   Reply With Quote
Old November 23rd, 2005, 01:42 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
Well there are several was to do things.

I beleive you have upped your thumbnail size and I suggest as mtha suggested you can leave the default code in place with catavatar being .5 and edit nothing

You can leave your thumbs say at 100 and make the code change as GarryZ suggested to say .75 from .5

You can try setting up the mini setting in upload options and see how that works.

Anything outside the first and last is code editing. The second of course is a small edit any other ideas would involve more code changes.

I guess it is all in what specifically you are trying to achieve
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 23rd, 2005, 01:48 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
Exactly we posted at the same time but yes your catavatar is normally in the coding .5 HALF of the thumbnail size. You can make the minor edit noted in post 2 to be whatever you want it to be.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 23rd, 2005, 02:59 PM   #20 (permalink)
Member
 
Join Date: Oct 2005
Posts: 152
Send a message via Yahoo to shadowdancer36
Talking

Quote:
Originally Posted by Chuck S
Exactly we posted at the same time but yes your catavatar is normally in the coding .5 HALF of the thumbnail size. You can make the minor edit noted in post 2 to be whatever you want it to be.
Okay gotcha! I had to put the scale factor at 1. That's the only way I was gonna get a clear picture unfortunately. It had to be the same size as the thumbnail itself, otherwise it distorted the text on the photo.

Thanks guys!
shadowdancer36 is offline   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
Modifying the vBulletin navbar Megamack Photopost Pro How Do I...? 2 April 27th, 2006 03:24 AM
Modifying Index Page hamedatl Photopost Pro How Do I...? 4 November 16th, 2005 09:55 AM
Question about Modifying fields makhmal Photopost Pro How Do I...? 1 May 16th, 2005 08:08 PM
Modifying vbadvanced gallery stitch Before You Buy 24 February 10th, 2005 02:28 PM
Modifying another user's image Nautiqeman Installs and Upgrade - vBulletin 3.0.X 4 January 11th, 2005 07:57 AM


All times are GMT -5. The time now is 04:26 PM.

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