Quote:
Originally Posted by gibgib
My host is using "GD Lib 1.6.2 or higher" & as a result, all new image additions are not working (X) on the latest vb garage releases.
What would I need to do to take out all thumbnailing but keep the latest features you have added?
How hard would it be to add support to earlier versions of GD-Lib?
I am doubting the host will upgrade, & the current version is thumbnailling posting image attachments ok.
|
If you have to use GD1.6, you can change all instances of
ImageCreateTrueColor to
ImageCreate in vbgarage.php That will work, however, the thumbnails will look sort of weird. I am told that this can be corrected with additional settings, but I'm not too familiar with GD. The only other option, that I'm aware of, is it set it up like the first release of vBGarage. You'll need to change
do=thumb to
do=getimage and include
width= within the <IMG> tags in the templates.