 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
September 21st, 2007, 09:57 PM
|
#1 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
| 6.0 - Uniform thumbnail isn't working
We have uniform thumbs set to 200 x 200. However, it is still creating thumbnails that are 78x78.
I will see if I can't find how to change this directly in the mySQL.
|
| |
September 21st, 2007, 10:00 PM
|
#2 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
I just checked in the database.. it does show 200. What are we doing wrong in the settings for it to equal 78 (which is what uniform was originally set at)?
|
| |
September 21st, 2007, 10:11 PM
|
#3 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
Okay, reading more I see that uniform is for lightbox (which we have turned off).. However "Thumbnail image max width and height in pixels" is set to 200. Ideas?
|
| |
September 22nd, 2007, 09:26 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
I will let Michael respond here as I have read his response that uniform global variable is for that function but it appears to me and you that he uses that for the lightbox not uniform thumbnails.
|
| |
September 22nd, 2007, 11:11 AM
|
#5 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
I'm not following you - uniform and lightbox have nothing to do with each other; uniform thumbnails are created in the image-inc.php script and has nothing to do with lightbox which is a showphoto function.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
September 22nd, 2007, 11:16 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
You commented in the other thread the variable uniform is used for the uniform thumbnails and the code in image-inc confirms this but the sql options you added say differently. Code: Content visible to verified customers only.
I think this says it all I think you have to reword your uniform thumbnail option. It says lightbox you must have some typo's thats all
|
| |
September 22nd, 2007, 11:32 AM
|
#7 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
Here is what I have in my database: Code: Content visible to verified customers only.
However it is not creating thumbs in 200. It is creating them in 78.
---- And I assumed that uniform was for lightbox from this post: Upgraded 5.62->6.0beta->6.0gold - problem uploading pic
Even if it's not for lightbox, it's still not working and I need to figure out how to fix it so that it generates 200x200 thumbs again before I have to manually do 4,000 thumbs |
| |
September 22nd, 2007, 11:42 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
It seems Michael simply mistyped the actual sql entry. As long as you turn on the option in upload options it works http://www.reeftalk.com/gallery/index.php
My thumbnails are all uniform 120 x 78
|
| |
September 22nd, 2007, 12:11 PM
|
#9 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
I think I understand now.
Use lightbox integration?
Can only be used when using IM for imaging.
Actually is where it turns the sizing on and off?
If this is the case.. it still does not work properly. I turned the "lightbox integration" on and it changed the sizes to 120x78 even though I have 200x200 set as the sizes. Now I can't that size to stop generating.. Turning the "Lightbox Integration" off or on, it still makes them as 120x78. I will do some more testing, but this is what I"m seeing right now.
|
| |
September 22nd, 2007, 12:19 PM
|
#10 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
Opened IE to make sure I was using something fresh.
Thumbnail image max width and height in pixels = 200
Use lightbox integration?
Can only be used when using IM for imaging. YES
Uniform thumbnail height? 200
Uniform thumbnail width? 200
This creates a thumbnail that is 128x78
Opened IE to make sure I was using something fresh.
Thumbnail image max width and height in pixels = 200
Use lightbox integration?
Can only be used when using IM for imaging. NO
Uniform thumbnail height? 200
Uniform thumbnail width? 200
This creates a thumbnail that is 78x78.
In database it does state: Code: Content visible to verified customers only.
|
| |
September 22nd, 2007, 01:10 PM
|
#11 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
Actually, the IM warning is for uniform thumbnails; not lightbox, which means I have to change that.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
September 22nd, 2007, 03:57 PM
|
#12 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
Michael, do you know why, even though we have set ours to 200x200, the thumbs are being created at 78x78? We can't do a mass rebuild of thumbs on our site, it would take days for it to generate, and I would love for this to be fixed quickly so that the # of thumbs I have to rebuild by hand are is not astronomical (which it can be since we get about 150-300 images per day).
Thanks.
|
| |
September 23rd, 2007, 09:09 PM
|
#13 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
I know *nothing* about php, but since this was an issue that I needed fixed, and quickly... I did some digging.
This is what is causing the thumbs to be 78x78. Code: Content visible to verified customers only.
located in image_inc.php
I changed this code so it was 200 x 200 and now we get our thumbs the size we need them.
I don't know what that code does, what it means, or if I'm breaking something else... But if this could be fixed in the correct way, I would greatly appreciate it.
Last edited by Fortissimo; September 24th, 2007 at 08:33 AM.
|
| |
September 24th, 2007, 09:20 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
| Code: Content visible to verified customers only.
maybe this in image-inc.php Code: Content visible to verified customers only.
|
| |
September 24th, 2007, 10:00 AM
|
#15 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
I'm assuming this is something that Michael will fix in the build? I'll keep it at 200 for now since it's working though.
|
| |
September 24th, 2007, 10:09 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
This is what I show the correct block should be for image-inc.php Code: Content visible to verified customers only.
Last edited by Michael P; September 25th, 2007 at 06:00 PM.
|
| |
September 24th, 2007, 10:53 AM
|
#17 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 524
|
This isn't in the most current build though Chuck. I just redownloaded again and unzipped. Code: Content visible to verified customers only.
That is what is in the code. The current build needs to be updated.
|
| |
September 24th, 2007, 11:17 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
I am not saying the build is updated. I am not the Photopost Pro developer and do not control the build download for the gallery.
I posted this above for you to try out. I compared 5.62 and 6.0 and that whole block should be right you let me know.
|
| |
September 25th, 2007, 06:32 PM
|
#19 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
The code Chuck posted is incomplete; I am in the process of updating the build with an update.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 06:47 AM. | |