Boofo, just place the code where it seems appropriate (use your HTML wisdom

). This was developed for vB3 Gold, so I can't help for older versions where the templates are different, since I don't know what the templates look like. If you want to post the template, I'll have a look.
Quote:
What is GD Graphics library? I did everything exactly as asked in the set up and I get the same exact error as calvin
|
http://www.boutell.com/gd/
http://www.php.net/gd
It's an image library for advance image manipulation in PHP. For this hack, you need it to resize images. If you have PHP4.3.0 or above, you have GD2 installed. To check if it's installed and what version, use:
PHP Code:
<?php
gd_info();
?>
It'll return an error if not installed.
You must also have the option enabled via your AdminCP -> Options page.