Quote:
Originally Posted by rrr
Could it be a problem with the GD test in the php file? Is there a version without the test that I could try?
|
rrr, commenting out the gd test. Open the functions_geekautoavatarresizer.php and change:
PHP Code:
if ($vboptions['gdversion']){
to
PHP Code:
//if ($vboptions['gdversion']){
you will also need to comment out the last } on the page
replace:
with
Let me know if that helps!