PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Thumbnail issues. (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117336-thumbnail-issues.html)

squall14716 January 20th, 2005 04:33 PM

Thumbnail issues.
 
I have uploaded 3 images: a gif, a jpg, and a png. The png doesn't generate a thumbnail and shows a broken image. The gif just shows file_gif.gif instead of a thumbnail. The jpg is the only one with a working thumbnail. Not sure what is wrong here.

The vB attachment system makes thumbnails of all 3 images successfully.

Brian January 20th, 2005 04:45 PM

Re: Thumbnail issues.
 
There's currently not gif support for GD users, so that's why you get the file_gif.gif file. For the png, try looking in your forum/includes/functions_gallery_imageedit.php file for this code:
Code:

Content visible to verified customers only.
And replace it with this:
Code:

Content visible to verified customers only.
And that should take care of the problem.

squall14716 January 20th, 2005 04:52 PM

Re: Thumbnail issues.
 
Why not? Both GIF Read and GIF Creation support has been in GD for a while now.

I'll try your PNG fix though.

ConqSoft January 20th, 2005 04:53 PM

Re: Thumbnail issues.
 
Quote:

Originally Posted by squall14716
Why not? Both GIF Read and GIF Creation support has been in GD for a while now.

I'll try your PNG fix though.

For a while? I thought the patent on GIFs just expired recently...

squall14716 January 20th, 2005 04:58 PM

Re: Thumbnail issues.
 
The PNG fix worked. I guess I'm going to have to hack around for GIF support.

ConqSoft January 20th, 2005 04:59 PM

Re: Thumbnail issues.
 
Doesn't vBulletin get around it by creating JPG thumbnails of GIF images?

squall14716 January 20th, 2005 05:04 PM

Re: Thumbnail issues.
 
Quote:

Originally Posted by ConqSoft
For a while? I thought the patent on GIFs just expired recently...

It's been more than 6 months.

squall14716 January 20th, 2005 05:05 PM

Re: Thumbnail issues.
 
Quote:

Originally Posted by ConqSoft
Doesn't vBulletin get around it by creating JPG thumbnails of GIF images?

It did for a while, however it detects if GIF support is present and creates a .gif if it is now.

ConqSoft January 20th, 2005 05:08 PM

Re: Thumbnail issues.
 
Quote:

Originally Posted by squall14716
It did for a while, however it detects if GIF support is present and creates a .gif if it is now.

Cool. I wonder if I should regenerate my vBulleting thumbnails now... :D

Brian January 20th, 2005 05:24 PM

Re: Thumbnail issues.
 
Support for gifs with GD will be added in RC3 as well. ;)

mindbuster February 4th, 2005 05:14 AM

Re: Thumbnail issues.
 
Is there a quick fix for this ?

Im having trouble with jpeg format aswell, those wont even show either as thumb nor full pic, members have to use jpg, jpeg messes up.

My "member signatures" gallery is completely messed up with red-x's

Okiewan February 8th, 2005 05:10 PM

Re: Thumbnail issues.
 
Doesn't seem to be fixed in RC3...

ConqSoft February 8th, 2005 05:14 PM

Re: Thumbnail issues.
 
I just uploaded a .GIF to my RC3 gallery, and it created the thumbnail fine. :confused:

vbusers11 February 8th, 2005 09:06 PM

Re: Thumbnail issues.
 
also having issues.. only can get .jpg to work

on my home page the random gallery image thing shows the gif's but in the gallery itself they still don't work.

KW802 February 8th, 2005 09:23 PM

Re: Thumbnail issues.
 
Quote:

Originally Posted by vbusers11
also having issues.. only can get .jpg to work

on my home page the random gallery image thing shows the gif's but in the gallery itself they still don't work.

By any chance did you modify the template as part of the original version of the random gallery module? If yes, then if you revert your template back and apply the changes in the random gallery thread that makes it compatible with RC3 then it should take care of it.

vbusers11 February 9th, 2005 08:30 AM

Re: Thumbnail issues.
 
did it all for the RC3 versions.. anyway.. I think the problem is in how it's storing the files now.. it's renaming them oddly. it puts IMG_ in front of the upload and screws up the file paths.

xrayhead December 27th, 2005 09:00 AM

Quote:

Originally Posted by Brian
There's currently not gif support for GD users, so that's why you get the file_gif.gif file. For the png, try looking in your forum/includes/functions_gallery_imageedit.php file for this code:
Code:

Content visible to verified customers only.
And replace it with this:
Code:

Content visible to verified customers only.
And that should take care of the problem.

I have the same probs with the .png...... Only thing is I cant find the code above anywhere in my forum/includes/functions_gallery_imageedit.php ??
I am running vBadvanced Gallery v1.0.1 - 4855

Xrayhead

Zachariah December 27th, 2005 10:08 AM

With the current build of the gallery in the members area.

This is not in the code base:
Code:

Content visible to verified customers only.
I have tested w/ Imagemagick(windows) and GD2(linux)
- I have no problems w/ png ,gif ,jpg.

xrayhead December 27th, 2005 11:23 AM

Ok, that’s cool, but! I am using the following that I take to be GD2..

GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled


Any thoughts on this one?

Also I had a ticket out (just before VBA was transferred to yourselves) for another issue that I am having with EXIF information only showing in ONE of my forums.
Can you point me in the right direction to get that looked at please?

Thanks for the quick reply by the way:)

Xray.

xrayhead January 3rd, 2006 12:37 PM

----- Bump -----


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