 | |  | |
January 20th, 2005, 04:33 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2004
Posts: 7
| 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.
|
| |
January 20th, 2005, 04:45 PM
|
#2 (permalink)
| | Guest | 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.
| |
| |
January 20th, 2005, 04:52 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2004
Posts: 7
| 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.
|
| |
January 20th, 2005, 04:53 PM
|
#4 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| 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...
|
| |
January 20th, 2005, 04:58 PM
|
#5 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2004
Posts: 7
| Re: Thumbnail issues.
The PNG fix worked. I guess I'm going to have to hack around for GIF support.
|
| |
January 20th, 2005, 04:59 PM
|
#6 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Thumbnail issues.
Doesn't vBulletin get around it by creating JPG thumbnails of GIF images?
|
| |
January 20th, 2005, 05:04 PM
|
#7 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2004
Posts: 7
| 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.
|
| |
January 20th, 2005, 05:05 PM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2004
Posts: 7
| 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.
|
| |
January 20th, 2005, 05:08 PM
|
#9 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| 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... |
| |
January 20th, 2005, 05:24 PM
|
#10 (permalink)
| | Guest | Re: Thumbnail issues.
Support for gifs with GD will be added in RC3 as well. | |
| |
February 4th, 2005, 05:14 AM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Dec 2004
Posts: 83
| 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
|
| |
February 8th, 2005, 05:10 PM
|
#12 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2001
Posts: 12
| Re: Thumbnail issues.
Doesn't seem to be fixed in RC3...
|
| |
February 8th, 2005, 05:14 PM
|
#13 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Thumbnail issues.
I just uploaded a .GIF to my RC3 gallery, and it created the thumbnail fine. |
| |
February 8th, 2005, 09:06 PM
|
#14 (permalink)
| | Member
Join Date: Sep 2005
Posts: 30
| 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.
|
| |
February 8th, 2005, 09:23 PM
|
#15 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005
Posts: 1,400
| 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.
|
| |
February 9th, 2005, 08:30 AM
|
#16 (permalink)
| | Member
Join Date: Sep 2005
Posts: 30
| 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.
|
| |
December 27th, 2005, 09:00 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Feb 2004 Location: UK
Posts: 55
| 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
|
| |
December 27th, 2005, 10:08 AM
|
#18 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
|
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.
|
| |
December 27th, 2005, 11:23 AM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Feb 2004 Location: UK
Posts: 55
|
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.
|
| |
January 3rd, 2006, 12:37 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Feb 2004 Location: UK
Posts: 55
|
----- Bump -----
|
| | |
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 | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | Upgrade Issues | IJO | Photopost Pro Installation & Upgrades | 3 | September 12th, 2005 09:13 AM | | Some issues | thejaxx | Bugs - vBulletin 3.5.X | 6 | July 20th, 2005 01:07 PM | | style issues | stephlb | How Do I? - vBulletin 3.0.X | 1 | July 3rd, 2005 06:11 PM | | Various Issues | imported_ekool | Installs and Upgrade - vBulletin 3.0.X | 5 | January 23rd, 2005 10:33 PM | | A few issues with 4.8d | PranK | Photopost Pro Installation & Upgrades | 12 | August 27th, 2004 10:57 AM | All times are GMT -5. The time now is 01:51 PM. | |