PDA

View Full Version : İmage verifications not confirm ?


Legendery
Sat 5th Apr '08, 4:57pm
Hello vbulletin developers..

İmages verifications not see...

Now , vbulletin upgrade to 3.7.0 rc2

how to make problem ?

Steve Machol
Sat 5th Apr '08, 7:18pm
Please provide the URL to your forums and if you are using GD or ImageMagick.

Legendery
Mon 21st Apr '08, 1:29pm
We are using both..GD ImageMagick.

how to make problem

site:www.mobil-forum.com

Wayne Luke
Mon 21st Apr '08, 1:38pm
The easiest fix for your site is to change your image processing library from GD (with Truetype) to Imagemagick. To change this go to vBulletin Options -> Image Settings.

To add Truetype support in GD, you need to add Freetype2 support. To enable Freetype 2 support (assuming that the server has the Freetype 2 libraries installed), this part of the configure string neeeds to be removed and replaced with (normally) --with-freetype-dir=/usr

To find out if a Linux server has Freetype 2 support, run locate freetype2 at the command line and look for some results, usually in /usr/include/freetype2.