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?
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
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.
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
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.
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
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.
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.
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.
Last edited by shadowdancer36; November 23rd, 2005 at 01:35 PM.
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!
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
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.
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.